PR ld/10569
* ld-elf/commonpage2.d: New. * ld-elf/maxpage4.d: Likewise. * ld-elf/maxpage4.t: Likewise.
This commit is contained in:
parent
8be573a79b
commit
3021a72335
@ -1,3 +1,10 @@
|
||||
2009-08-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/10569
|
||||
* ld-elf/commonpage2.d: New.
|
||||
* ld-elf/maxpage4.d: Likewise.
|
||||
* ld-elf/maxpage4.t: Likewise.
|
||||
|
||||
2009-08-26 Maxim Kuvyrkov <maxim@codesourcery.com>
|
||||
|
||||
* ld-m68k/tls-def-1.s: New file.
|
||||
|
9
ld/testsuite/ld-elf/commonpage2.d
Normal file
9
ld/testsuite/ld-elf/commonpage2.d
Normal file
@ -0,0 +1,9 @@
|
||||
#source: maxpage1.s
|
||||
#as: --32
|
||||
#ld: -z max-page-size=0x200000 -z common-page-size=0x100000 -T maxpage4.t
|
||||
#readelf: -l --wide
|
||||
#target: x86_64-*-linux*
|
||||
|
||||
#...
|
||||
LOAD+.*0x200000
|
||||
#pass
|
9
ld/testsuite/ld-elf/maxpage4.d
Normal file
9
ld/testsuite/ld-elf/maxpage4.d
Normal file
@ -0,0 +1,9 @@
|
||||
#source: maxpage1.s
|
||||
#as: --32
|
||||
#ld: -z max-page-size=0x200000 -T maxpage4.t
|
||||
#readelf: -l --wide
|
||||
#target: x86_64-*-linux*
|
||||
|
||||
#...
|
||||
LOAD+.*0x200000
|
||||
#pass
|
9
ld/testsuite/ld-elf/maxpage4.t
Normal file
9
ld/testsuite/ld-elf/maxpage4.t
Normal file
@ -0,0 +1,9 @@
|
||||
OUTPUT_FORMAT("elf32-i386")
|
||||
OUTPUT_ARCH(i386)
|
||||
ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
.text : {*(.text)}
|
||||
.data : {*(.data)}
|
||||
/DISCARD/ : {*(*)}
|
||||
}
|
Loading…
Reference in New Issue
Block a user