public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Marc Poulhiès" <poulhies@adacore.com>
To: gcc-patches@gcc.gnu.org
Cc: "Marc Poulhiès" <poulhies@adacore.com>
Subject: [COMMITTED] ada: Remove unused files
Date: Thu, 15 Jun 2023 10:04:38 +0200	[thread overview]
Message-ID: <20230615080438.940453-1-poulhies@adacore.com> (raw)

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.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 gcc/ada/vxworks7-cert-rtp-base-link.spec         |  2 --
 gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec  |  2 --
 gcc/ada/vxworks7-cert-rtp-base-link__x86.spec    |  2 --
 gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec |  2 --
 gcc/ada/vxworks7-cert-rtp-link.spec              | 10 ----------
 gcc/ada/vxworks7-cert-rtp-link__ppcXX.spec       | 10 ----------
 6 files changed, 28 deletions(-)
 delete mode 100644 gcc/ada/vxworks7-cert-rtp-base-link.spec
 delete mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec
 delete mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__x86.spec
 delete mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec
 delete mode 100644 gcc/ada/vxworks7-cert-rtp-link.spec
 delete mode 100644 gcc/ada/vxworks7-cert-rtp-link__ppcXX.spec

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 1d6ee49b128..00000000000
--- 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 97332b85440..00000000000
--- 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 eafb5828b37..00000000000
--- 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 dd288690ab9..00000000000
--- 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 9923c58defa..00000000000
--- 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 8671cea7410..00000000000
--- 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) \
-   }}}
-- 
2.40.0


                 reply	other threads:[~2023-06-15  8:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230615080438.940453-1-poulhies@adacore.com \
    --to=poulhies@adacore.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).