2009-08-03 H.J. Lu <hongjiu.lu@intel.com>

PR binutils/10492
	* binutils-all/objcopy.exp: Run strip-10.

	* binutils-all/strip-10.d: New.
	* binutils-all/unique.s: Likewise.
This commit is contained in:
H.J. Lu 2009-08-06 16:22:36 +00:00
parent e47bf6909e
commit 9c04f6ba66
4 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/10492
* binutils-all/objcopy.exp: Run strip-10.
* binutils-all/strip-10.d: New.
* binutils-all/unique.s: Likewise.
2009-07-31 Daniel Gutson <dgutson@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>

View File

@ -851,6 +851,7 @@ if [is_elf_format] {
run_dump_test "strip-7"
run_dump_test "strip-8"
run_dump_test "strip-9"
run_dump_test "strip-10"
if { [istarget "i*86-*"] || [istarget "x86_64-*-*"] } {
# Check to make sure we don't strip a symbol named in relocations.

View File

@ -0,0 +1,8 @@
#PROG: strip
#source: unique.s
#strip: -g
#readelf: -s
#name: strip on STB_GNU_UNIQUE
#...
[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+OBJECT[ ]+UNIQUE DEFAULT[ ]+[1-9] foo

View File

@ -0,0 +1,4 @@
.data
.type foo,%gnu_unique_object
foo:
.byte 0