diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-06-23 16:15:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-06-23 16:15:53 +0000 |
commit | 4b3a42a7c8c8fa7f7137d55be38c2df69f706526 (patch) | |
tree | c1afb29916683a1832d470899bbfb525f20ee7a7 /binutils | |
parent | 09a2c6cf5cff8cad91699d193b85e2e802fad022 (diff) | |
download | binutils-gdb-4b3a42a7c8c8fa7f7137d55be38c2df69f706526.tar.gz |
2007-06-23 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/strip-3.d: Also strip .xtensa.info section.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-3.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index cd4a041cceb..ee8d32ec7e0 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-06-23 H.J. Lu <hongjiu.lu@intel.com> + + * binutils-all/strip-3.d: Also strip .xtensa.info section. + 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com> * binutils-all/windres/version_cat.rc: New. diff --git a/binutils/testsuite/binutils-all/strip-3.d b/binutils/testsuite/binutils-all/strip-3.d index ba41b9ade2a..d6566977001 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 -R .pdr +#strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo -R .pdr -R .xtensa.info #readelf: -S --wide #name: strip empty file #target: *-*-linux* |