diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-11-10 18:44:41 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-11-10 18:44:41 -0500 |
commit | c1950f1cd149528a07bf6e6c2e3eb214daad0e00 (patch) | |
tree | f9cf6849fd1fac87e35f53f08edf0b01a99a083c /gcc/config/rs6000 | |
parent | b205fb6f65b531cd013ffac4cccab93e93195cb6 (diff) | |
download | gcc-c1950f1cd149528a07bf6e6c2e3eb214daad0e00.zip gcc-c1950f1cd149528a07bf6e6c2e3eb214daad0e00.tar.gz gcc-c1950f1cd149528a07bf6e6c2e3eb214daad0e00.tar.bz2 |
(LINK_SPEC): Don't pass -btextro if -r.
From-SVN: r6058
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 5fb6199..b7a66c1 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -50,7 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -bnodelcsect undoes a poor choice of default relating to multiply-defined csects. See AIX documentation for more information about this. */ -#define LINK_SPEC "-T512 -H512 -btextro -bhalt:4 -bnodelcsect\ +#define LINK_SPEC "-T512 -H512 %{!r:-btextro} -bhalt:4 -bnodelcsect\ %{static:-bnso -bI:/lib/syscalls.exp} %{g*:-bexport:/usr/lib/libg.exp}" /* Profiled library versions are used by linking with special directories. */ |