diff options
author | Nick Clifton <nickc@redhat.com> | 2002-04-09 17:06:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-04-09 17:06:14 +0000 |
commit | b24eb5ac22f573f4f45547872cdadcf7f7c9d682 (patch) | |
tree | a72d2400770148709b242ee9fc21613167bf9447 /binutils/testsuite | |
parent | f7d63484de877e1d0efe47ed768eb893332e5c5d (diff) | |
download | gdb-b24eb5ac22f573f4f45547872cdadcf7f7c9d682.zip gdb-b24eb5ac22f573f4f45547872cdadcf7f7c9d682.tar.gz gdb-b24eb5ac22f573f4f45547872cdadcf7f7c9d682.tar.bz2 |
Fix overlooked sublang shift bug.
Add testcase.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/sublang.rc | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/sublang.rsd | 8 |
3 files changed, 17 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 033935a..63b1a5c 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -19,6 +19,10 @@ * binutils-all/windres/quoteclass.rc: New test case for quoted CLASS definitions in DIALOG resources. + * binutils-all/windres/sublang.rc: New test case: Check assignment + of sub-language. + * binutils-all/windres/sublang.rsd: Expected output. + 2002-02-18 Timothy Daly <remote_bob@yahoo.com> * binutils-all/readelf.r: Change expected output to match new, diff --git a/binutils/testsuite/binutils-all/windres/sublang.rc b/binutils/testsuite/binutils-all/windres/sublang.rc new file mode 100644 index 0000000..a37921b --- /dev/null +++ b/binutils/testsuite/binutils-all/windres/sublang.rc @@ -0,0 +1,5 @@ +LANGUAGE 9, 1 +101 DIALOG DISCARDABLE 0, 0, 186, 95 +BEGIN + DEFPUSHBUTTON "OK",1,129,7,50,14 +END diff --git a/binutils/testsuite/binutils-all/windres/sublang.rsd b/binutils/testsuite/binutils-all/windres/sublang.rsd new file mode 100644 index 0000000..36b68c2 --- /dev/null +++ b/binutils/testsuite/binutils-all/windres/sublang.rsd @@ -0,0 +1,8 @@ + 0000 00000000 20000000 ffff0000 ffff0000 .... ........... + 0010 00000000 00000000 00000000 00000000 ................ + 0020 36000000 20000000 ffff0500 ffff6500 6... .........e. + 0030 00000000 10100904 00000000 00000000 ................ + 0040 00008880 00000000 01000000 0000ba00 ................ + 0050 5f000000 00000000 01000150 00000000 _..........P.... + 0060 81000700 32000e00 0100ffff 80004f00 ....2.........O. + 0070 4b000000 00000000 K....... |