diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2007-05-08 06:48:06 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2007-05-08 06:48:06 +0000 |
commit | e46ab5135e0aa5c5ac22bf32524ef9db7c0eefe7 (patch) | |
tree | 624e0eafded2452f1c49537ef26fd5e06d3dd600 /binutils/testsuite/binutils-all/strip-3.d | |
parent | 0d4cc89286c02f6945e60dc09ed321c7ca880775 (diff) | |
download | gdb-e46ab5135e0aa5c5ac22bf32524ef9db7c0eefe7.zip gdb-e46ab5135e0aa5c5ac22bf32524ef9db7c0eefe7.tar.gz gdb-e46ab5135e0aa5c5ac22bf32524ef9db7c0eefe7.tar.bz2 |
binutils/testsuite/
* binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
sections.
Diffstat (limited to 'binutils/testsuite/binutils-all/strip-3.d')
-rw-r--r-- | binutils/testsuite/binutils-all/strip-3.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/strip-3.d b/binutils/testsuite/binutils-all/strip-3.d index 6d2b451..5cd3173 100644 --- a/binutils/testsuite/binutils-all/strip-3.d +++ b/binutils/testsuite/binutils-all/strip-3.d @@ -1,6 +1,6 @@ #PROG: strip #source: empty.s -#strip: -R .text -R .data -R .bss +#strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo #readelf: -S --wide #name: strip empty file #target: *-*-linux* |