Fix copy-paste bug that caused z80-objdump to issue warnings about stabs debugging...
authorArnold Metselaar <arnold.metselaar@planet.nl>
Mon, 29 Dec 2008 17:06:46 +0000 (17:06 +0000)
committerArnold Metselaar <arnold.metselaar@planet.nl>
Mon, 29 Dec 2008 17:06:46 +0000 (17:06 +0000)
bfd/ChangeLog
bfd/coff-z80.c

index b989a72..eb63e09 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-29  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * coff-z80.c (r_imm32): Fix copy-paste bug that caused z80-objdump to
+       issue warnings about stabs debugging symbols rather than to show them.
+
 2008-12-23  Jon Beniston <jon@beniston.com>
 
        * Makefile.am: Add LM32 object files and dependencies.
index 7e54606..c14c664 100644 (file)
@@ -30,7 +30,7 @@
 #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER 0
 
 static reloc_howto_type r_imm32 =
-HOWTO (R_IMM32, 0, 1, 32, FALSE, 0,
+HOWTO (R_IMM32, 0, 2, 32, FALSE, 0,
        complain_overflow_dont, 0, "r_imm32", TRUE, 0xffffffff, 0xffffffff,
        FALSE);