mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-22 16:53:31 +08:00
8aee822f5b
ld-discard/extern.d: Adjust expected warning to take into account the fact that the linker's name might be included and that the reloc might have been adjusted to be against the section symbol.
17 lines
559 B
Makefile
17 lines
559 B
Makefile
#source: simple.s
|
|
#ld:
|
|
#objdump: -h
|
|
|
|
.*: file format elf32-d10v
|
|
|
|
Sections:
|
|
Idx Name Size VMA LMA File off Algn
|
|
0 \.text 00000004 01014000 01014000 00001000 2\*\*0
|
|
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
|
1 \.data 00000000 02000000 02000000 00002000 2\*\*0
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
2 \.bss 00000000 02000000 02000000 00002000 2\*\*0
|
|
ALLOC
|
|
3 .stack 00000000 0200bffc 0200bffc 00002000 2\*\*0
|
|
CONTENTS
|