r266986 - in /trunk/gcc/ada: ChangeLog Makefile...

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Tue Dec 11 11:09:00 GMT 2018


Author: pmderodat
Date: Tue Dec 11 11:09:52 2018
New Revision: 266986

URL: https://gcc.gnu.org/viewcvs?rev=266986&root=gcc&view=rev
Log:
[Ada] Remove vxworks*-crtbe-link.spec

The VxWorks crtbe are now part of libgcc, needed to support C++ on this
target.

2018-12-11  Jerome Lambourg  <lambourg@adacore.com>

gcc/ada/

	* Makefile.rtl, gcc-interface/Makefile.in: Remove crtbe bits for
	VxWorks.
	* libgnat/system-vxworks-arm-rtp-smp.ads,
	libgnat/system-vxworks-arm-rtp.ads,
	libgnat/system-vxworks-arm.ads,
	libgnat/system-vxworks-e500-kernel.ads,
	libgnat/system-vxworks-e500-rtp-smp.ads,
	libgnat/system-vxworks-e500-rtp.ads,
	libgnat/system-vxworks-ppc-kernel.ads,
	libgnat/system-vxworks-ppc-rtp-smp.ads,
	libgnat/system-vxworks-ppc-rtp.ads,
	libgnat/system-vxworks-ppc.ads,
	libgnat/system-vxworks-x86-kernel.ads,
	libgnat/system-vxworks-x86-rtp-smp.ads,
	libgnat/system-vxworks-x86-rtp.ads,
	libgnat/system-vxworks7-aarch64-rtp-smp.ads,
	libgnat/system-vxworks7-aarch64.ads,
	libgnat/system-vxworks7-arm-rtp-smp.ads,
	libgnat/system-vxworks7-e500-kernel.ads,
	libgnat/system-vxworks7-e500-rtp-smp.ads,
	libgnat/system-vxworks7-e500-rtp.ads,
	libgnat/system-vxworks7-ppc-kernel.ads,
	libgnat/system-vxworks7-ppc-rtp-smp.ads,
	libgnat/system-vxworks7-ppc-rtp.ads,
	libgnat/system-vxworks7-ppc64-kernel.ads,
	libgnat/system-vxworks7-ppc64-rtp-smp.ads,
	libgnat/system-vxworks7-x86-kernel.ads,
	libgnat/system-vxworks7-x86-rtp-smp.ads,
	libgnat/system-vxworks7-x86-rtp.ads,
	libgnat/system-vxworks7-x86_64-kernel.ads,
	libgnat/system-vxworks7-x86_64-rtp-smp.ads: Remove pragma
	Linker_Options for --specs.
	* vx_crtbegin.c, vx_crtbegin.inc, vx_crtbegin_array.c,
	vx_crtbegin_attr.c, vx_crtend.c, vxworks-gnat-crtbe-link.spec:
	Remove.

Removed:
    trunk/gcc/ada/vx_crtbegin.c
    trunk/gcc/ada/vx_crtbegin.inc
    trunk/gcc/ada/vx_crtbegin_array.c
    trunk/gcc/ada/vx_crtbegin_attr.c
    trunk/gcc/ada/vx_crtend.c
    trunk/gcc/ada/vxworks-gnat-crtbe-link.spec
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/Makefile.rtl
    trunk/gcc/ada/gcc-interface/Makefile.in
    trunk/gcc/ada/libgnat/system-vxworks-arm-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks-arm-rtp.ads
    trunk/gcc/ada/libgnat/system-vxworks-arm.ads
    trunk/gcc/ada/libgnat/system-vxworks-e500-kernel.ads
    trunk/gcc/ada/libgnat/system-vxworks-e500-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks-e500-rtp.ads
    trunk/gcc/ada/libgnat/system-vxworks-ppc-kernel.ads
    trunk/gcc/ada/libgnat/system-vxworks-ppc-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks-ppc-rtp.ads
    trunk/gcc/ada/libgnat/system-vxworks-ppc.ads
    trunk/gcc/ada/libgnat/system-vxworks-x86-kernel.ads
    trunk/gcc/ada/libgnat/system-vxworks-x86-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks-x86-rtp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-aarch64-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-aarch64.ads
    trunk/gcc/ada/libgnat/system-vxworks7-arm-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-e500-kernel.ads
    trunk/gcc/ada/libgnat/system-vxworks7-e500-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-e500-rtp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-ppc-kernel.ads
    trunk/gcc/ada/libgnat/system-vxworks7-ppc-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-ppc-rtp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-ppc64-kernel.ads
    trunk/gcc/ada/libgnat/system-vxworks7-ppc64-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-x86-kernel.ads
    trunk/gcc/ada/libgnat/system-vxworks7-x86-rtp-smp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-x86-rtp.ads
    trunk/gcc/ada/libgnat/system-vxworks7-x86_64-kernel.ads
    trunk/gcc/ada/libgnat/system-vxworks7-x86_64-rtp-smp.ads



More information about the Gcc-cvs mailing list