diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-01 18:32:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-01 18:32:49 +0000 |
commit | 0b3377c426c36e6c52ba409c20cbe089bf74504c (patch) | |
tree | 6b0a0b3b392f992dc318f0869275acacd082d574 /binutils | |
parent | 72574626a96a884b457fdb2c52628e306a635507 (diff) | |
download | gdb-0b3377c426c36e6c52ba409c20cbe089bf74504c.zip gdb-0b3377c426c36e6c52ba409c20cbe089bf74504c.tar.gz gdb-0b3377c426c36e6c52ba409c20cbe089bf74504c.tar.bz2 |
x
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 509b8c5..58369d8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,29 @@ +Wed Jul 1 14:23:48 1998 Ian Lance Taylor <ian@cygnus.com> + + * rclex.l: Add casts and change types to avoid warnings. + * rcparse.y: Likewise. + * resbin.c: Likewise. + * rescoff.c: Likewise. + * resrc.c: Likewise. + + * Makefile.am: Rebuild dependencies. + (HFILES): Remove readelf.h. + * Makefile.in: Rebuild. + + Based on patches from Andrew Kozin + <Andrew.Kozin@p14.f960.n5020.z2.fidonet.org>: + * winduni.h: New file, from windres.h. + * winduni.c: New file, from windres.c. + * windres.c: Move Unicode functions into winduni.c. + * windres.h: Move Unicode declarations into winduni.h. Include + winduni.h. + (RT_ACCELERATOR): Rename from RT_ACCELERATORS to match Windows + macro. Change all uses. + (RT_PLUGPLAY, RT_VXD): Correct values. + * Makefile.am (HFILES): Add windres.h. + (CFILES): Add winduni.c. + (windres_SOURCES): Add winduni.c. + Mon Jun 29 17:01:21 1998 Nick Clifton <nickc@cygnus.com> * readelf.c: Use BFD Internal and External Elf structures. |