diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-17 12:59:59 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-17 12:59:59 +0000 |
commit | 0af6db78f3e1c1d36a2160cbfc35ccb16cb4ce00 (patch) | |
tree | 5e9a92ab44406413bc187fc6479cb2d5a6e48ae5 /binutils/ChangeLog | |
parent | 1808e34136fdb061532afe5ef8d9e28a8fcbc0f8 (diff) | |
download | gdb-0af6db78f3e1c1d36a2160cbfc35ccb16cb4ce00.zip gdb-0af6db78f3e1c1d36a2160cbfc35ccb16cb4ce00.tar.gz gdb-0af6db78f3e1c1d36a2160cbfc35ccb16cb4ce00.tar.bz2 |
* deflex.l (YY_NO_UNPUT): Define.
* rclex.l (YY_NO_UNPUT): Define.
* rcparse.y (null_unichar): New static var.
(res_null_text): Use it rather than attempting to init from wchar_t.
* windres.c: Include assert.h and time.h before getopt.h.
Include config.h and unistd.h too.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3363eb6..98fbca8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2005-02-17 Alan Modra <amodra@bigpond.net.au> + + * deflex.l (YY_NO_UNPUT): Define. + * rclex.l (YY_NO_UNPUT): Define. + * rcparse.y (null_unichar): New static var. + (res_null_text): Use it rather than attempting to init from wchar_t. + * windres.c: Include assert.h and time.h before getopt.h. + Include config.h and unistd.h too. + 2005-02-15 Nick Clifton <nickc@redhat.com> * nlmconv.c: Provide a full prototype for the localtime() function |