Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 use the generic ppc...



details:   https://anonhg.NetBSD.org/src/rev/909574d51825
branches:  trunk
changeset: 938425:909574d51825
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Sep 07 22:21:55 2020 +0000

description:
use the generic ppc64 LINK_GCC_C_SEQUENCE_SPEC.

diffstat:

 external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 7cca59bb5c43 -r 909574d51825 external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h
--- a/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h       Mon Sep 07 19:48:08 2020 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h       Mon Sep 07 22:21:55 2020 +0000
@@ -584,9 +584,6 @@
 #undef DRAFT_V4_STRUCT_RET
 #define DRAFT_V4_STRUCT_RET (!TARGET_64BIT)
 
-#define LINK_GCC_C_SEQUENCE_SPEC \
-  "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}"
-
 /* Use --as-needed -lgcc_s for eh support.  */
 #ifdef HAVE_LD_AS_NEEDED
 #define USE_LD_AS_NEEDED 1



Home | Main Index | Thread Index | Old Index