mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Reset R_XSTORMY16_16 reloc to ignore overflows.
This commit is contained in:
parent
8beeaeb703
commit
208c2cd6cb
@ -1,3 +1,8 @@
|
||||
2003-05-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
|
||||
R_XSTORMY16_16 reloc to ignore overflows.
|
||||
|
||||
2003-05-06 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
|
||||
|
@ -96,7 +96,7 @@ static reloc_howto_type xstormy16_elf_howto_table [] =
|
||||
16, /* bitsize */
|
||||
FALSE, /* pc_relative */
|
||||
0, /* bitpos */
|
||||
complain_overflow_unsigned, /* complain_on_overflow */
|
||||
complain_overflow_dont, /* complain_on_overflow */
|
||||
bfd_elf_generic_reloc, /* special_function */
|
||||
"R_XSTORMY16_16", /* name */
|
||||
FALSE, /* partial_inplace */
|
||||
|
Loading…
Reference in New Issue
Block a user