[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/280] objdump duplicates hex dump section in disassbler lis
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/280] objdump duplicates hex dump section in disassbler listing for h8300-hms object files |
Date: |
22 Jul 2004 16:51:55 -0000 |
------- Additional Comments From nickc at redhat dot com 2004-07-22 16:51
-------
Hi Alexander,
Yes this is a mistake. The attached patch should take care of it and also
adjust the testsuites to take into account nthe new behaviour.
Cheers
Nick
opcodes/ChangeLog
2004-07-22 Nick Clifton <address@hidden>
PR/280
* h8300-dis.c (bfd_h8_disassemble): Do not dump raw bytes for the
insns - this is done by objdump itself.
* h8500-dis.c (print_insn_h8500): Likewise.
gas/testsuite/ChangeLog
2004-07-22 Nick Clifton <address@hidden>
PR/280
* gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
* gas/h8300/ffxx1-elf.d: Likewise.
* gas/h8300/h8sx_disp2.d: Likewise.
* gas/h8300/h8sx_mov_imm.d: Likewise.
* gas/h8300/h8sx_rtsl.d: Likewise.
* gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
* gas/h8300/ffxx1-elf.s: Likewise.
ld/testsuite/ChangeLog
2004-07-22 Nick Clifton <address@hidden>
PR/280
* ld-h8300/relax-3-coff.d: Remove duplicated raw insn values.
* ld-h8300/relax-3.d: Likewise.
* ld-h8300/relax-4-coff.d: Likewise.
* ld-h8300/relax-4.d: Likewise.
* ld-h8300/relax-5-coff.d: Likewise.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sources.redhat.com/bugzilla/show_bug.cgi?id=280
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.