Commit 2995277c by Michael Meissner

Make powerpc-eabi work again

From-SVN: r10959
parent ef5193b0
......@@ -71,6 +71,6 @@ __FIXUP_START__:
__CTOR_LIST__:
.section ".dtors","w"
.globl __CTOR_LIST__
.type __CTOR_LIST__,@object
.globl __DTOR_LIST__
.type __DTOR_LIST__,@object
__DTOR_LIST__:
......@@ -65,6 +65,6 @@ __FIXUP_END__:
__CTOR_END__:
.section ".dtors","w"
.globl __CTOR_END__
.type __CTOR_END__,@object
.globl __DTOR_END__
.type __DTOR_END__,@object
__DTOR_END__:
......@@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */
/* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "crti.o \
#define STARTFILE_SPEC "crti.o%s \
%{mmvme: mvme-crt0.o%s} \
%{msim: sim-crt0.o%s}"
......@@ -83,4 +83,4 @@ Boston, MA 02111-1307, USA. */
#define LIBGCC_SPEC "libgcc.a%s"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtn.o"
#define ENDFILE_SPEC "crtn.o%s"
......@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */
/* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "crti.o \
#define STARTFILE_SPEC "crti.o%s \
%{mmvme: mvme-crt0.o%s} \
%{!mmvme: sim-crt0.o%s}"
......@@ -44,4 +44,4 @@ Boston, MA 02111-1307, USA. */
#define LIBGCC_SPEC "libgcc.a%s"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtn.o"
#define ENDFILE_SPEC "crtn.o%s"
......@@ -22,8 +22,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
MULTILIB_OPTIONS = msoft-float
MULTILIB_DIRNAMES = soft-float
MULTILIB_MATCHES = msoft-float=mcpu?403 \
msoft-float=mcpu?mpc403 \
msoft-float=mcpu?ppc403
msoft-float=mcpu?821 \
msoft-float=mcpu?860
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
......@@ -27,7 +27,9 @@ MULTILIB_DIRNAMES = soft-float \
MULTILIB_MATCHES = mlittle=mlittle-endian \
mbig=mbig-endian \
msoft-float=mcpu?403
msoft-float=mcpu?403 \
msoft-float=mcpu?821 \
msoft-float=mcpu?860
MULTILIB_EXCEPTIONS = *mlittle/*mcall-aixdesc*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment