aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1998-10-07 01:22:11 +0000
committerGeoffrey Noer <noer@cygnus>1998-10-07 01:22:11 +0000
commit9d1b06896733eebc560ff6b53edc747239d7581b (patch)
treea03336df93010dced758460da25b2dcc7f67893e /binutils
parentb459678b2b424453b304b61d97e9cd9c99d19956 (diff)
downloadgdb-9d1b06896733eebc560ff6b53edc747239d7581b.zip
gdb-9d1b06896733eebc560ff6b53edc747239d7581b.tar.gz
gdb-9d1b06896733eebc560ff6b53edc747239d7581b.tar.bz2
Tue Oct 6 18:20:10 1998 Geoffrey Noer <noer@cygnus.com>
* Makefile.am (windres_SOURCES): Add resres.c. (windres_OBJECTS): Add resres.o. * Makefile.in: regenerate with automake From Anders Norlander <anorland@hem2.passagen.se>. * resres.c: New file. Implementation of read_res_file and write_res_file functions for windres. * rcparse.y: Handle CONTROL's with named classes. * resbin.c: Bug in res_to_bin_dialog and bin_to_res_dialog when dialog is extended: The version and signature fields should be reversed (despite what the docs say). Id is 32 bits long in extended dialogs. * resrc.c (write_rc_dialog): properly print controls with named classes. * windres.c (read_res_file, write_res_file): Remove stubs. * resres.c (write_res): Rename RT_ACCELERATORS to RT_ACCELERATOR.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 998c18b..d51da6d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,7 +1,10 @@
Tue Oct 6 18:20:10 1998 Geoffrey Noer <noer@cygnus.com>
+
+ * Makefile.am (windres_SOURCES): Add resres.c.
+ (windres_OBJECTS): Add resres.o.
+ * Makefile.in: regenerate with automake
From Anders Norlander <anorland@hem2.passagen.se>.
-
* resres.c: New file. Implementation of read_res_file and
write_res_file functions for windres.
* rcparse.y: Handle CONTROL's with named classes.
@@ -13,8 +16,6 @@ Tue Oct 6 18:20:10 1998 Geoffrey Noer <noer@cygnus.com>
classes.
* windres.c (read_res_file, write_res_file): Remove stubs.
* resres.c (write_res): Rename RT_ACCELERATORS to RT_ACCELERATOR.
- * Makefile.in (windres_SOURCES): Add resres.c.
- (windres_OBJECTS): Add resres.o.
Sun Oct 4 20:34:42 1998 Ian Lance Taylor <ian@cygnus.com>