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}}
15 .text ${RELOCATING-0} : {
16 ${RELOCATING+PROVIDE (_text = .);}
25 ${RELOCATING+PROVIDE (_etext = .);}
27 . = ALIGN (0x10000000);
29 ${RELOCATING+PROVIDE (_data = .);}
37 ${CONSTRUCTING+CONSTRUCTORS}
42 ${RELOCATING+PROVIDE (_edata = .);}
50 ${RELOCATING+PROVIDE (_end = .);}
51 ${RELOCATING+PROVIDE (end = .);}