diff options
author | Nick Clifton <nickc@redhat.com> | 2005-02-15 14:36:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-02-15 14:36:19 +0000 |
commit | 297ba36772d48bb4ced2b9d4852388378d2568e7 (patch) | |
tree | d5f45c5bd97a018beb5eb52c3bf739587498eb82 /ld/ChangeLog | |
parent | b5e6aa6331a60ca1f9fdcc68bc3d163fbd1751f1 (diff) | |
download | gdb-297ba36772d48bb4ced2b9d4852388378d2568e7.zip gdb-297ba36772d48bb4ced2b9d4852388378d2568e7.tar.gz gdb-297ba36772d48bb4ced2b9d4852388378d2568e7.tar.bz2 |
(YY_NO_UNPUT): Define so that the yy_unput function is not declared. It is not
used and its presence causes a compile time warning.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d00724f..e84e3d5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2005-02-15 Nick Clifton <nickc@redhat.com> + + * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is + not declared. It is not used and its presence causes a compile + time warning. + 2005-02-11 Zack Weinberg <zack@codesourcery.com> * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): |