public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/google/grte/v5-2.27/master] Fix section type of .eh_frame on Linux x86_64
@ 2020-10-20 20:35 Stan Shebs
  0 siblings, 0 replies; only message in thread
From: Stan Shebs @ 2020-10-20 20:35 UTC (permalink / raw)
  To: glibc-cvs

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

commit c42d99c0a1b56fb1767f98f4e7e0caebd9c20db5
Author: Fangrui Song <maskray@google.com>
Date:   Tue Oct 20 13:10:58 2020 -0700

    Fix section type of .eh_frame on Linux x86_64

Diff:
---
 sysdeps/unix/sysv/linux/x86_64/sigaction.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/x86_64/sigaction.c b/sysdeps/unix/sysv/linux/x86_64/sigaction.c
index 2f7459f6fc..1a2c3708ae 100644
--- a/sysdeps/unix/sysv/linux/x86_64/sigaction.c
+++ b/sysdeps/unix/sysv/linux/x86_64/sigaction.c
@@ -122,7 +122,7 @@ asm									\
    "	movq $" #syscall ", %rax\n"					\
    "	syscall\n"							\
    ".LEND_" #name ":\n"							\
-   ".section .eh_frame,\"a\",@progbits\n"				\
+   ".section .eh_frame,\"a\",@unwind\n"					\
    ".LSTARTFRAME_" #name ":\n"						\
    "	.long .LENDCIE_" #name "-.LSTARTCIE_" #name "\n"		\
    ".LSTARTCIE_" #name ":\n"						\


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-20 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 20:35 [glibc/google/grte/v5-2.27/master] Fix section type of .eh_frame on Linux x86_64 Stan Shebs

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