diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-09-18 21:12:06 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-09-18 21:12:06 +0000 |
commit | af6f39b4c4eee27579833f65d2658342f8c439d8 (patch) | |
tree | 6b867b555b28b7b6ea4ccba5901557798d5a9c9e /gas/ChangeLog | |
parent | 920b87c43724f613f00c167a34515078346af717 (diff) | |
download | gdb-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/ChangeLog | 5 |
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> |