diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-05-09 04:54:32 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-05-09 04:54:32 +0000 |
commit | 8c9f705ebb4a261be2fcf9e032e45fb90123d1d7 (patch) | |
tree | 0baeea2fa905c7929444e4df200d0868163dc23b /gas/ChangeLog | |
parent | e4d4d200c08f9bd2cef561f9acfb3464389d5dbe (diff) | |
download | gdb-8c9f705ebb4a261be2fcf9e032e45fb90123d1d7.zip gdb-8c9f705ebb4a261be2fcf9e032e45fb90123d1d7.tar.gz gdb-8c9f705ebb4a261be2fcf9e032e45fb90123d1d7.tar.bz2 |
* expr.c (operand): Remove `if (0 && ..)' statement and
subsequently unused target_op label. Collapse `if (1 || ..)'
statement.
* app.c (do_scrub_chars): Remove unused case 0, as it is handled
separately above the switch.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 942cbf7..c099fb0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2006-05-09 Ben Elliston <bje@au.ibm.com> + + * expr.c (operand): Remove `if (0 && ..)' statement and + subsequently unused target_op label. Collapse `if (1 || ..)' + statement. + * app.c (do_scrub_chars): Remove unused case 0, as it is handled + separately above the switch. + 2006-05-08 Nick Clifton <nickc@redhat.com> PR gas/2623 |