aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-03-20 00:09:24 +0000
committerNick Clifton <nickc@redhat.com>1998-03-20 00:09:24 +0000
commit15752c5ba187ca91d696e43eb6f3201f09c6c752 (patch)
tree19bb231ac614f4ecb6eac1a543a5f9bbe7ae6558 /gas
parentde1b531df3b35e15dd784451a477c93614cd9d52 (diff)
downloadgdb-15752c5ba187ca91d696e43eb6f3201f09c6c752.zip
gdb-15752c5ba187ca91d696e43eb6f3201f09c6c752.tar.gz
gdb-15752c5ba187ca91d696e43eb6f3201f09c6c752.tar.bz2
Fix for PR15358 (out of range PC relative branches not being caught)
submitted by Jonathan Walton, c/o Tony Thompson at ARM.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9a916b2..7f1f3a2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 19 16:03:12 1998 Nick Clifton <nickc@cygnus.com>
+
+ * config/tc-arm.c (md_apply_fix3): fix code to test the range of
+ PC relative branches (PR15358). Patch courtesy of Jonathan
+ Walton.
+
start-sanitize-r5900
Thu Mar 19 14:19:27 1998 Jeffrey A Law (law@cygnus.com)