PR ld/10569

* ld-elf/commonpage2.d: New.
	* ld-elf/maxpage4.d: Likewise.
	* ld-elf/maxpage4.t: Likewise.
This commit is contained in:
Alan Modra 2009-08-30 05:48:56 +00:00
parent 8be573a79b
commit 3021a72335
4 changed files with 34 additions and 0 deletions

View File

@ -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.

View 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

View 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

View File

@ -0,0 +1,9 @@
OUTPUT_FORMAT("elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS
{
.text : {*(.text)}
.data : {*(.data)}
/DISCARD/ : {*(*)}
}