public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Krister Walfridsson <krister.walfridsson@gmail.com>
To: gcc-patches@gcc.gnu.org
Subject: committed: Remove libgcc/config.host check for aout NetBSD releases
Date: Sun, 09 Jul 2017 04:39:00 -0000	[thread overview]
Message-ID: <Pine.NEB.4.64.1707090637210.2595@gateway.kwa> (raw)

[-- Attachment #1: Type: TEXT/PLAIN, Size: 339 bytes --]

I have committed the attached patch to remove a check for obsolete NetBSD
aout releases from the 1990s.

Bootstrapped and tested on i386-unknown-netbsdelf6.1 and
x86_64-unknown-netbsd6.1.

    /Krister


2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>

 	* config.host (*-*-netbsd*): Remove check for aout NetBSD releases.

[-- Attachment #2: Type: TEXT/PLAIN, Size: 890 bytes --]

Index: libgcc/config.host
===================================================================
--- libgcc/config.host	(revision 250079)
+++ libgcc/config.host	(revision 250080)
@@ -250,14 +250,7 @@
   tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
   tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
   tmake_file="$tmake_file t-slibgcc-libgcc"
-  # NetBSD 1.7 and later are set up to use GCC's crtstuff for
-  # ELF configurations.  We will clear extra_parts in the
-  # a.out configurations.
-  case ${host} in
-    *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
-      extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
-      ;;
-  esac
+  extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
   ;;
 *-*-openbsd*)
   tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"

                 reply	other threads:[~2017-07-09  4:39 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=Pine.NEB.4.64.1707090637210.2595@gateway.kwa \
    --to=krister.walfridsson@gmail.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).