public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/99889] Add powerpc ELFv1 support for -fpatchable-function-entry* with "o" sections
Date: Fri, 25 Nov 2022 03:21:12 +0000	[thread overview]
Message-ID: <bug-99889-4-Yr49VnS3zC@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99889-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99889

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <linkw@gcc.gnu.org>:

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

commit r13-4294-gf120196382ac5ac49ec4a60f8abad42f22d45a91
Author: Kewen.Lin <linkw@gcc.gnu.org>
Date:   Thu Nov 24 21:17:28 2022 -0600

    Adjust the symbol for SECTION_LINK_ORDER linked_to section [PR99889]

    As discussed in PR98125, -fpatchable-function-entry with
    SECTION_LINK_ORDER support doesn't work well on powerpc64
    ELFv1 because the filled "Symbol" in

      .section name,"flags"o,@type,Symbol

    sits in .opd section instead of in the function_section
    like .text or named .text*.

    Since we already generates one label LPFE* which sits in
    function_section of current_function_decl, this patch is
    to reuse it as the symbol for the linked_to section.  It
    avoids the above ABI specific issue when using the symbol
    concluded from current_function_decl.

    Besides, with this support some previous workarounds can
    be reverted.

            PR target/99889

    gcc/ChangeLog:

            * config/rs6000/rs6000.cc (rs6000_print_patchable_function_entry):
            Adjust to call function default_print_patchable_function_entry.
            * targhooks.cc (default_print_patchable_function_entry_1): Remove
and
            move the flags preparation ...
            (default_print_patchable_function_entry): ... here, adjust to use
            current_function_funcdef_no for label no.
            * targhooks.h (default_print_patchable_function_entry_1): Remove.
            * varasm.cc (default_elf_asm_named_section): Adjust code for
            __patchable_function_entries section support with LPFE label.

    gcc/testsuite/ChangeLog:

            * g++.dg/pr93195a.C: Remove the skip on powerpc*-*-* 64-bit.
            * gcc.target/aarch64/pr92424-2.c: Adjust LPFE1 with LPFE0.
            * gcc.target/aarch64/pr92424-3.c: Likewise.
            * gcc.target/i386/pr93492-2.c: Likewise.
            * gcc.target/i386/pr93492-3.c: Likewise.
            * gcc.target/i386/pr93492-4.c: Likewise.
            * gcc.target/i386/pr93492-5.c: Likewise.

  parent reply	other threads:[~2022-11-25  3:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-03  8:15 [Bug target/99889] New: " jakub at gcc dot gnu.org
2021-04-03  8:16 ` [Bug target/99889] " jakub at gcc dot gnu.org
2022-08-12  7:57 ` linkw at gcc dot gnu.org
2022-09-30 12:35 ` linkw at gcc dot gnu.org
2022-11-25  3:21 ` cvs-commit at gcc dot gnu.org [this message]
2022-11-25  6:18 ` linkw at gcc dot gnu.org
2023-07-21  5:49 ` linkw at gcc dot gnu.org

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=bug-99889-4-Yr49VnS3zC@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).