public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Olivier Hainque <hainque@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-5940] Remove special case for arm-vxworks on the use of vxcrtstuff
Date: Mon, 13 Dec 2021 18:04:04 +0000 (GMT)	[thread overview]
Message-ID: <20211213180404.1367B385840C@sourceware.org> (raw)

https://gcc.gnu.org/g:20a0e2721a9d24316d73cf631b3ca375f196d5cf

commit r12-5940-g20a0e2721a9d24316d73cf631b3ca375f196d5cf
Author: Olivier Hainque <hainque@adacore.com>
Date:   Tue Dec 7 16:46:02 2021 +0000

    Remove special case for arm-vxworks on the use of vxcrtstuff
    
    Not needed any more after the recent cleanups issued for the
    support of shared libraries.
    
    2021-12-13  Olivier Hainque  <hainque@adacore.com>
    
    libgcc/
            * config.host (*vxworks*): Remove special case for
            arm on the use of vxcrtstuff.

Diff:
---
 libgcc/config.host | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/libgcc/config.host b/libgcc/config.host
index a94f4bf41db..5719c468705 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -336,11 +336,8 @@ case ${host} in
   ;;
 esac
 
-# Except on ARM where we do not use DWARF, table based EH on VxWorks
-# relies on specially crafted crtstuff files
+# VxWorks ports rely on specially crafted crtstuff files
 case ${host} in
-arm-*-vxworks*)
-  ;;
 *-*-vxworks*)
   tmake_file="${tmake_file} t-vxcrtstuff"
   ;;


                 reply	other threads:[~2021-12-13 18: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=20211213180404.1367B385840C@sourceware.org \
    --to=hainque@gcc.gnu.org \
    --cc=gcc-cvs@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).