From 3f9f087b7a44d61335765022fcac875d4ef8b42a Mon Sep 17 00:00:00 2001 From: Michael Beach Date: Wed, 23 Feb 2005 11:53:55 +0000 Subject: re PR target/20159 (sol2-ci.asm not correctly assembled) PR target/20159 * config/sparc/t-elf (startup files): Assemble with CPP. From-SVN: r95450 --- gcc/ChangeLog | 5 +++++ gcc/config/sparc/t-elf | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb6c317..d87db00 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-23 Michael Beach + + PR target/20159 + * config/sparc/t-elf (startup files): Assemble with CPP. + 2005-02-23 Paolo Bonzini * genpreds.c (mark_mode_tests): Handle non-VOIDmode match_operands. diff --git a/gcc/config/sparc/t-elf b/gcc/config/sparc/t-elf index 027940b..6868736 100644 --- a/gcc/config/sparc/t-elf +++ b/gcc/config/sparc/t-elf @@ -24,6 +24,6 @@ INSTALL_LIBGCC = install-multilib # Assemble startup files. crti.o: $(srcdir)/config/sparc/sol2-ci.asm $(GCC_PASSES) - $(GCC_FOR_TARGET) -c -o crti.o -x assembler $(srcdir)/config/sparc/sol2-ci.asm + $(GCC_FOR_TARGET) -c -o crti.o -x assembler-with-cpp $(srcdir)/config/sparc/sol2-ci.asm crtn.o: $(srcdir)/config/sparc/sol2-cn.asm $(GCC_PASSES) - $(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/sparc/sol2-cn.asm + $(GCC_FOR_TARGET) -c -o crtn.o -x assembler-with-cpp $(srcdir)/config/sparc/sol2-cn.asm -- cgit v1.1