public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/grte] Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h
@ 2021-08-28  0:31 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-28  0:31 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=038be62f9669046c852101862b3f871bee540c77

commit 038be62f9669046c852101862b3f871bee540c77
Author: Siva Chandra Reddy <sivachandra@google.com>
Date:   Tue Apr 9 11:57:19 2019 -0700

    Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h

Diff:
---
 sysdeps/powerpc/powerpc64/dl-machine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/powerpc/powerpc64/dl-machine.h b/sysdeps/powerpc/powerpc64/dl-machine.h
index da07609778..dfac4794c9 100644
--- a/sysdeps/powerpc/powerpc64/dl-machine.h
+++ b/sysdeps/powerpc/powerpc64/dl-machine.h
@@ -711,7 +711,7 @@ elf_machine_rela (struct link_map *map,
 
   /* We need SYM_MAP even in the absence of TLS, for elf_machine_fixup_plt
      and STT_GNU_IFUNC.  */
-#if !defined NESTING && defined RTLD_BOOTSTRAP
+#if !defined NESTING && (defined RTLD_BOOTSTRAP || defined STATIC_PIE_BOOTSTRAP)
   struct link_map *sym_map = boot_map;
 #else
   struct link_map *sym_map = RESOLVE_MAP (&sym, version, r_type);


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc/maskray/grte] Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h
@ 2021-08-28  0:27 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-28  0:27 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c2f4217094cabc9eaa85b955519d82a2042c4be6

commit c2f4217094cabc9eaa85b955519d82a2042c4be6
Author: Siva Chandra Reddy <sivachandra@google.com>
Date:   Tue Apr 9 11:57:19 2019 -0700

    Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h

Diff:
---
 sysdeps/powerpc/powerpc64/dl-machine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/powerpc/powerpc64/dl-machine.h b/sysdeps/powerpc/powerpc64/dl-machine.h
index da07609778..dfac4794c9 100644
--- a/sysdeps/powerpc/powerpc64/dl-machine.h
+++ b/sysdeps/powerpc/powerpc64/dl-machine.h
@@ -711,7 +711,7 @@ elf_machine_rela (struct link_map *map,
 
   /* We need SYM_MAP even in the absence of TLS, for elf_machine_fixup_plt
      and STT_GNU_IFUNC.  */
-#if !defined NESTING && defined RTLD_BOOTSTRAP
+#if !defined NESTING && (defined RTLD_BOOTSTRAP || defined STATIC_PIE_BOOTSTRAP)
   struct link_map *sym_map = boot_map;
 #else
   struct link_map *sym_map = RESOLVE_MAP (&sym, version, r_type);


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc/maskray/grte] Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h
@ 2021-08-27 23:50 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-27 23:50 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4691b27f688359b6e472de4737443a08ff098986

commit 4691b27f688359b6e472de4737443a08ff098986
Author: Siva Chandra Reddy <sivachandra@google.com>
Date:   Tue Apr 9 11:57:19 2019 -0700

    Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h

Diff:
---
 sysdeps/powerpc/powerpc64/dl-machine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/powerpc/powerpc64/dl-machine.h b/sysdeps/powerpc/powerpc64/dl-machine.h
index da07609778..dfac4794c9 100644
--- a/sysdeps/powerpc/powerpc64/dl-machine.h
+++ b/sysdeps/powerpc/powerpc64/dl-machine.h
@@ -711,7 +711,7 @@ elf_machine_rela (struct link_map *map,
 
   /* We need SYM_MAP even in the absence of TLS, for elf_machine_fixup_plt
      and STT_GNU_IFUNC.  */
-#if !defined NESTING && defined RTLD_BOOTSTRAP
+#if !defined NESTING && (defined RTLD_BOOTSTRAP || defined STATIC_PIE_BOOTSTRAP)
   struct link_map *sym_map = boot_map;
 #else
   struct link_map *sym_map = RESOLVE_MAP (&sym, version, r_type);


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-28  0:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  0:31 [glibc/maskray/grte] Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h Fangrui Song
  -- strict thread matches above, loose matches on Subject: below --
2021-08-28  0:27 Fangrui Song
2021-08-27 23:50 Fangrui Song

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