diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-09-14 23:37:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-09-14 23:37:35 +0000 |
commit | 748fc5e9b442d7330373191ad556ce708cf14cb0 (patch) | |
tree | 4c855420eb8ab964e16f2b96722abab6e2a7abd8 /binutils/testsuite/binutils-all/strip-1.d | |
parent | 30288845d67c64d07905c1e4ca9de4768d3b2dd8 (diff) | |
download | gdb-748fc5e9b442d7330373191ad556ce708cf14cb0.zip gdb-748fc5e9b442d7330373191ad556ce708cf14cb0.tar.gz gdb-748fc5e9b442d7330373191ad556ce708cf14cb0.tar.bz2 |
binutils/
2006-09-14 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3182
* objcopy.c (group_signature): Return proper group signature.
binutils/testsuite/
2006-09-14 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3182
* binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
targets.
* binutils-all/strip-1.d: New file.
* binutils-all/strip-2.d: Likewise.
* lib/utils-lib.exp (run_dump_test): Support strip.
Diffstat (limited to 'binutils/testsuite/binutils-all/strip-1.d')
-rw-r--r-- | binutils/testsuite/binutils-all/strip-1.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/strip-1.d b/binutils/testsuite/binutils-all/strip-1.d new file mode 100644 index 0000000..2009832 --- /dev/null +++ b/binutils/testsuite/binutils-all/strip-1.d @@ -0,0 +1,11 @@ +#PROG: strip +#source: group.s +#readelf: -Sg --wide +#name: strip with section group 1 + +#... + \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AX[ \t]+.* +#... + \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WA[ \t]+.* +#... +There are no section groups in this file. |