Message ID | ydd4nyl2esq.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
On 11/03/11 20:20, Rainer Orth wrote: > Here's the patch I've come up with. Should I commit it now or would you > like to do a full testsuite run first? Please commit, thanks. Bernd
On 11/03/11 20:20, Rainer Orth wrote: > > * config/c6x/t-elf (LIB2ADDEH): Set. > * config/c6x/t-c6x-elf: Remove. It builds now, but parts of libgcc are missing. There's no sign of muldf3, for examples. Bernd
# HG changeset patch # Parent 42f16488e80434634dcd1100a993e7f81c37ada8 Restore c6x-elf bootstrap diff --git a/libgcc/config/c6x/t-c6x-elf b/libgcc/config/c6x/t-c6x-elf deleted file mode 100644 --- a/libgcc/config/c6x/t-c6x-elf +++ /dev/null @@ -1,4 +0,0 @@ -LIB2ADDEH = $(srcdir)/config/c6x/unwind-c6x.c \ - $(srcdir)/config/c6x/libunwind.S \ - $(srcdir)/config/c6x/pr-support.c $(srcdir)/unwind-c.c - diff --git a/libgcc/config/c6x/t-elf b/libgcc/config/c6x/t-elf --- a/libgcc/config/c6x/t-elf +++ b/libgcc/config/c6x/t-elf @@ -22,6 +22,10 @@ LIB2ADD = $(srcdir)/config/c6x/gef.c \ # Avoid failures when the user's GOT becomes too large. HOST_LIBGCC2_CFLAGS = -msdata=none +LIB2ADDEH = $(srcdir)/config/c6x/unwind-c6x.c \ + $(srcdir)/config/c6x/libunwind.S \ + $(srcdir)/config/c6x/pr-support.c $(srcdir)/unwind-c.c + # Assemble startup files. crti.o: $(srcdir)/config/c6x/crti.S $(crt_compile) -c $(CRTSTUFF_T_CFLAGS) $<