From: Richard Kenner Date: Wed, 10 Nov 1993 23:44:41 +0000 (-0500) Subject: (LINK_SPEC): Don't pass -btextro if -r. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1950f1cd149528a07bf6e6c2e3eb214daad0e00;p=gcc.git (LINK_SPEC): Don't pass -btextro if -r. From-SVN: r6058 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 5fb61992e7e..b7a66c17e9f 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. */