Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44206
b: refs/heads/master
c: 2efac77
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Dec 12, 2006
1 parent 9e340e1 commit 710b7a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 8b2f35504d81422beb9e3562ee3dd99e8567cc80
refs/heads/master: 2efac77e82a36bf616d474f2eb721d95543cfae9
6 changes: 4 additions & 2 deletions trunk/arch/mips/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ SECTIONS
.con_initcall.init : { *(.con_initcall.init) }
__con_initcall_end = .;
SECURITY_INIT
/* .exit.text is discarded at runtime, not link time, to deal with
references from .rodata */
.exit.text : { *(.exit.text) }
.exit.data : { *(.exit.data) }
. = ALIGN(_PAGE_SIZE);
__initramfs_start = .;
.init.ramfs : { *(.init.ramfs) }
Expand Down Expand Up @@ -136,8 +140,6 @@ SECTIONS

/* Sections to be discarded */
/DISCARD/ : {
*(.exit.text)
*(.exit.data)
*(.exitcall.exit)

/* ABI crap starts here */
Expand Down

0 comments on commit 710b7a5

Please sign in to comment.