Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167863
b: refs/heads/master
c: 7de8028
h: refs/heads/master
i:
  167861: 35c0fcc
  167859: 266f249
  167855: 168e43b
v: v3
  • Loading branch information
Andreas Schwab authored and Benjamin Herrenschmidt committed Oct 27, 2009
1 parent 2a459a8 commit e440dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 171fb12570b479723c49ef9f8911e40e516f3394
refs/heads/master: 7de80284d60837f13ecb2347ba7bf57470309541
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/vdso32/vdso32.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SECTIONS
. = ALIGN(16);
.text : {
*(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
}
} :text
PROVIDE(__etext = .);
PROVIDE(_etext = .);
PROVIDE(etext = .);
Expand Down Expand Up @@ -56,7 +56,7 @@ SECTIONS
.fixup : { *(.fixup) }

.dynamic : { *(.dynamic) } :text :dynamic
.got : { *(.got) }
.got : { *(.got) } :text
.plt : { *(.plt) }

_end = .;
Expand Down

0 comments on commit e440dd2

Please sign in to comment.