public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5940] Remove special case for arm-vxworks on the use of vxcrtstuff
@ 2021-12-13 18:04 Olivier Hainque
  0 siblings, 0 replies; only message in thread
From: Olivier Hainque @ 2021-12-13 18:04 UTC (permalink / raw)
  To: gcc-cvs

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"
   ;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-13 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 18:04 [gcc r12-5940] Remove special case for arm-vxworks on the use of vxcrtstuff Olivier Hainque

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).