diff options
author | Nick Clifton <nickc@redhat.com> | 2001-12-05 09:52:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-12-05 09:52:32 +0000 |
commit | 006299d30715eb4caacd7219a59234258a7a4171 (patch) | |
tree | 7390272233eeae563f1a2d96a208c002b236d376 /gas/ChangeLog | |
parent | 50f6fb4b7ad4b5071f7cd1d3b8507e528ed278ab (diff) | |
download | gdb-006299d30715eb4caacd7219a59234258a7a4171.zip gdb-006299d30715eb4caacd7219a59234258a7a4171.tar.gz gdb-006299d30715eb4caacd7219a59234258a7a4171.tar.bz2 |
Corrected incorrect op->type selection due to missing 'else'.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c413729..0c19d23 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-12-05 Arati Dikey <aratid@kpit.com> + + * tc-sh.c (parse_at): Corrected incorrect op->type selection due + to missing 'else'. + 2001-12-04 Alexandre Oliva <aoliva@redhat.com> * config/tc-d10v.c (write_2_short): Don't skip dummy fixups, so |