diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-10-01 21:54:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-10-01 21:54:59 +0000 |
commit | eb3980ce22659dfa694a927ebe6cd3e91f838f06 (patch) | |
tree | 14267dbdb192f61f3dcfea92b577a257e0422c8b /binutils/testsuite/binutils-all/strip-4.d | |
parent | bec7fb47e47a91f7d2ea31044220381b44854d36 (diff) | |
download | gdb-eb3980ce22659dfa694a927ebe6cd3e91f838f06.zip gdb-eb3980ce22659dfa694a927ebe6cd3e91f838f06.tar.gz gdb-eb3980ce22659dfa694a927ebe6cd3e91f838f06.tar.bz2 |
2008-10-01 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/group-2.s: New.
* binutils-all/strip-4.d: Likewise.
* binutils-all/strip-5.d: Likewise.
* binutils-all/objcopy.exp: Test objcopy on group-2.s. Run
strip-4 and strip-5.
Diffstat (limited to 'binutils/testsuite/binutils-all/strip-4.d')
-rw-r--r-- | binutils/testsuite/binutils-all/strip-4.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/strip-4.d b/binutils/testsuite/binutils-all/strip-4.d new file mode 100644 index 0000000..c8c2509 --- /dev/null +++ b/binutils/testsuite/binutils-all/strip-4.d @@ -0,0 +1,11 @@ +#PROG: strip +#source: group-2.s +#readelf: -Sg --wide +#name: strip with section group 4 + +#... + \[[ 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. |