# Linker script for A/UX. # # Copyright (C) 2014 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. test -z "$ENTRY" && ENTRY=_start INIT='.init : { *(.init) }' FINI='.fini : { *(.fini) }' CTORS='.ctors : { *(.ctors) }' DTORS='.dtors : { *(.dtors) }' cat <