mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
9cc420b64c
* ld-elf/elf.exp (stack exec, stack size): Run for any GNU target. * ld-elf/maxpage3c.d: Run for any x86 GNU target. * ld-elf/maxpage4.d: Likewise. * ld-elf/maxpage5.d: Likewise. * ld-i386/export-class.exp: Likewise.
19 lines
337 B
Makefile
19 lines
337 B
Makefile
#source: maxpage5.s
|
|
#as: --32
|
|
#ld: -z max-page-size=0x200000 -T maxpage5.t
|
|
#objcopy_linked_file: -R .foo
|
|
#readelf: -l --wide
|
|
#target: x86_64-*-linux* i?86-*-linux-gnu i?86-*-gnu*
|
|
|
|
#...
|
|
Program Headers:
|
|
Type.*
|
|
LOAD +0x[0-9a-f]+ .*0x200000
|
|
NOTE +0x[0-9a-f]+ .*
|
|
|
|
#...
|
|
Segment Sections...
|
|
00[ \t]+.text *
|
|
01[ \t]+.note *
|
|
#pass
|