Commit 633f54d0 by Dave Korn Committed by Dave Korn

cygwin.h (LINK_SPEC): Add -tsaware flag if !mno-cygwin.

	* config/i386/cygwin.h (LINK_SPEC): Add -tsaware flag if !mno-cygwin.

From-SVN: r154044
parent 6e7e763e
2009-11-09 Dave Korn <dave.korn.cygwin@gmail.com>
* config/i386/cygwin.h (LINK_SPEC): Add -tsaware flag if !mno-cygwin.
2009-11-09 Jason Merrill <jason@redhat.com> 2009-11-09 Jason Merrill <jason@redhat.com>
* gdbinit.in (pgq): New function for printing gimple sequence. * gdbinit.in (pgq): New function for printing gimple sequence.
...@@ -94,7 +94,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -94,7 +94,7 @@ along with GCC; see the file COPYING3. If not see
%{shared|mdll: --enable-auto-image-base -e \ %{shared|mdll: --enable-auto-image-base -e \
%{mno-cygwin:_DllMainCRTStartup@12} \ %{mno-cygwin:_DllMainCRTStartup@12} \
%{!mno-cygwin:__cygwin_dll_entry@12}}\ %{!mno-cygwin:__cygwin_dll_entry@12}}\
%{!mno-cygwin:--dll-search-prefix=cyg}" %{!mno-cygwin:--dll-search-prefix=cyg -tsaware}"
/* Allocate space for all of the machine-spec-specific stuff. /* Allocate space for all of the machine-spec-specific stuff.
Allocate enough space for cygwin -> mingw32 munging plus Allocate enough space for cygwin -> mingw32 munging plus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment