Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61852
b: refs/heads/master
c: 3ae0aa9
h: refs/heads/master
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Sam Ravnborg committed Jul 17, 2007
1 parent 272fb8a commit 50067c5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5c617c6ff0379f9e55178165478e10761fa109e2
refs/heads/master: 3ae0aa9f45c69055294b6514ddbb5bd07d2535c2
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ SECTIONS
}
#else
.data : {
*(.data .data.rel* .toc1)
DATA_DATA
*(.data.rel*)
*(.toc1)
*(.branch_lt)
}

Expand Down

0 comments on commit 50067c5

Please sign in to comment.