diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-05-17 00:06:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-05-17 00:06:22 +0000 |
commit | f891f2a91dd720f6ded2f5e9a07e8dbf627904a1 (patch) | |
tree | 84ca579626ac0ef16f3758f400ea5741d1d4536e /binutils/testsuite/binutils-all/strip-3.d | |
parent | 2106c1f0c5a94dc09ccde27dc133b5a090c28ec8 (diff) | |
download | gdb-f891f2a91dd720f6ded2f5e9a07e8dbf627904a1.zip gdb-f891f2a91dd720f6ded2f5e9a07e8dbf627904a1.tar.gz gdb-f891f2a91dd720f6ded2f5e9a07e8dbf627904a1.tar.bz2 |
* binutils-all/strip-3.d: Strip .pdr section.
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 5cd3173..ba41b9a 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 -R .ARM.attributes -R .reginfo +#strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo -R .pdr #readelf: -S --wide #name: strip empty file #target: *-*-linux* |