From: Marc Poulhiès Date: Thu, 1 Jun 2023 12:55:19 +0000 (+0200) Subject: ada: Remove unused files X-Git-Tag: basepoints/gcc-15~8274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b992bddac7970b64fe12b07ab3cf47ef4c1f328c;p=thirdparty%2Fgcc.git ada: Remove unused files gcc/ada/ChangeLog: * vxworks7-cert-rtp-base-link.spec: Removed. * vxworks7-cert-rtp-base-link__ppc64.spec: Removed. * vxworks7-cert-rtp-base-link__x86.spec: Removed. * vxworks7-cert-rtp-base-link__x86_64.spec: Removed. * vxworks7-cert-rtp-link.spec: Removed. * vxworks7-cert-rtp-link__ppcXX.spec: Removed. --- diff --git a/gcc/ada/vxworks7-cert-rtp-base-link.spec b/gcc/ada/vxworks7-cert-rtp-base-link.spec deleted file mode 100644 index 1d6ee49b1282..000000000000 --- a/gcc/ada/vxworks7-cert-rtp-base-link.spec +++ /dev/null @@ -1,2 +0,0 @@ -*base_link: ---defsym=__wrs_rtp_base=0x80000000 diff --git a/gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec b/gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec deleted file mode 100644 index 97332b85440a..000000000000 --- a/gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec +++ /dev/null @@ -1,2 +0,0 @@ -*base_link: ---defsym=__wrs_rtp_base=0x40000000 diff --git a/gcc/ada/vxworks7-cert-rtp-base-link__x86.spec b/gcc/ada/vxworks7-cert-rtp-base-link__x86.spec deleted file mode 100644 index eafb5828b377..000000000000 --- a/gcc/ada/vxworks7-cert-rtp-base-link__x86.spec +++ /dev/null @@ -1,2 +0,0 @@ -*base_link: ---defsym=__wrs_rtp_base=0x400000 diff --git a/gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec b/gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec deleted file mode 100644 index dd288690ab9f..000000000000 --- a/gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec +++ /dev/null @@ -1,2 +0,0 @@ -*base_link: ---defsym=__wrs_rtp_base=0x200000 diff --git a/gcc/ada/vxworks7-cert-rtp-link.spec b/gcc/ada/vxworks7-cert-rtp-link.spec deleted file mode 100644 index 9923c58defa5..000000000000 --- a/gcc/ada/vxworks7-cert-rtp-link.spec +++ /dev/null @@ -1,10 +0,0 @@ -*self_spec: -+ %{!nostdlib:-nodefaultlibs -nostartfiles} - -*link: -+ %{!nostdlib:%{mrtp:%{!shared: \ - %(base_link) \ - -l:certRtp.o \ - -L%:getenv(VSB_DIR /usr/lib/common/objcert) \ - -T%:getenv(VSB_DIR /usr/ldscripts/rtp.ld) \ - }}} diff --git a/gcc/ada/vxworks7-cert-rtp-link__ppcXX.spec b/gcc/ada/vxworks7-cert-rtp-link__ppcXX.spec deleted file mode 100644 index 8671cea74109..000000000000 --- a/gcc/ada/vxworks7-cert-rtp-link__ppcXX.spec +++ /dev/null @@ -1,10 +0,0 @@ -*self_spec: -+ %{!nostdlib:-nodefaultlibs -nostartfiles} - -*link: -+ %{!nostdlib:%{mrtp:%{!shared: \ - %(base_link) \ - -lcert -lgnu \ - -L%:getenv(VSB_DIR /usr/lib/common/objcert) \ - -T%:getenv(VSB_DIR /usr/ldscripts/rtp.ld) \ - }}}