Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61609
b: refs/heads/master
c: cbe8712
h: refs/heads/master
i:
  61607: 2d82dec
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Jul 19, 2007
1 parent 4a7649c commit 86d258a
Show file tree
Hide file tree
Showing 3 changed files with 9 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: b38bd33a6bf5095736620ca8e85fe61820c2d312
refs/heads/master: cbe87121f1545bb3e98ae114519bf0c4db27d6ab
6 changes: 3 additions & 3 deletions trunk/arch/i386/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ SECTIONS
__stop___ex_table = .;
}

BUG_TABLE
NOTES :text :note

BUG_TABLE :text

. = ALIGN(4);
.tracedata : AT(ADDR(.tracedata) - LOAD_OFFSET) {
Expand Down Expand Up @@ -208,6 +210,4 @@ SECTIONS
STABS_DEBUG

DWARF_DEBUG

NOTES
}
6 changes: 5 additions & 1 deletion trunk/include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,11 @@
}

#define NOTES \
.notes : { *(.note.*) } :note
.notes : AT(ADDR(.notes) - LOAD_OFFSET) { \
VMLINUX_SYMBOL(__start_notes) = .; \
*(.note.*) \
VMLINUX_SYMBOL(__stop_notes) = .; \
}

#define INITCALLS \
*(.initcall0.init) \
Expand Down

0 comments on commit 86d258a

Please sign in to comment.