* write.c (write_contents): Include output file name and bfd error
commitca20df55cc44f21019ef8b99f1a123918277f7b4
authorNick Clifton <nickc@redhat.com>
Mon, 31 Jan 2011 16:43:11 +0000 (31 16:43 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 31 Jan 2011 16:43:11 +0000 (31 16:43 +0000)
tree073ba85cbeeadaa7132c46080b4d66991833caa6
parent1da8c83863b4fe3db654d0bb35b46a38069c4c97
* write.c (write_contents): Include output file name and bfd error
value when reporting the inability to write to the output file.
* config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
frag that has a non-zero fill value.

* gas/all/align.d: Skip for the RX.
* gas/elf/group1a.d: Likewise.
* gas/elf/groupautoa.d: Likewise.
* gas/elf/elf.exp: Do not run section5 test for the RX port.
* gas/elf/section4.d: Likewise.
* gas/elf/section7.d: Likewise.
* gas/macros/semi.s: Fill with a non-zero pattern.
* gas/macros/semi.d: Expect non-zero fill value.
* gas/rx/bcnd.d: Update expected disassembly.
* gas/rx/bra.d: Likewise.
* gas/rx/macros.inc: Add reg1 macro.
* gas/rx/max.sm: Use reg1 macro to avoid generating illegal NOP
instruction.
* gas/rx/mov.sm: Likewise.
* gas/rx/max.d: Update expected disassembly.
* gas/rx/mov.d: Likewise.
* gas/rx/rx-asm-good.s: Use Renesas section names.
* gas/rx/rx-asm-good.d: Update expected disassembly.
21 files changed:
gas/ChangeLog
gas/config/tc-rx.c
gas/testsuite/ChangeLog
gas/testsuite/gas/all/align.d
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/elf/group1a.d
gas/testsuite/gas/elf/groupautoa.d
gas/testsuite/gas/elf/section4.d
gas/testsuite/gas/elf/section7.d
gas/testsuite/gas/macros/semi.d
gas/testsuite/gas/macros/semi.s
gas/testsuite/gas/rx/bcnd.d
gas/testsuite/gas/rx/bra.d
gas/testsuite/gas/rx/macros.inc
gas/testsuite/gas/rx/max.d
gas/testsuite/gas/rx/max.sm
gas/testsuite/gas/rx/mov.d
gas/testsuite/gas/rx/mov.sm
gas/testsuite/gas/rx/rx-asm-good.d
gas/testsuite/gas/rx/rx-asm-good.s
gas/write.c