diff options
author | Alan Modra <amodra@gmail.com> | 2005-09-29 02:20:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-09-29 02:20:50 +0000 |
commit | c9c5dcdafcab3311b88e0d23f244c9879b9455b6 (patch) | |
tree | c47d667b46a83720ecd4b54fa65965b291d42a5c /gas/ChangeLog | |
parent | 7e0f714012f668043e431d2284fe676b7ddaec06 (diff) | |
download | gdb-c9c5dcdafcab3311b88e0d23f244c9879b9455b6.zip gdb-c9c5dcdafcab3311b88e0d23f244c9879b9455b6.tar.gz gdb-c9c5dcdafcab3311b88e0d23f244c9879b9455b6.tar.bz2 |
* app.c (do_scrub_chars): Match open and close quote of strings.
Remove redundant EOF test in case 7.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8085e67..ed2b331 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-09-29 Arnold Metselaar <arnold.metselaar@planet.nl> + Alan Modra <amodra@bigpond.net.au> + + * app.c (do_scrub_chars): Match open and close quote of strings. + Remove redundant EOF test in case 7. + 2005-09-28 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (reloc): Disable signedness check for 4-byte |