Fix copy-paste bug that caused z80-objdump to issue warnings about stabs debugging symbols rather than to show them.

This commit is contained in:
Arnold Metselaar 2008-12-29 17:06:46 +00:00
parent cfe9eade2e
commit 96d4e9de53
2 changed files with 6 additions and 1 deletions

View 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.

View 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);