diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-02 09:11:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-02 09:11:14 +0000 |
commit | 358b94bdb1b02dbc21a19719fbaa9fbe9c93c61a (patch) | |
tree | d0b02dbcc68889da178e2d6726023ee0b6a0a9f5 /gas/ChangeLog | |
parent | d3427997ad759f705f99611018da19512ca2bbb0 (diff) | |
download | gdb-358b94bdb1b02dbc21a19719fbaa9fbe9c93c61a.zip gdb-358b94bdb1b02dbc21a19719fbaa9fbe9c93c61a.tar.gz gdb-358b94bdb1b02dbc21a19719fbaa9fbe9c93c61a.tar.bz2 |
Do not convert a subtract of zero into an add of zero.
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 76b97ad..6244a87 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-05-02 Nick Clifton <nickc@cambridge.redhat.com> + + * config/tc-arm.c (thumb_add_sub): Do not convert a subtract of + zero into an add of zero - it is not the same. + 2002-05-01 Arati Dikey <aratid@kpit.com> * tc-sh.c (get_specific): Generate warning if the same |