aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-06-13 21:21:43 +0000
committerDJ Delorie <dj@redhat.com>2000-06-13 21:21:43 +0000
commit2104a50e3e7d2d543fa1ae5dc8393a985e1f786c (patch)
tree9b05d18d8fd27beb2a7d7545f823ab67210dd5f7 /binutils/ChangeLog
parent98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c (diff)
downloadgdb-2104a50e3e7d2d543fa1ae5dc8393a985e1f786c.zip
gdb-2104a50e3e7d2d543fa1ae5dc8393a985e1f786c.tar.gz
gdb-2104a50e3e7d2d543fa1ae5dc8393a985e1f786c.tar.bz2
* rcparse.y (control): ICON controls take an id as the first
parameter, not an optional string. Also, call new convenience function that takes res_id's. * resrc.c (define_control): missing text means zero-length string, not zero ID. (define_icon_control): New. * windres.h: declare define_icon_control.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index e6988df..d2d2080 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,13 @@
+2000-06-13 DJ Delorie <dj@cygnus.com>
+
+ * rcparse.y (control): ICON controls take an id as the first
+ parameter, not an optional string. Also, call new convenience
+ function that takes res_id's.
+ * resrc.c (define_control): missing text means zero-length string,
+ not zero ID.
+ (define_icon_control): New.
+ * windres.h: declare define_icon_control.
+
2000-06-13 H.J. Lu <hjl@gnu.org>
* configure: Regenerate.