From: Geoff Keating Date: Fri, 14 Aug 1998 00:42:36 +0000 (-0600) Subject: * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker. X-Git-Tag: prereleases/egcs-1.1-prerelease~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4925058ac141e39cabafaa2b5746e60550479881;p=thirdparty%2Fgcc.git * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker. From-SVN: r21718 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 416959b5518c..9a447109cc3f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 14 01:40:21 1998 Geoffrey Keating + + * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker. + Fri Aug 14 01:23:23 1998 Richard Earnshaw (rearnsha@arm.com) * arm/netbsd.h (TARGET_DEFAULT): Default includes software floating diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 5b2c6a0cbf2d..a3f87d962017 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ "-DPPC -D__ELF__ -Dunix -Dlinux -Dpowerpc -Asystem(unix) -Asystem(linux) -Acpu(powerpc) -Amachine(powerpc)" #undef LINK_SPEC -#define LINK_SPEC "-m elf32ppc %{shared:-shared} \ +#define LINK_SPEC "-m elf32ppc %{G*} %{shared:-shared} \ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \