Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 579
b: refs/heads/master
c: c60c390
h: refs/heads/master
i:
  577: ad0aa3f
  575: 04f7d65
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Apr 29, 2005
1 parent 852719b commit 260cbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0cb766ae629c70d53040f85de73db0583eadb233
refs/heads/master: c60c390620e0abb60d4ae8c43583714bda27763f
2 changes: 2 additions & 0 deletions trunk/arch/x86_64/ia32/vsyscall.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 */
}

Expand Down

0 comments on commit 260cbef

Please sign in to comment.