Cleanup rs6000/t-ppccomm configurations (PR other/51022)
PR other/51022 * config/rs6000/t-savresfgpr: New file. * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but $(srcdir)/config/rs6000/eabi.S. * config/rs6000/t-ppccomm-ldbl: Remove. * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to tmake_file. (powerpc-*-eabispe*): Likewise. (powerpc-*-eabi*): Likewise. (powerpc-*-linux*, powerpc64-*-linux*): Likewise. (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm to tmake_file, remove rs6000/t-ppccomm-ldbl. (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from tmake_file. (powerpc-*-eabisim*): Likewise. (powerpc-*-elf*): Likewise. (powerpc-*-eabialtivec*): Likewise. (powerpc-xilinx-eabi*): Likewise. (powerpc-*-rtems*): Likewise. (powerpcle-*-elf*): Likewise. (powerpcle-*-eabisim*): Likewise. (powerpcle-*-eabi*): Likewise. From-SVN: r181782
This commit is contained in:
parent
56828a291c
commit
f9c55897eb
@ -1,3 +1,28 @@
|
||||
2011-11-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
PR other/51022
|
||||
* config/rs6000/t-savresfgpr: New file.
|
||||
* config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
|
||||
$(srcdir)/config/rs6000/eabi.S.
|
||||
* config/rs6000/t-ppccomm-ldbl: Remove.
|
||||
* config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
|
||||
tmake_file.
|
||||
(powerpc-*-eabispe*): Likewise.
|
||||
(powerpc-*-eabi*): Likewise.
|
||||
(powerpc-*-linux*, powerpc64-*-linux*): Likewise.
|
||||
(powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
|
||||
to tmake_file, remove rs6000/t-ppccomm-ldbl.
|
||||
(powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
|
||||
tmake_file.
|
||||
(powerpc-*-eabisim*): Likewise.
|
||||
(powerpc-*-elf*): Likewise.
|
||||
(powerpc-*-eabialtivec*): Likewise.
|
||||
(powerpc-xilinx-eabi*): Likewise.
|
||||
(powerpc-*-rtems*): Likewise.
|
||||
(powerpcle-*-elf*): Likewise.
|
||||
(powerpcle-*-eabisim*): Likewise.
|
||||
(powerpcle-*-eabi*): Likewise.
|
||||
|
||||
2011-11-27 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* generic-morestack.c (__splitstack_find): Check for NULL old
|
||||
|
@ -843,65 +843,65 @@ powerpc64-*-darwin*)
|
||||
extra_parts="$extra_parts crt2.o"
|
||||
;;
|
||||
powerpc-*-freebsd*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp t-slibgcc-libgcc"
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp t-slibgcc-libgcc"
|
||||
extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-netbsd*)
|
||||
tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
|
||||
;;
|
||||
powerpc-*-eabispe*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic"
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-eabisimaltivec*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-eabisim*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-elf*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-eabialtivec*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-xilinx-eabi*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-eabi*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-eabisim*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-elf*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-eabialtivec*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-xilinx-eabi*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-eabi*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-rtems*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpc-*-linux* | powerpc64-*-linux*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff rs6000/t-linux t-softfp-sfdf t-softfp-excl t-dfprules rs6000/t-ppc64-fp t-softfp t-slibgcc-libgcc"
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-softfp-sfdf t-softfp-excl t-dfprules rs6000/t-ppc64-fp t-softfp t-slibgcc-libgcc"
|
||||
extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
md_unwind_header=rs6000/linux-unwind.h
|
||||
;;
|
||||
powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
|
||||
tmake_file="$tmake_file rs6000/t-ppccomm-ldbl t-fdpbit"
|
||||
tmake_file="$tmake_file rs6000/t-ppccomm t-fdpbit"
|
||||
;;
|
||||
powerpc-*-lynxos*)
|
||||
tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
|
||||
;;
|
||||
powerpcle-*-elf*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpcle-*-eabisim*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
powerpcle-*-eabi*)
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||
;;
|
||||
rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
|
||||
|
@ -1,27 +1,8 @@
|
||||
LIB2ADD += $(srcdir)/config/rs6000/ibm-ldouble.c \
|
||||
$(srcdir)/config/rs6000/tramp.S
|
||||
|
||||
# These can't end up in shared libgcc
|
||||
# This can't end up in shared libgcc
|
||||
LIB2ADD_ST += \
|
||||
$(srcdir)/config/rs6000/crtsavfpr.S \
|
||||
$(srcdir)/config/rs6000/crtresfpr.S \
|
||||
$(srcdir)/config/rs6000/crtsavgpr.S \
|
||||
$(srcdir)/config/rs6000/crtresgpr.S \
|
||||
$(srcdir)/config/rs6000/crtresxfpr.S \
|
||||
$(srcdir)/config/rs6000/crtresxgpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtres32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtres64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtres64gprctr.S \
|
||||
$(srcdir)/config/rs6000/e500crtrest32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtrest64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtresx32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtresx64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsav32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsav64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsav64gprctr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsavg32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsavg64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsavg64gprctr.S \
|
||||
$(srcdir)/config/rs6000/eabi.S
|
||||
|
||||
# We build {e,n}crti.o and {e,n}crtn.o, which serve to add begin and
|
||||
|
@ -1 +0,0 @@
|
||||
LIB2ADD += $(srcdir)/config/rs6000/ibm-ldouble.c
|
21
libgcc/config/rs6000/t-savresfgpr
Normal file
21
libgcc/config/rs6000/t-savresfgpr
Normal file
@ -0,0 +1,21 @@
|
||||
# These can't end up in shared libgcc
|
||||
LIB2ADD_ST += \
|
||||
$(srcdir)/config/rs6000/crtsavfpr.S \
|
||||
$(srcdir)/config/rs6000/crtresfpr.S \
|
||||
$(srcdir)/config/rs6000/crtsavgpr.S \
|
||||
$(srcdir)/config/rs6000/crtresgpr.S \
|
||||
$(srcdir)/config/rs6000/crtresxfpr.S \
|
||||
$(srcdir)/config/rs6000/crtresxgpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtres32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtres64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtres64gprctr.S \
|
||||
$(srcdir)/config/rs6000/e500crtrest32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtrest64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtresx32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtresx64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsav32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsav64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsav64gprctr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsavg32gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsavg64gpr.S \
|
||||
$(srcdir)/config/rs6000/e500crtsavg64gprctr.S
|
Loading…
Reference in New Issue
Block a user