aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-04-13 23:36:33 +0000
committerKen Raeburn <raeburn@cygnus>1995-04-13 23:36:33 +0000
commit51ba1ae69b529f51c8062be3727b436f5ea99cb6 (patch)
tree76fc72c9103e175a38bacfa3f41ca6e124007244 /gas
parentbcee935e6b3682160bd39ed7022677ef1d8c605a (diff)
downloadgdb-51ba1ae69b529f51c8062be3727b436f5ea99cb6.zip
gdb-51ba1ae69b529f51c8062be3727b436f5ea99cb6.tar.gz
gdb-51ba1ae69b529f51c8062be3727b436f5ea99cb6.tar.bz2
Fix for PR 6732.
* config/tc-sh.c (md_convert_frag): Instead of aborting on large displacements, print an error message. Don't invoke the code that followed the abort call until it's been verified.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8fc3155..870e1b66 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
Thu Apr 13 18:18:08 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+ * config/tc-sh.c (md_convert_frag): Instead of aborting on large
+ displacements, print an error message. Don't invoke the code that
+ followed the abort call until it's been verified.
+
* config/tc-m68k.c (md_show_usage): Add 68060 to list. Split cpu
list into three lines.