mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
* elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
complain_on_overflow to signed.
This commit is contained in:
parent
65592fb1e5
commit
e6deed0a00
@ -1,3 +1,8 @@
|
||||
2004-02-27 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
|
||||
complain_on_overflow to signed.
|
||||
|
||||
2004-02-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elflink.h (sort_symbol): New.
|
||||
|
@ -117,7 +117,7 @@ static reloc_howto_type elf32_frv_howto_table [] =
|
||||
16, /* bitsize */
|
||||
TRUE, /* pc_relative */
|
||||
0, /* bitpos */
|
||||
complain_overflow_bitfield, /* complain_on_overflow */
|
||||
complain_overflow_signed, /* complain_on_overflow */
|
||||
bfd_elf_generic_reloc, /* special_function */
|
||||
"R_FRV_LABEL16", /* name */
|
||||
FALSE, /* partial_inplace */
|
||||
|
Loading…
Reference in New Issue
Block a user