mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Use "bitfield" overflow detection for R_XSTORMY16_16 reloc.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2003-05-12 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
|
||||
overflow detection for R_XSTORMY16_16 reloc.
|
||||
|
||||
2003-05-12 Paul Clarke <paulc@senet.com.au>
|
||||
|
||||
* elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
|
||||
|
@ -96,7 +96,7 @@ static reloc_howto_type xstormy16_elf_howto_table [] =
|
||||
16, /* bitsize */
|
||||
FALSE, /* pc_relative */
|
||||
0, /* bitpos */
|
||||
complain_overflow_dont, /* complain_on_overflow */
|
||||
complain_overflow_bitfield, /* complain_on_overflow */
|
||||
bfd_elf_generic_reloc, /* special_function */
|
||||
"R_XSTORMY16_16", /* name */
|
||||
FALSE, /* partial_inplace */
|
||||
|
Reference in New Issue
Block a user