f1d8578513
bfd/ PR binutils/14493 * elf.c (copy_elf_program_header): When rewriting program header, set the output maxpagesize to the maximum alignment of input PT_LOAD segments. 2012-11-21 H.J. Lu <hongjiu.lu@intel.com> PR binutils/14493 * ld-elf/maxpage5.d: New file. * ld-elf/maxpage5.s: Likewise. * ld-elf/maxpage5.t: Likewise.
18 lines
325 B
Makefile
18 lines
325 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
|
|
|
|
#...
|
|
Program Headers:
|
|
Type.*
|
|
LOAD +0x[0-9a-f]+ .*0x200000
|
|
NOTE +0x[0-9a-f]+ .*
|
|
|
|
#...
|
|
Segment Sections...
|
|
00[ \t]+.text *
|
|
01[ \t]+.note *
|
|
#pass
|