diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-01 15:39:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-01 15:39:17 +0000 |
commit | 28bab82b5a7e70d315dc943ae1e10701b0d629da (patch) | |
tree | b675373737f83d66fdda659eaebe66d9ceb64ef7 /gas/ChangeLog | |
parent | d8adc60f05ce2e4260c37bf4838a10ce7e431f78 (diff) | |
download | gdb-28bab82b5a7e70d315dc943ae1e10701b0d629da.zip gdb-28bab82b5a7e70d315dc943ae1e10701b0d629da.tar.gz gdb-28bab82b5a7e70d315dc943ae1e10701b0d629da.tar.bz2 |
Cleanups for z8k target
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eaa252a..2793980 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2001-08-01 Christian Groessler <cpg@aladdin.de> + + * config/tc-z8k.c (parse_reg): If a string starts with "r", "rl", + "rh", "rr", "rq", or "sp" then don't automatically assume + it's a register name. Check whether there is a number + following. + 2001-08-01 Alan Modra <amodra@bigpond.net.au> * config/tc-i386.c (lex_got): Match lower case relocation tokens. |