public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* minor formatting tweaks for darwin
@ 2007-02-28 11:46 Mike Stump
  0 siblings, 0 replies; only message in thread
From: Mike Stump @ 2007-02-28 11:46 UTC (permalink / raw)
  To: gcc-patches@gcc.gnu.org Patches

We're just fixing white spacing...

Doing diffs in config/darwin.h.~1~:
--- config/darwin.h.~1~	2007-02-21 20:23:27.000000000 -0800
+++ config/darwin.h	2007-02-26 14:37:44.000000000 -0800
@@ -377,7 +377,8 @@ extern GTY(()) int darwin_ms_struct;
                  %{!pg:%{static:-lcrt0.o}				    \
                        %{!static:%{object:-lcrt0.o}			    \
                                  %{!object:%{preload:-lcrt0.o}		    \
-                                  %{!preload: %(darwin_crt1)  % 
(darwin_crt2)}}}}}}  \
+                                  %{!preload: %(darwin_crt1)		    \
+					      %(darwin_crt2)}}}}}}	    \
    %{shared-libgcc:%:version-compare(< 10.5 mmacosx-version-min=  
crt3.o%s)}"

  /* The native Darwin linker doesn't necessarily place files in the  
order
@@ -385,17 +386,17 @@ extern GTY(()) int darwin_ms_struct;
     to put anything in ENDFILE_SPEC.  */
  /* #define ENDFILE_SPEC "" */

-#define DARWIN_EXTRA_SPECS     \
-  { "darwin_crt1",  
DARWIN_CRT1_SPEC },                                 \
-  { "darwin_dylib1", DARWIN_DYLIB1_SPEC },			       \
+#define DARWIN_EXTRA_SPECS						\
+  { "darwin_crt1", DARWIN_CRT1_SPEC },					\
+  { "darwin_dylib1", DARWIN_DYLIB1_SPEC },				\
    { "darwin_minversion", DARWIN_MINVERSION_SPEC },

-#define  
DARWIN_DYLIB1_SPEC                                             \
-  "%:version-compare(!> 10.5 mmacosx-version-min= - 
ldylib1.o)          \
+#define DARWIN_DYLIB1_SPEC						\
+  "%:version-compare(!> 10.5 mmacosx-version-min= -ldylib1.o)		\
     %:version-compare(>= 10.5 mmacosx-version-min= -ldylib1.10.5.o)"

-#define  
DARWIN_CRT1_SPEC                                               \
-  "%:version-compare(!> 10.5 mmacosx-version-min= - 
lcrt1.o)            \
+#define DARWIN_CRT1_SPEC						\
+  "%:version-compare(!> 10.5 mmacosx-version-min= -lcrt1.o)		\
     %:version-compare(>= 10.5 mmacosx-version-min= -lcrt1.10.5.o)"

  /* Default Darwin ASM_SPEC, very simple.  */
--------------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-28  1:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-28 11:46 minor formatting tweaks for darwin Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).