From patchwork Wed Jun 15 08:34:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fangrui Song X-Patchwork-Id: 55092 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 36681384D184 for ; Wed, 15 Jun 2022 08:35:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 36681384D184 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1655282110; bh=lJV29wwngsgmmrD0S5w8ATG9xSFQd++MEByyIj/+Nkk=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=v5LN9nwMliS31tHzuRTvjsGWeYecPfG6xrHv3KoIzZDYd9JllUyNrRejVPmS4wvFE 6+t6+pA3RxQScRfeaba3yVcOQ/MmBTZuQ8eu/pJEpcwoTla74+7oRctvmsLmDteZ6R /xWITs0XTgpE+uncxORQMUUpmaRtIkqd4pBWeyVo= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-yw1-x1149.google.com (mail-yw1-x1149.google.com [IPv6:2607:f8b0:4864:20::1149]) by sourceware.org (Postfix) with ESMTPS id 222AA38582B4 for ; Wed, 15 Jun 2022 08:34:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 222AA38582B4 Received: by mail-yw1-x1149.google.com with SMTP id 00721157ae682-30c9a01d1c5so46790247b3.11 for ; Wed, 15 Jun 2022 01:34:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=lJV29wwngsgmmrD0S5w8ATG9xSFQd++MEByyIj/+Nkk=; b=LaXzIZbg5bblBkHow+vQZP3QJ7nq8Rj4RbViNCMmgVPpB50BnsLCKgF3J0LU1akTO8 9bm5S+1FdB9fwYeHaFuNcU6Irb6A/uPjpXpKvaslEDFyeGyoh0APa7+MhdhoZ8TV60Eu NNNtwwSX9Ojea+0fKlDkSdHNnG/dtWyrMFC3C+jNcEB89vfpYLsPEYTrco1WsB8WFhr/ zjB+hGbSUWIYd5u1fZNbGF4t2/1ap+tCBDdev9ICNBeefKX1Me5AfVU8Ak2kfSI1cyfk H0dh4db7LYNMJYxWzebOl1VxbSWyAFI6muZ6AUCuY7vOm3GG2jRqeIKxj3pK/olfKMXl DYtw== X-Gm-Message-State: AJIora+QBPHp3Jjh9D8B2JyRSh7hIe9LnxBZSwHlvD1LnkOTBoRh5eqG 8+Tn+Um4gZHES/Nt3oTkv01lB2DvKAEwtZsLPprwELQKJ1kA8JCUZ9aCEsrjjEJNrP2ogXiizAR eTP9fJAwUAYk27t3HZX5ohum4VEKcFRJtebqNyZbSFRGxVj8yHaJaYCy2lL69hs8OJA== X-Google-Smtp-Source: AGRyM1vZX1ymC77jg0qIeRS/jl8bsoJ0SPv5WYzIU1VMl5ym33iCgK8rybav2BR/DJmRLDs4KiyfKCUlVG9g X-Received: from maskray1.svl.corp.google.com ([2620:15c:2ce:200:73fa:a66c:4a7a:d736]) (user=maskray job=sendgmr) by 2002:a25:9ac3:0:b0:664:736b:8f2e with SMTP id t3-20020a259ac3000000b00664736b8f2emr8888273ybo.589.1655282075403; Wed, 15 Jun 2022 01:34:35 -0700 (PDT) Date: Wed, 15 Jun 2022 01:34:32 -0700 Message-Id: <20220615083432.2721418-1-maskray@google.com> Mime-Version: 1.0 Subject: [PATCH] x86-64: Remove HAVE_LD_PIE_COPYRELOC To: gcc-patches@gcc.gnu.org, Jan Hubicka , "H . J . Lu" X-Spam-Status: No, score=-18.8 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, KAM_STOCKGEN, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE, USER_IN_DEF_DKIM_WL autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Fangrui Song via Gcc-patches From: Fangrui Song Reply-To: Fangrui Song Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" This was introduced in 2014-12 to use local binding for external symbols for -fPIE. It avoids a GOT indirection but the same optimizationis obtained with ld's R_X86_64_[REX_]GOTPCRELX optimization (albeit with slightly longer code). One design goal of -fPIE was to avoid copy relocations. HAVE_LD_PIE_COPYRELOC has deviated from the goal. By removing HAVE_LD_PIE_COPYRELOC, the -fPIE behavior of x86-64 will match x86-32 and other targets. The design goal of protected symbols was to improve performance similar to -Bsymbolic. lld rejects copy relocations on data symbols. Latest glibc rtld reports a warning when a protected data symbol is copy relocated[1]. With the adoption of PIE most object files are -fPIE or -fPIC. -fPIE defaulting to the possibly copy relocations behavior makes protected data symbols infeasible to adopt on x86-64. [1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=7374c02b683b7110b853a32496a619410364d70b ("elf: Refine direct extern access diagnostics to protected symbol") --- gcc/config.in | 6 --- gcc/config/i386/i386.cc | 16 +----- gcc/configure | 52 ------------------- gcc/configure.ac | 48 ----------------- gcc/doc/sourcebuild.texi | 3 -- .../gcc.target/i386/pie-copyrelocs-1.c | 14 ----- .../gcc.target/i386/pie-copyrelocs-2.c | 14 ----- .../gcc.target/i386/pie-copyrelocs-3.c | 14 ----- .../gcc.target/i386/pie-copyrelocs-4.c | 17 ------ gcc/testsuite/gcc.target/i386/pr32219-9.c | 1 - gcc/testsuite/lib/target-supports.exp | 47 ----------------- 11 files changed, 2 insertions(+), 230 deletions(-) delete mode 100644 gcc/testsuite/gcc.target/i386/pie-copyrelocs-1.c delete mode 100644 gcc/testsuite/gcc.target/i386/pie-copyrelocs-2.c delete mode 100644 gcc/testsuite/gcc.target/i386/pie-copyrelocs-3.c delete mode 100644 gcc/testsuite/gcc.target/i386/pie-copyrelocs-4.c diff --git a/gcc/config.in b/gcc/config.in index 16bb963b45b..ade42625deb 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1691,12 +1691,6 @@ #endif -/* Define 0/1 if your linker supports -pie option with copy reloc. */ -#ifndef USED_FOR_TARGET -#undef HAVE_LD_PIE_COPYRELOC -#endif - - /* Define if your PowerPC linker has .gnu.attributes long double support. */ #ifndef USED_FOR_TARGET #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE diff --git a/gcc/config/i386/i386.cc b/gcc/config/i386/i386.cc index 3d189e124e4..f9fd9650f7c 100644 --- a/gcc/config/i386/i386.cc +++ b/gcc/config/i386/i386.cc @@ -10790,16 +10790,7 @@ legitimate_pic_address_disp_p (rtx disp) || ix86_cmodel == CM_SMALL_PIC) return true; } - else if (!SYMBOL_REF_FAR_ADDR_P (op0) - && (SYMBOL_REF_LOCAL_P (op0) - || ((ix86_direct_extern_access - && !(SYMBOL_REF_DECL (op0) - && lookup_attribute ("nodirect_extern_access", - DECL_ATTRIBUTES (SYMBOL_REF_DECL (op0))))) - && HAVE_LD_PIE_COPYRELOC - && flag_pie - && !SYMBOL_REF_WEAK (op0) - && !SYMBOL_REF_FUNCTION_P (op0))) + else if (!SYMBOL_REF_FAR_ADDR_P (op0) && SYMBOL_REF_LOCAL_P (op0) && ix86_cmodel != CM_LARGE_PIC) return true; break; @@ -23815,10 +23806,7 @@ ix86_binds_local_p (const_tree exp) ix86_has_no_direct_extern_access = true; return default_binds_local_p_3 (exp, flag_shlib != 0, true, direct_extern_access, - (direct_extern_access - && (!flag_pic - || (TARGET_64BIT - && HAVE_LD_PIE_COPYRELOC != 0)))); + (direct_extern_access && !flag_pic)); } /* If flag_pic or ix86_direct_extern_access is false, then neither diff --git a/gcc/configure b/gcc/configure index f43dc989d02..bf8aaec6e05 100755 --- a/gcc/configure +++ b/gcc/configure @@ -30081,58 +30081,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_pie" >&5 $as_echo "$gcc_cv_ld_pie" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker PIE support with copy reloc" >&5 -$as_echo_n "checking linker PIE support with copy reloc... " >&6; } -gcc_cv_ld_pie_copyreloc=no -if test $gcc_cv_ld_pie = yes ; then - if test $in_tree_ld = yes ; then - if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 25 -o "$gcc_cv_gld_major_version" -gt 2; then - gcc_cv_ld_pie_copyreloc=yes - fi - elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x ; then - # Check if linker supports -pie option with copy reloc - case "$target" in - i?86-*-linux* | x86_64-*-linux*) - cat > conftest1.s < conftest2.s < /dev/null 2>&1 \ - && $gcc_cv_ld -shared -melf_x86_64 -o conftest1.so conftest1.o > /dev/null 2>&1 \ - && $gcc_cv_as --64 -o conftest2.o conftest2.s > /dev/null 2>&1 \ - && $gcc_cv_ld -pie -melf_x86_64 -o conftest conftest2.o conftest1.so > /dev/null 2>&1; then - gcc_cv_ld_pie_copyreloc=yes - fi - rm -f conftest conftest1.so conftest1.o conftest2.o conftest1.s conftest2.s - ;; - esac - fi -fi - -cat >>confdefs.h <<_ACEOF -#define HAVE_LD_PIE_COPYRELOC `if test x"$gcc_cv_ld_pie_copyreloc" = xyes; then echo 1; else echo 0; fi` -_ACEOF - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_pie_copyreloc" >&5 -$as_echo "$gcc_cv_ld_pie_copyreloc" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker EH-compatible garbage collection of sections" >&5 $as_echo_n "checking linker EH-compatible garbage collection of sections... " >&6; } gcc_cv_ld_eh_gc_sections=no diff --git a/gcc/configure.ac b/gcc/configure.ac index 80bdd8ceef9..11b61cd159d 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -5983,54 +5983,6 @@ if test x"$gcc_cv_ld_pie" = xyes; then fi AC_MSG_RESULT($gcc_cv_ld_pie) -AC_MSG_CHECKING(linker PIE support with copy reloc) -gcc_cv_ld_pie_copyreloc=no -if test $gcc_cv_ld_pie = yes ; then - if test $in_tree_ld = yes ; then - if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 25 -o "$gcc_cv_gld_major_version" -gt 2; then - gcc_cv_ld_pie_copyreloc=yes - fi - elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x ; then - # Check if linker supports -pie option with copy reloc - case "$target" in - i?86-*-linux* | x86_64-*-linux*) - cat > conftest1.s < conftest2.s < /dev/null 2>&1 \ - && $gcc_cv_ld -shared -melf_x86_64 -o conftest1.so conftest1.o > /dev/null 2>&1 \ - && $gcc_cv_as --64 -o conftest2.o conftest2.s > /dev/null 2>&1 \ - && $gcc_cv_ld -pie -melf_x86_64 -o conftest conftest2.o conftest1.so > /dev/null 2>&1; then - gcc_cv_ld_pie_copyreloc=yes - fi - rm -f conftest conftest1.so conftest1.o conftest2.o conftest1.s conftest2.s - ;; - esac - fi -fi -AC_DEFINE_UNQUOTED(HAVE_LD_PIE_COPYRELOC, - [`if test x"$gcc_cv_ld_pie_copyreloc" = xyes; then echo 1; else echo 0; fi`], - [Define 0/1 if your linker supports -pie option with copy reloc.]) -AC_MSG_RESULT($gcc_cv_ld_pie_copyreloc) - AC_MSG_CHECKING(linker EH-compatible garbage collection of sections) gcc_cv_ld_eh_gc_sections=no if test $in_tree_ld = yes ; then diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 606ab85a116..2f79e542efb 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2517,9 +2517,6 @@ Target supports FPU instructions. @item non_strict_align Target does not require strict alignment. -@item pie_copyreloc -The x86-64 target linker supports PIE with copy reloc. - @item rdrand Target supports x86 @code{rdrand} instruction. diff --git a/gcc/testsuite/gcc.target/i386/pie-copyrelocs-1.c b/gcc/testsuite/gcc.target/i386/pie-copyrelocs-1.c deleted file mode 100644 index 7af851bde9b..00000000000 --- a/gcc/testsuite/gcc.target/i386/pie-copyrelocs-1.c +++ /dev/null @@ -1,14 +0,0 @@ -/* Check that GOTPCREL isn't used to access glob_a. */ -/* { dg-do compile { target *-*-linux* } } */ -/* { dg-require-effective-target pie_copyreloc } */ -/* { dg-options "-O2 -fpie" } */ - -extern int glob_a; - -int foo () -{ - return glob_a; -} - -/* glob_a should never be accessed with a GOTPCREL. */ -/* { dg-final { scan-assembler-not "glob_a@GOTPCREL" { target { ! ia32 } } } } */ diff --git a/gcc/testsuite/gcc.target/i386/pie-copyrelocs-2.c b/gcc/testsuite/gcc.target/i386/pie-copyrelocs-2.c deleted file mode 100644 index 19cb97e882c..00000000000 --- a/gcc/testsuite/gcc.target/i386/pie-copyrelocs-2.c +++ /dev/null @@ -1,14 +0,0 @@ -/* Check that GOTPCREL isn't used to access glob_a. */ -/* { dg-do compile { target *-*-linux* } } */ -/* { dg-require-effective-target pie_copyreloc } */ -/* { dg-options "-O2 -fpie" } */ - -int glob_a; - -int foo () -{ - return glob_a; -} - -/* glob_a should never be accessed with a GOTPCREL. */ -/* { dg-final { scan-assembler-not "glob_a@GOTPCREL" { target { ! ia32 } } } } */ diff --git a/gcc/testsuite/gcc.target/i386/pie-copyrelocs-3.c b/gcc/testsuite/gcc.target/i386/pie-copyrelocs-3.c deleted file mode 100644 index c2fa8968e77..00000000000 --- a/gcc/testsuite/gcc.target/i386/pie-copyrelocs-3.c +++ /dev/null @@ -1,14 +0,0 @@ -/* Check that PLT is used to access glob_a. */ -/* { dg-do compile { target *-*-linux* } } */ -/* { dg-require-effective-target pie_copyreloc } */ -/* { dg-options "-O2 -fpie" } */ - -extern int glob_a (void); - -int foo () -{ - return glob_a (); -} - -/* glob_a should be accessed with a PLT. */ -/* { dg-final { scan-assembler "glob_a@PLT" { target { ! ia32 } } } } */ diff --git a/gcc/testsuite/gcc.target/i386/pie-copyrelocs-4.c b/gcc/testsuite/gcc.target/i386/pie-copyrelocs-4.c deleted file mode 100644 index 413cdf381c3..00000000000 --- a/gcc/testsuite/gcc.target/i386/pie-copyrelocs-4.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Check that GOTPCREL is used to access glob_a. */ -/* { dg-do compile { target *-*-linux* } } */ -/* { dg-require-effective-target pie_copyreloc } */ -/* { dg-options "-O2 -fpie" } */ - -extern int glob_a __attribute__((weak)); - -int foo () -{ - if (&glob_a != 0) - return glob_a; - else - return 0; -} - -/* weak glob_a should be accessed with a GOTPCREL. */ -/* { dg-final { scan-assembler "glob_a@GOTPCREL" { target { ! ia32 } } } } */ diff --git a/gcc/testsuite/gcc.target/i386/pr32219-9.c b/gcc/testsuite/gcc.target/i386/pr32219-9.c index 8c218266359..4958957f5cb 100644 --- a/gcc/testsuite/gcc.target/i386/pr32219-9.c +++ b/gcc/testsuite/gcc.target/i386/pr32219-9.c @@ -1,5 +1,4 @@ /* { dg-do compile { target *-*-linux* } } */ -/* { dg-require-effective-target pie_copyreloc } */ /* { dg-options "-O2 -fpie" } */ /* Uninitialized common symbol with -fpie. */ diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index d1f4eb7641f..93c15eae051 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -10832,53 +10832,6 @@ proc scan-ltrans-tree-dump-dem-not_required_options {} { return "-flto-partition=one" } -# Return 1 if the x86-64 target supports PIE with copy reloc, 0 -# otherwise. Cache the result. - -proc check_effective_target_pie_copyreloc { } { - global tool - global GCC_UNDER_TEST - - if { !([istarget i?86-*-*] || [istarget x86_64-*-*]) } { - return 0 - } - - # Need auto-host.h to check linker support. - if { ![file exists ../../auto-host.h ] } { - return 0 - } - - return [check_cached_effective_target pie_copyreloc { - # Set up and compile to see if linker supports PIE with copy - # reloc. Include the current process ID in the file names to - # prevent conflicts with invocations for multiple testsuites. - - set src pie[pid].c - set obj pie[pid].o - - set f [open $src "w"] - puts $f "#include \"../../auto-host.h\"" - puts $f "#if HAVE_LD_PIE_COPYRELOC == 0" - puts $f "# error Linker does not support PIE with copy reloc." - puts $f "#endif" - close $f - - verbose "check_effective_target_pie_copyreloc compiling testfile $src" 2 - set lines [${tool}_target_compile $src $obj object ""] - - file delete $src - file delete $obj - - if [string match "" $lines] then { - verbose "check_effective_target_pie_copyreloc testfile compilation passed" 2 - return 1 - } else { - verbose "check_effective_target_pie_copyreloc testfile compilation failed" 2 - return 0 - } - }] -} - # Return 1 if the x86 target supports R_386_GOT32X relocation, 0 # otherwise. Cache the result.