* emulparams/elf64ppc.sh (DATA_ADDR): Define.

* emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
	for start of .data, instead align up to 256M boundary.
	* scripttempl/aix.sc: Likewise.
This commit is contained in:
Alan Modra
2002-09-24 04:02:03 +00:00
parent 52271982a7
commit 06143382c6
4 changed files with 10 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ SECTIONS
*(.tb)
${RELOCATING+PROVIDE (_etext = .);}
}
. = 0x20000000;
. = ALIGN (0x10000000);
.data . : {
${RELOCATING+PROVIDE (_data = .);}
*(.data)