aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-25 17:51:13 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-25 17:51:13 +0000
commit585c92fe44cf3e5ac92fe6f7c01e24053e3e45a4 (patch)
tree9933d07eb0dd56f670cd0d885e3af486a8e807a9 /ld
parentf78195df56ebc335ac9872938339ca0143593aa8 (diff)
downloadfsf-binutils-gdb-585c92fe44cf3e5ac92fe6f7c01e24053e3e45a4.zip
fsf-binutils-gdb-585c92fe44cf3e5ac92fe6f7c01e24053e3e45a4.tar.gz
fsf-binutils-gdb-585c92fe44cf3e5ac92fe6f7c01e24053e3e45a4.tar.bz2
add OUTPUT_FORMAT and LIB_SEARCH_DIRS
Diffstat (limited to 'ld')
-rw-r--r--ld/scripttempl/aix.sc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/scripttempl/aix.sc b/ld/scripttempl/aix.sc
index e901f7c..74fdeeed 100644
--- a/ld/scripttempl/aix.sc
+++ b/ld/scripttempl/aix.sc
@@ -3,7 +3,9 @@
# unimportant. The native linker aligns the sections on boundaries
# specified by the -H option.
cat <<EOF
+OUTPUT_FORMAT("${OUTPUT_FORMAT}")
OUTPUT_ARCH(${ARCH})
+${RELOCATING+${LIB_SEARCH_DIRS}}
ENTRY(__start)
SECTIONS
{