Commit f70df035 by Nick Clifton

cygwin.h (ENDFILE_SPEC): Include default-manifest.o if it can be found in the search path.

	* config/i386/cygwin.h (ENDFILE_SPEC): Include
	default-manifest.o if it can be found in the search path.
	* config/i386/mingw32.h (ENDFILE_SPEC): Likewise.

From-SVN: r209681
parent 6a9accca
2014-04-23 Nick Clifton <nickc@redhat.com>
* config/i386/cygwin.h (ENDFILE_SPEC): Include
default-manifest.o if it can be found in the search path.
* config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
2014-04-23 Terry Guo <terry.guo@arm.com> 2014-04-23 Terry Guo <terry.guo@arm.com>
* config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way. * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
...@@ -78,7 +84,7 @@ ...@@ -78,7 +84,7 @@
2014-04-22 H.J. Lu <hongjiu.lu@intel.com> 2014-04-22 H.J. Lu <hongjiu.lu@intel.com>
PR target/60868 PR target/60868
* config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
on count_exp to get mode. on count_exp to get mode.
2014-04-22 Andrew Pinski <apinski@cavium.com> 2014-04-22 Andrew Pinski <apinski@cavium.com>
......
...@@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#define ENDFILE_SPEC \ #define ENDFILE_SPEC \
"%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s}\ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s}\
%{!shared:%:if-exists(default-manifest.o%s)}\
crtend.o%s" crtend.o%s"
/* Normally, -lgcc is not needed since everything in it is in the DLL, but we /* Normally, -lgcc is not needed since everything in it is in the DLL, but we
......
...@@ -148,6 +148,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -148,6 +148,7 @@ along with GCC; see the file COPYING3. If not see
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#define ENDFILE_SPEC \ #define ENDFILE_SPEC \
"%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
%{!shared:%:if-exists(default-manifest.o%s)}\
crtend.o%s" crtend.o%s"
/* Override startfile prefix defaults. */ /* Override startfile prefix defaults. */
......
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