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/testsuite | |
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/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/dialogid.rc | 9 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/dialogid.rsd | 13 |
3 files changed, 27 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index da464da..b0bf165 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-03-31 Nick Clifton <nickc@redhat.com> + + * binutils-all/windres/dialogid.rc: New test source file. + * binutils-all/windres/dialogid.rsd: New test expected results. + 2002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net> * binutils-all/dlltool.exp: New file for testing dlltool. diff --git a/binutils/testsuite/binutils-all/windres/dialogid.rc b/binutils/testsuite/binutils-all/windres/dialogid.rc new file mode 100644 index 0000000..16ffb1e --- /dev/null +++ b/binutils/testsuite/binutils-all/windres/dialogid.rc @@ -0,0 +1,9 @@ +// Test created based on bug report submitted to binutils mailing list +// See: http://sources.redhat.com/ml/binutils/2003-03/msg00312.html + +101 DIALOGEX 0, 0, 200, 200 + +BEGIN +CONTROL 108, -1, "Static", 77, 11, 11, 83, 162 +CONTROL "stringid", 102, "Static", 0x5000120e, 5, 5, 10, 10 +END diff --git a/binutils/testsuite/binutils-all/windres/dialogid.rsd b/binutils/testsuite/binutils-all/windres/dialogid.rsd new file mode 100644 index 0000000..d484186 --- /dev/null +++ b/binutils/testsuite/binutils-all/windres/dialogid.rsd @@ -0,0 +1,13 @@ + 0000 00000000 20000000 ffff0000 ffff0000 .... ........... + 0010 00000000 00000000 00000000 00000000 ................ + 0020 86000000 20000000 ffff0500 ffff6500 .... .........e. + 0030 00000000 30100904 00000000 00000000 ....0........... + 0040 0100ffff 00000000 00000000 00008880 ................ + 0050 02000000 0000c800 c8000000 00000000 ................ + 0060 00000000 00000000 4d000050 0b000b00 ........M..P.... + 0070 5300a200 ffff0000 53007400 61007400 S.......S.t.a.t. + 0080 69006300 0000ffff 6c000000 00000000 i.c.....l....... + 0090 00000000 0e120050 05000500 0a000a00 .......P........ + 00a0 66000000 53007400 61007400 69006300 f...S.t.a.t.i.c. + 00b0 00007300 74007200 69006e00 67006900 ..s.t.r.i.n.g.i. + 00c0 64000000 00000000 d....... |