Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73084
b: refs/heads/master
c: f38c5a6
h: refs/heads/master
v: v3
  • Loading branch information
Kaz Kojima authored and Paul Mundt committed Nov 2, 2007
1 parent 9f04310 commit cce3948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 236b1957447018d53cfd24ec774995c44e18998d
refs/heads/master: f38c5a696a1e775c70d8764b1b9c1a4e267448d3
5 changes: 4 additions & 1 deletion trunk/arch/sh/kernel/vsyscall/vsyscall.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ SECTIONS
.text : { *(.text) } :text =0x90909090
.note : { *(.note.*) } :text :note
.eh_frame_hdr : { *(.eh_frame_hdr ) } :text :eh_frame_hdr
.eh_frame : { KEEP (*(.eh_frame)) } :text
.eh_frame : {
KEEP (*(.eh_frame))
LONG (0)
} :text
.dynamic : { *(.dynamic) } :text :dynamic
.useless : {
*(.got.plt) *(.got)
Expand Down

0 comments on commit cce3948

Please sign in to comment.