aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-09-18 21:12:06 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-09-18 21:12:06 +0000
commitaf6f39b4c4eee27579833f65d2658342f8c439d8 (patch)
tree6b867b555b28b7b6ea4ccba5901557798d5a9c9e /gas/ChangeLog
parent920b87c43724f613f00c167a34515078346af717 (diff)
downloadgdb-af6f39b4c4eee27579833f65d2658342f8c439d8.zip
gdb-af6f39b4c4eee27579833f65d2658342f8c439d8.tar.gz
gdb-af6f39b4c4eee27579833f65d2658342f8c439d8.tar.bz2
* config/tc-sparc.c: Reorganize file.
(SPECIAL_CASE_NONE): New macro. (md_assemble): Use it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8e68fd8..e86c6e7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -5,7 +5,10 @@ Thu Sep 18 14:11:56 1997 Nick Clifton <nickc@cygnus.com>
Thu Sep 18 11:24:01 1997 Doug Evans <dje@canuck.cygnus.com>
- * config/tc-sparc.c (parse_keyword_arg): Allow numbers in reg names.
+ * config/tc-sparc.c: Reorganize file.
+ (parse_keyword_arg): Allow numbers in reg names.
+ (SPECIAL_CASE_NONE): New macro.
+ (md_assemble): Use it.
Wed Sep 17 16:54:20 1997 Nick Clifton <nickc@cygnus.com>