Adds support for generating notes in V850 binaries.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / extract-symbol-1sec.d
1 #name: --extract-symbol test 1 (sections)
2 #source: extract-symbol-1.s
3 #ld: -Textract-symbol-1.ld
4 #objcopy_linked_file: --extract-symbol
5 #objdump: --headers
6 #xfail: "hppa*-*-*" "rx-*-*" "v850*-*-*"
7 # FAILS on the RX because the linker has to set LMA == VMA for the Renesas loader.
8 # FAILS on the V850 because an extra section - .note.renesas - is created.
9 #...
10 Sections:
11 *Idx +Name +Size +VMA +LMA .*
12 *0 +\.foo +0+ +0+10000 +0+10000 .*
13 *CONTENTS, ALLOC, LOAD, CODE
14 *1 +\.bar +0+ +0+20000 +0+10000 .*
15 *ALLOC, READONLY, CODE
This page took 0.02967 seconds and 4 git commands to generate.