diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-12 09:12:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-12 09:12:48 +0000 |
commit | f8872a21f6e4bfcfcc04edfdf4b231449b94f7cb (patch) | |
tree | 6aabb643143577cecfc95201eeab674c60b63df3 /bfd/elf32-xstormy16.c | |
parent | 66677517deab352b05abb6b30c3895cf4016705b (diff) | |
download | gdb-f8872a21f6e4bfcfcc04edfdf4b231449b94f7cb.tar.gz |
Use "bitfield" overflow detection for R_XSTORMY16_16 reloc.
Diffstat (limited to 'bfd/elf32-xstormy16.c')
-rw-r--r-- | bfd/elf32-xstormy16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-xstormy16.c b/bfd/elf32-xstormy16.c index 2964d343cb3..a5b2869e371 100644 --- a/bfd/elf32-xstormy16.c +++ b/bfd/elf32-xstormy16.c @@ -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 */ |