]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
authorAndreas Schwab <schwab@redhat.com>
Thu, 3 Nov 2011 09:57:54 +0000 (09:57 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 3 Nov 2011 09:57:54 +0000 (09:57 +0000)
From-SVN: r180820

libgcc/ChangeLog
libgcc/config/ia64/t-ia64

index 1365813ff1a7611f17bfbcd8bf103864dd43066f..158cc18dd58bc092e23a540d5f0e98e62b40bee8 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-03  Andreas Schwab  <schwab@redhat.com>
+
+       * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
+
 2011-11-02  David S. Miller  <davem@davemloft.net>
 
        * configure.ac: Set host_address on sparc too.
index 93f38da0ebfb870dca6ab38bbd9bbe3636297968..d1ec3536db056349acef2d692b7f7ada399e33b6 100644 (file)
@@ -27,7 +27,8 @@ crtbegin.o: $(srcdir)/config/ia64/crtbegin.S
 crtend.o: $(srcdir)/config/ia64/crtend.S
        $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp $<
 crtbeginS.o: $(srcdir)/config/ia64/crtbegin.S
-       $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \                    -o $@ -DSHARED $<
+       $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
+               -o $@ -DSHARED $<
 crtendS.o: $(srcdir)/config/ia64/crtend.S
        $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
                -o $@ -DSHARED $<