Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77216
b: refs/heads/master
c: ea29ee1
h: refs/heads/master
v: v3
  • Loading branch information
Martin Schwidefsky committed Jan 26, 2008
1 parent cb38b2a commit 601a67b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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: 5d67d164e6e2e7310cf4b682c418d70d59295eaf
refs/heads/master: ea29ee16e6ea908c830e70516d440828fd9129a8
12 changes: 9 additions & 3 deletions trunk/arch/s390/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ ENTRY(_start)
jiffies = jiffies_64;
#endif

PHDRS {
text PT_LOAD FLAGS(5); /* R_E */
data PT_LOAD FLAGS(7); /* RWE */
note PT_NOTE FLAGS(0); /* ___ */
}

SECTIONS
{
. = 0x00000000;
Expand All @@ -33,6 +39,9 @@ SECTIONS

_etext = .; /* End of text section */

NOTES :text :note
BUG_TABLE :text

RODATA

#ifdef CONFIG_SHARED_KERNEL
Expand All @@ -49,9 +58,6 @@ SECTIONS
__stop___ex_table = .;
}

NOTES
BUG_TABLE

.data : { /* Data */
DATA_DATA
CONSTRUCTORS
Expand Down

0 comments on commit 601a67b

Please sign in to comment.