Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53887
b: refs/heads/master
c: 03df4f6
h: refs/heads/master
i:
  53885: 995ed17
  53883: b3db17e
  53879: a06182c
  53871: a1e3f00
  53855: d451c2a
  53823: e71bc54
  53759: 0a2949e
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Andi Kleen committed May 2, 2007
1 parent 1ed8241 commit 44251c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 21564fd2a3deb48200b595332f9ed4c9f311f2a7
refs/heads/master: 03df4f6ee997589a84d5f9492c6419183724c710
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jiffies = jiffies_64;
PHDRS {
text PT_LOAD FLAGS(5); /* R_E */
data PT_LOAD FLAGS(7); /* RWE */
note PT_NOTE FLAGS(4); /* R__ */
note PT_NOTE FLAGS(0); /* ___ */
}
SECTIONS
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
}

#define NOTES \
.notes : { *(.note.*) } :note
.notes : { *(.note.*) } :note

#define INITCALLS \
*(.initcall0.init) \
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/linux/elfnote.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
* ELFNOTE(XYZCo, 12, .long, 0xdeadbeef)
*/
#define ELFNOTE(name, type, desctype, descdata) \
.pushsection .note.name ; \
.pushsection .note.name, "",@note ; \
.align 4 ; \
.long 2f - 1f /* namesz */ ; \
.long 4f - 3f /* descsz */ ; \
.long type ; \
1:.asciz "name" ; \
1:.asciz #name ; \
2:.align 4 ; \
3:desctype descdata ; \
4:.align 4 ; \
Expand Down

0 comments on commit 44251c6

Please sign in to comment.