2 # AIX always uses shared libraries. The section VMA appears to be
3 # unimportant. The native linker aligns the sections on boundaries
4 # specified by the -H option.
8 ${RELOCATING+${LIB_SEARCH_DIRS}}
9 ${RELOCATING+ENTRY (__start)}
14 . = ALIGN (0x10000000 + SIZEOF_HEADERS, 32);
15 .text ${RELOCATING-0} : {
16 ${RELOCATING+PROVIDE (_text = .);}
25 ${RELOCATING+PROVIDE (_etext = .);}
28 . = ALIGN (ALIGN (0x10000000) + (. & 0xfff), 32);
30 ${RELOCATING+PROVIDE (_data = .);}
38 ${CONSTRUCTING+CONSTRUCTORS}
43 ${RELOCATING+PROVIDE (_edata = .);}
51 ${RELOCATING+PROVIDE (_end = .);}
52 ${RELOCATING+PROVIDE (end = .);}