diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2004-03-18 09:19:20 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2004-03-18 09:19:20 +0000 |
commit | 3e4caed2b120cd3930d19c96fc5761f9254946c5 (patch) | |
tree | eae9dcc477672a6fb76eb92e438fd58c44dc7060 /gas/ChangeLog | |
parent | 79349b09266bd4ce03cd5cfd39ccac3f0d73daa2 (diff) | |
download | gdb-3e4caed2b120cd3930d19c96fc5761f9254946c5.zip gdb-3e4caed2b120cd3930d19c96fc5761f9254946c5.tar.gz gdb-3e4caed2b120cd3930d19c96fc5761f9254946c5.tar.bz2 |
* expr.c (operand): Reject ++ and --.
(operator): Likewise.
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 1e8424b..3f08a95 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2004-03-18 Nathan Sidwell <nathan@codesourcery.com> + + * expr.c (operand): Reject ++ and --. + (operator): Likewise. + 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp> * config/tc-sh.c: Include dw2gencfi.h. |