From 260cbefec6db527b61950a9e504baf3c6516a98c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 28 Apr 2005 22:47:29 -0700 Subject: [PATCH] --- yaml --- r: 579 b: refs/heads/master c: c60c390620e0abb60d4ae8c43583714bda27763f h: refs/heads/master i: 577: ad0aa3fff96c24fd44d5e72a667b277dc5d80053 575: 04f7d65437b67cf2c377d9b7d174d701afc096a0 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/ia32/vsyscall.lds | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fdd3a4621cd6..848c2f2ef89f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0cb766ae629c70d53040f85de73db0583eadb233 +refs/heads/master: c60c390620e0abb60d4ae8c43583714bda27763f diff --git a/trunk/arch/x86_64/ia32/vsyscall.lds b/trunk/arch/x86_64/ia32/vsyscall.lds index fa4b4dd4a9ff..f2e75ed4c6c7 100644 --- a/trunk/arch/x86_64/ia32/vsyscall.lds +++ b/trunk/arch/x86_64/ia32/vsyscall.lds @@ -36,6 +36,7 @@ SECTIONS .text.rtsigreturn : { *(.text.rtsigreturn) } :text =0x90909090 + .note : { *(.note.*) } :text :note .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr .eh_frame : { KEEP (*(.eh_frame)) } :text .dynamic : { *(.dynamic) } :text :dynamic @@ -55,6 +56,7 @@ PHDRS { text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */ dynamic PT_DYNAMIC FLAGS(4); /* PF_R */ + note PT_NOTE FLAGS(4); /* PF_R */ eh_frame_hdr 0x6474e550; /* PT_GNU_EH_FRAME, but ld doesn't match the name */ }