diff options
author | Nick Clifton <nickc@redhat.com> | 1998-06-11 23:51:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-06-11 23:51:16 +0000 |
commit | 671cdc7eaa3cd0b6713629a2c18a793ea83861c7 (patch) | |
tree | 7efb4935813f8e156062d53b755ea1b9ecaa6f54 /gas | |
parent | d32f7037b2fd00f8f65364607805c23270039d36 (diff) | |
download | gdb-671cdc7eaa3cd0b6713629a2c18a793ea83861c7.zip gdb-671cdc7eaa3cd0b6713629a2c18a793ea83861c7.tar.gz gdb-671cdc7eaa3cd0b6713629a2c18a793ea83861c7.tar.bz2 |
Fix for PR12542 - if check_range is passed a constant for a shifted operand,
shift the constant first.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 731ed0f..73ae75f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -3,6 +3,9 @@ Thu Jun 11 08:56:46 1998 Nick Clifton <nickc@cygnus.com> * config/tc-d30v.c (md_apply_fix3): Catch BFD_RELOC_8, BFD_RELOC_16, BFD_RELOC_64 and issue appropriate error messages. + (check_range): If the operand is shifted, then shift the number + before checking its range. + * write.c (adjust_reloc_syms): Add more checks for NULL pointers. * config/tc-v850.c (v850_comm): Set SEC_COMMON bit on special |