From: Dave Korn Date: Thu, 13 Aug 2009 15:00:42 +0000 (+0000) Subject: cygwin.h (LINK_SPEC): Add --enable-auto-image-base. X-Git-Tag: releases/gcc-4.5.0~4047 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=241547bbe5135b37a8b99bcb806000280b63970b;p=thirdparty%2Fgcc.git cygwin.h (LINK_SPEC): Add --enable-auto-image-base. * gcc/config/i386/cygwin.h (LINK_SPEC): Add --enable-auto-image-base. From-SVN: r150717 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 42d8bf4fe50c..20048d6360ce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-08-13 Dave Korn + + * gcc/config/i386/cygwin.h (LINK_SPEC): Add --enable-auto-image-base. + 2009-08-13 Richard Guenther PR middle-end/41047 diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index 02d059f76289..d1d00f7a79b9 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -91,7 +91,7 @@ along with GCC; see the file COPYING3. If not see %{shared: %{mdll: %eshared and mdll are not compatible}} \ %{shared: --shared} %{mdll:--dll} \ %{static:-Bstatic} %{!static:-Bdynamic} \ - %{shared|mdll: -e \ + %{shared|mdll: --enable-auto-image-base -e \ %{mno-cygwin:_DllMainCRTStartup@12} \ %{!mno-cygwin:__cygwin_dll_entry@12}}\ %{!mno-cygwin:--dll-search-prefix=cyg}"