mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-22 20:36:20 +08:00
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
This commit is contained in:
parent
b26b100076
commit
3f9f087b7a
@ -1,3 +1,8 @@
|
||||
2005-02-23 Michael Beach <michaelb@ieee.org>
|
||||
|
||||
PR target/20159
|
||||
* config/sparc/t-elf (startup files): Assemble with CPP.
|
||||
|
||||
2005-02-23 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* genpreds.c (mark_mode_tests): Handle non-VOIDmode match_operands.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user