Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44170
b: refs/heads/master
c: 86384d5
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Dec 10, 2006
1 parent d8a38a3 commit 8f80dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5b1d221e6292f9fcf9f12d6c9e94ee9470ee2a24
refs/heads/master: 86384d544157db23879064cde36061cdcafc6794
4 changes: 1 addition & 3 deletions trunk/arch/mips/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ 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) }
. = ALIGN(_PAGE_SIZE);
__initramfs_start = .;
.init.ramfs : { *(.init.ramfs) }
Expand Down Expand Up @@ -139,6 +136,7 @@ SECTIONS

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

Expand Down

0 comments on commit 8f80dc0

Please sign in to comment.