]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Remove old vxworks6 from Makefile.rtl
authorDoug Rupp <rupp@adacore.com>
Thu, 12 May 2022 19:35:37 +0000 (12:35 -0700)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 5 Jul 2022 08:28:16 +0000 (08:28 +0000)
commit4c1baa02893bea62bb9b87df5600be48760f6bb1
tree6a0cdf3335191c8fa0dcd0893162a885e9ead59c
parent76c3041b856cb0495d8f71110cd76f6fe64a0038
[Ada] Remove old vxworks6 from Makefile.rtl

Pre vxworks7 code excepting legacy vxworks6 code is removed from
Makefile.rtl and unused files are deleted.

gcc/ada/

* Makefile.rtl (*vxworks*): Remove most pre-vxworks7 code.
* vxworks-arm-link.spec: Remove.
* vxworks-e500-link.spec: Likewise.
* vxworks-smp-arm-link.spec: Likewise.
* vxworks-smp-e500-link.spec: Likewise.
* vxworks-smp-x86-link.spec: Likewise.
* libgnat/system-vxworks-arm-rtp-smp.ads: Likewise.
* libgnat/system-vxworks-arm-rtp.ads: Likewise.
* libgnat/system-vxworks-arm.ads: Likewise.
* libgnat/system-vxworks-e500-kernel.ads: Likewise.
* libgnat/system-vxworks-e500-rtp-smp.ads: Likewise.
* libgnat/system-vxworks-e500-rtp.ads: Likewise.
* libgnat/system-vxworks-x86-kernel.ads: Likewise.
* libgnat/system-vxworks-x86-rtp-smp.ads: Likewise.
* libgnat/system-vxworks-x86-rtp.ads: Likewise.
15 files changed:
gcc/ada/Makefile.rtl
gcc/ada/libgnat/system-vxworks-arm-rtp-smp.ads [deleted file]
gcc/ada/libgnat/system-vxworks-arm-rtp.ads [deleted file]
gcc/ada/libgnat/system-vxworks-arm.ads [deleted file]
gcc/ada/libgnat/system-vxworks-e500-kernel.ads [deleted file]
gcc/ada/libgnat/system-vxworks-e500-rtp-smp.ads [deleted file]
gcc/ada/libgnat/system-vxworks-e500-rtp.ads [deleted file]
gcc/ada/libgnat/system-vxworks-x86-kernel.ads [deleted file]
gcc/ada/libgnat/system-vxworks-x86-rtp-smp.ads [deleted file]
gcc/ada/libgnat/system-vxworks-x86-rtp.ads [deleted file]
gcc/ada/vxworks-arm-link.spec [deleted file]
gcc/ada/vxworks-e500-link.spec [deleted file]
gcc/ada/vxworks-smp-arm-link.spec [deleted file]
gcc/ada/vxworks-smp-e500-link.spec [deleted file]
gcc/ada/vxworks-smp-x86-link.spec [deleted file]