binutils/testsuite/
* binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo sections.
This commit is contained in:
parent
0d4cc89286
commit
e46ab5135e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-08 Mark Shinwell <shinwell@codesourcery.com>
|
||||
|
||||
* binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
|
||||
sections.
|
||||
|
||||
2007-05-02 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue