From 51ba1ae69b529f51c8062be3727b436f5ea99cb6 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 13 Apr 1995 23:36:33 +0000 Subject: [PATCH] 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. --- gas/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 8fc3155..870e1b6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Thu Apr 13 18:18:08 1995 Ken Raeburn + * 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. -- 2.7.4