public inbox for glibc-cvs@sourceware.org help / color / mirror / Atom feed
From: Carlos O'Donell <carlos@sourceware.org> To: glibc-cvs@sourceware.org Subject: [glibc/release/2.34/master] powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOC Date: Tue, 12 Apr 2022 19:43:23 +0000 (GMT) [thread overview] Message-ID: <20220412194323.269B93858D28@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4b5b8a1cdf39bed02b8b973717796eccde455ed6 commit 4b5b8a1cdf39bed02b8b973717796eccde455ed6 Author: Fangrui Song <maskray@google.com> Date: Mon Sep 27 10:12:50 2021 -0700 powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOC Reviewed-by: Raphael M Zinsly <rzinsly@linux.ibm.com> (cherry picked from commit 8e2557a2b85b2eb0ed50a9016a4ffc6b859b97e6) Diff: --- sysdeps/powerpc/powerpc32/dl-machine.h | 2 -- sysdeps/powerpc/powerpc64/dl-machine.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/sysdeps/powerpc/powerpc32/dl-machine.h b/sysdeps/powerpc/powerpc32/dl-machine.h index ced3a7b659..b93cf486b6 100644 --- a/sysdeps/powerpc/powerpc32/dl-machine.h +++ b/sysdeps/powerpc/powerpc32/dl-machine.h @@ -109,8 +109,6 @@ elf_machine_load_address (void) return runtime_dynamic - elf_machine_dynamic (); } -#define ELF_MACHINE_BEFORE_RTLD_RELOC(dynamic_info) /* nothing */ - /* The PLT uses Elf32_Rela relocs. */ #define elf_machine_relplt elf_machine_rela diff --git a/sysdeps/powerpc/powerpc64/dl-machine.h b/sysdeps/powerpc/powerpc64/dl-machine.h index b90f407119..b3f3352bcf 100644 --- a/sysdeps/powerpc/powerpc64/dl-machine.h +++ b/sysdeps/powerpc/powerpc64/dl-machine.h @@ -116,8 +116,6 @@ elf_machine_dynamic (void) return runtime_dynamic - elf_machine_load_address() ; } -#define ELF_MACHINE_BEFORE_RTLD_RELOC(dynamic_info) /* nothing */ - /* The PLT uses Elf64_Rela relocs. */ #define elf_machine_relplt elf_machine_rela
reply other threads:[~2022-04-12 19:43 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20220412194323.269B93858D28@sourceware.org \ --to=carlos@sourceware.org \ --cc=glibc-cvs@sourceware.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: linkBe 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).