diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-25 17:51:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-25 17:51:13 +0000 |
commit | 585c92fe44cf3e5ac92fe6f7c01e24053e3e45a4 (patch) | |
tree | 9933d07eb0dd56f670cd0d885e3af486a8e807a9 /ld/scripttempl/aix.sc | |
parent | f78195df56ebc335ac9872938339ca0143593aa8 (diff) | |
download | gdb-585c92fe44cf3e5ac92fe6f7c01e24053e3e45a4.zip gdb-585c92fe44cf3e5ac92fe6f7c01e24053e3e45a4.tar.gz gdb-585c92fe44cf3e5ac92fe6f7c01e24053e3e45a4.tar.bz2 |
add OUTPUT_FORMAT and LIB_SEARCH_DIRS
Diffstat (limited to 'ld/scripttempl/aix.sc')
-rw-r--r-- | ld/scripttempl/aix.sc | 2 |
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 { |