diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-12-20 17:28:13 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-12-20 17:28:13 +0000 |
commit | 8d4d84c202991e99b753fafd5e3d063fb0b9dc75 (patch) | |
tree | ea85421ef5eb6aacce85ba3f349c67bdedb234e7 /gas/ChangeLog | |
parent | 2c283bc467fffc9faee414a6208735073b70716a (diff) | |
download | gdb-8d4d84c202991e99b753fafd5e3d063fb0b9dc75.zip gdb-8d4d84c202991e99b753fafd5e3d063fb0b9dc75.tar.gz gdb-8d4d84c202991e99b753fafd5e3d063fb0b9dc75.tar.bz2 |
* config/tc-sh.c (parse_at): Reject @(r0) and @(r0,).
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dfea781..8d6cc41 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-12-20 Alexandre Oliva <aoliva@redhat.com> + + * config/tc-sh.c (parse_at): Reject @(r0) and @(r0,). + 2001-12-20 matthew green <mrg@redhat.com> * config/tc-ppc.c (md_parse_option): Make -maltivec default |