public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work024)] Undo last patch.
Date: Thu,  5 Nov 2020 02:11:41 +0000 (GMT)	[thread overview]
Message-ID: <20201105021141.821BA3857802@sourceware.org> (raw)

https://gcc.gnu.org/g:f52703e3be86e96fc9838d69dbbbf980d726c28b

commit f52703e3be86e96fc9838d69dbbbf980d726c28b
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Nov 4 21:11:14 2020 -0500

    Undo last patch.
    
    libgcc/
    2020-11-04  Michael Meissner  <meissner@linux.ibm.com>
    
            Undo:
            PR libgcc/97543
            * config/rs6000/t-float128-hw (FP128_CFLAGS_HW): Do not set
            -mno-gnu-attributes here.
            * config/rs6000/t-linux (libgcc-s-objects): Compile all modules
            for the shared library with -mno-gnu-attributes.

Diff:
---
 libgcc/config/rs6000/t-float128-hw | 2 +-
 libgcc/config/rs6000/t-linux       | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/libgcc/config/rs6000/t-float128-hw b/libgcc/config/rs6000/t-float128-hw
index acdddb0ba01..d64ca4dd694 100644
--- a/libgcc/config/rs6000/t-float128-hw
+++ b/libgcc/config/rs6000/t-float128-hw
@@ -25,7 +25,7 @@ fp128_sed_hw		= -hw
 # Build the hardware support functions with appropriate hardware support
 FP128_CFLAGS_HW		 = -Wno-type-limits -mvsx -mfloat128 \
 			   -mpower8-vector -mpower9-vector \
-			   -mfloat128-hardware \
+			   -mfloat128-hardware -mno-gnu-attribute \
 			   -I$(srcdir)/soft-fp \
 			   -I$(srcdir)/config/rs6000 \
 			   $(FLOAT128_HW_INSNS)
diff --git a/libgcc/config/rs6000/t-linux b/libgcc/config/rs6000/t-linux
index c931b39c6f3..ed821947b66 100644
--- a/libgcc/config/rs6000/t-linux
+++ b/libgcc/config/rs6000/t-linux
@@ -6,7 +6,3 @@ HOST_LIBGCC2_CFLAGS += -mlong-double-128
 # smaller and faster libgcc code.  Directly specifying -mcmodel=small
 # would need to take into account targets for which -mcmodel is invalid.
 HOST_LIBGCC2_CFLAGS += -mno-minimal-toc
-
-# Turn off gnu attributes for long double size on the shared library modules,
-# but leave it on for the static modules.
-$(libgcc-s-objects) : INTERNAL_CFLAGS += -mno-gnu-attribute


             reply	other threads:[~2020-11-05  2:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05  2:11 Michael Meissner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-04 20:05 Michael Meissner

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=20201105021141.821BA3857802@sourceware.org \
    --to=meissner@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).