237dcb538f
* objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol. (setup_section): Don't zero vma and lma when extract_symbol. (copy_section): Discard relocations when extract_symbol. * doc/binutils.texi: Update --extract-symbol description. ld/testsuite/ * ld-elf/extract-symbol-1sec.d: Update.
13 lines
348 B
Makefile
13 lines
348 B
Makefile
#name: --extract-symbol test 1 (sections)
|
|
#source: extract-symbol-1.s
|
|
#ld: -Textract-symbol-1.ld
|
|
#objcopy_linked_file: --extract-symbol
|
|
#objdump: --headers
|
|
#xfail: "hppa*-*-*"
|
|
#...
|
|
Sections:
|
|
*Idx +Name +Size +VMA +LMA .*
|
|
*0 +\.foo +0+ +0+10000 +0+10000 .*
|
|
*CONTENTS, ALLOC, LOAD, CODE
|
|
*1 +\.bar +0+ +0+20000 +0+20000 .*
|
|
*ALLOC, READONLY, CODE
|