diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-31 10:15:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-31 10:15:58 +0000 |
commit | 7adbf450a7e4889b8e7a50b85679eab25b5b9242 (patch) | |
tree | 6c30a55e6a2cccb16259f8f9696a5d460c2767d1 /binutils/ChangeLog | |
parent | ed234cf86397afc0a0e87f7d264a41aac93d0587 (diff) | |
download | gdb-7adbf450a7e4889b8e7a50b85679eab25b5b9242.zip gdb-7adbf450a7e4889b8e7a50b85679eab25b5b9242.tar.gz gdb-7adbf450a7e4889b8e7a50b85679eab25b5b9242.tar.bz2 |
Allow resource IDs to be strings or numbers.
Add a test for this.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 276a3eb..dd9843f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2003-03-31 Ian Lance Taylor <ian@airs.com> + + * rcparse.y: Replace uses of 'optstringrc' with 'optresid'. + (optresid): Handle a resource id that can be a string or a number. + * resrc.c (define_control): Replace 'text' parameter with 'iid' a + struct res_id. + (define_icon_control): Pass a struct res_id to define_control. + * windres.h (define_control): Change prototype. + 2003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr> * objcopy (OPTION_FORMATS_INFO): Define. @@ -27,7 +36,7 @@ libbfd.h. * Makefile.in: Regenerate. -2003-03-22 Danny Smith <dannysmith@users.sourceforge,net> +2003-03-22 Danny Smith <dannysmith@users.sourceforge.net> * dlltool.c (gen_def_file): Put demangled name comments on own line preceding export name. |