From 671cdc7eaa3cd0b6713629a2c18a793ea83861c7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 11 Jun 1998 23:51:16 +0000 Subject: [PATCH] Fix for PR12542 - if check_range is passed a constant for a shifted operand, shift the constant first. --- gas/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 731ed0fe660..73ae75f1f5f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -3,6 +3,9 @@ Thu Jun 11 08:56:46 1998 Nick Clifton * 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 -- 2.30.2