aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-05-09 04:54:32 +0000
committerBen Elliston <bje@au.ibm.com>2006-05-09 04:54:32 +0000
commit8c9f705ebb4a261be2fcf9e032e45fb90123d1d7 (patch)
tree0baeea2fa905c7929444e4df200d0868163dc23b /gas/ChangeLog
parente4d4d200c08f9bd2cef561f9acfb3464389d5dbe (diff)
downloadgdb-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/ChangeLog8
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