diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-03 09:57:54 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-03 09:57:54 +0000 |
commit | 37626bf81727bf6d4d350a5c41b35b5868132183 (patch) | |
tree | 2152be6fd13675ee7c850b01771d4f28d1335d1e /libgcc | |
parent | b0f64919e44ffca149e29f0225c3e810b98901c1 (diff) | |
download | gcc-37626bf81727bf6d4d350a5c41b35b5868132183.tar.gz |
* config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180820 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config/ia64/t-ia64 | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 1365813ff1a..158cc18dd58 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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. diff --git a/libgcc/config/ia64/t-ia64 b/libgcc/config/ia64/t-ia64 index 93f38da0ebf..d1ec3536db0 100644 --- a/libgcc/config/ia64/t-ia64 +++ b/libgcc/config/ia64/t-ia64 @@ -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 $< |