* elf32-m32c.c (m32c_elf_howto_table): Don't complain about

R_M32C_16 or R_M32C_24 relocs.
This commit is contained in:
DJ Delorie 2007-01-26 00:00:47 +00:00
parent 7cc7335ab6
commit 78eba9b618
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-01-25 DJ Delorie <dj@redhat.com>
* elf32-m32c.c (m32c_elf_howto_table): Don't complain about
R_M32C_16 or R_M32C_24 relocs.
2007-01-25 Nick Clifton <nickc@redhat.com>
PR binutils/3874

View File

@ -60,13 +60,16 @@ static reloc_howto_type m32c_elf_howto_table [] =
0, /* dst_mask */
FALSE), /* pcrel_offset */
/* GCC intentionally overflows these next two in order to work
around limitations in the addressing modes, so don't complain
about overflow. */
HOWTO (R_M32C_16, /* type */
0, /* rightshift */
1, /* size (0 = byte, 1 = short, 2 = long) */
16, /* bitsize */
FALSE, /* pc_relative */
0, /* bitpos */
complain_overflow_bitfield, /* complain_on_overflow */
complain_overflow_dont, /* complain_on_overflow */
bfd_elf_generic_reloc, /* special_function */
"R_M32C_16", /* name */
FALSE, /* partial_inplace */
@ -80,7 +83,7 @@ static reloc_howto_type m32c_elf_howto_table [] =
24, /* bitsize */
FALSE, /* pc_relative */
0, /* bitpos */
complain_overflow_bitfield, /* complain_on_overflow */
complain_overflow_dont, /* complain_on_overflow */
bfd_elf_generic_reloc, /* special_function */
"R_M32C_24", /* name */
FALSE, /* partial_inplace */