diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-05 23:19:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-05 23:19:32 +0000 |
commit | 405c98a4e3e0a6c0d9380852e2e82dbeca7edf56 (patch) | |
tree | 2d8fca5f241aebb12bbb2c86aa80a78e3bd910cf /binutils/ChangeLog | |
parent | 3a036cdc8b97a561772f2a55a5467594adbd994d (diff) | |
download | gdb-405c98a4e3e0a6c0d9380852e2e82dbeca7edf56.zip gdb-405c98a4e3e0a6c0d9380852e2e82dbeca7edf56.tar.gz gdb-405c98a4e3e0a6c0d9380852e2e82dbeca7edf56.tar.bz2 |
* rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
call to rules that need no lookahead. Check for no lookahead.
* rclex.l (get_string): Correct "strings" list handling.
* resrc.c (read_rc_file): Discard strings.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7aa4fad..a7ee0ad 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2002-05-06 Alan Modra <amodra@bigpond.net.au> + + * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings + calls to rules that need no lookahead. Check for no lookahead. + +2002-05-06 Borut Razem <borut.razem@siol.net> + + * rclex.l (get_string): Correct "strings" list handling. + * resrc.c (read_rc_file): Discard strings. + 2002-05-04 Alan Modra <amodra@bigpond.net.au> * ar.c (replace_members): Remove unused var. Formatting fix. |