Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64115
b: refs/heads/master
c: 9bf77d0
h: refs/heads/master
i:
  64113: e3d19fb
  64111: 2cb46ea
v: v3
  • Loading branch information
David Mosberger-Tang authored and Tony Luck committed Aug 13, 2007
1 parent c3e1216 commit c1eb981
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: 336cdba8640677117bc3fd101e3e1a34c98a275d
refs/heads/master: 9bf77d0e20d08f4fd5f3b14e50dce3bb21df03ac
4 changes: 3 additions & 1 deletion trunk/arch/ia64/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ PHDRS {
percpu PT_LOAD;
data PT_LOAD;
note PT_NOTE;
unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */
}
SECTIONS
{
Expand Down Expand Up @@ -103,7 +104,8 @@ SECTIONS
__start_unwind = .;
*(.IA_64.unwind*)
__end_unwind = .;
}
} :code :unwind
code_continues2 : {} : code

RODATA

Expand Down

0 comments on commit c1eb981

Please sign in to comment.