diff options
author | Tom Rix <trix@redhat.com> | 2001-12-03 23:15:28 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-12-03 23:15:28 +0000 |
commit | 742aeb63e9f0088cb5f2764d04304a7a04aa344d (patch) | |
tree | 3b6c2844d3d3ab749c36f6274f45335cecad054f /ld/scripttempl/aix.sc | |
parent | b61fdd7ef5a7f6af382daa3479b150ce5018ac42 (diff) | |
download | gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.zip gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.tar.gz gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.tar.bz2 |
Pass argc and argv to ldemul_choose_target.
Support -b64 in AIX
Diffstat (limited to 'ld/scripttempl/aix.sc')
-rw-r--r-- | ld/scripttempl/aix.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/aix.sc b/ld/scripttempl/aix.sc index 207decd..ce67f65 100644 --- a/ld/scripttempl/aix.sc +++ b/ld/scripttempl/aix.sc @@ -2,8 +2,8 @@ # AIX always uses shared libraries. The section VMA appears to be # 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) |