public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-50] Darwin, X86 : Fix bootstrap break from flags changes.
@ 2021-04-21 19:45 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2021-04-21 19:45 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-50-ga44895ce7ffbc26b4d765c40b5b346f8c9a9b762
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Wed Apr 21 20:40:48 2021 +0100

    Darwin, X86 : Fix bootstrap break from flags changes.
    
    The changes from r12-36-g1751bec027f030515889fcf4baa9c91501aafc85
    did not remove the uses of TARGET_ISA_* from i386/darwin.h.
    
    Fixed thus.
    
    gcc/ChangeLog:
    
            * config/i386/darwin.h (TARGET_64BIT): Remove definition
            based on TARGET_ISA_64BIT.
            (TARGET_64BIT_P): Remove definition based on
            TARGET_ISA_64BIT_P().

Diff:
---
 gcc/config/i386/darwin.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h
index c81db9bf09f..2657dfe266e 100644
--- a/gcc/config/i386/darwin.h
+++ b/gcc/config/i386/darwin.h
@@ -25,11 +25,6 @@ along with GCC; see the file COPYING3.  If not see
 #undef DARWIN_X86
 #define DARWIN_X86 1
 
-#undef TARGET_64BIT
-#define TARGET_64BIT TARGET_ISA_64BIT
-#undef TARGET_64BIT_P
-#define TARGET_64BIT_P(x) TARGET_ISA_64BIT_P(x)
-
 #ifdef IN_LIBGCC2
 #undef TARGET_64BIT
 #ifdef __x86_64__


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

only message in thread, other threads:[~2021-04-21 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 19:45 [gcc r12-50] Darwin, X86 : Fix bootstrap break from flags changes Iain D Sandoe

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