Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177222
b: refs/heads/master
c: e3f28c1
h: refs/heads/master
v: v3
  • Loading branch information
Alan Jenkins authored and Rusty Russell committed Dec 15, 2009
1 parent ef5a312 commit 64289cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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: e6428047725d72d63c1d9c4ba852e635e3ffe52a
refs/heads/master: e3f28c1333acfe9e4109b836bc15caf794e94d09
13 changes: 8 additions & 5 deletions trunk/arch/arm/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ SECTIONS
__init_end = .;
#endif

/DISCARD/ : { /* Exit code and data */
EXIT_TEXT
EXIT_DATA
*(.exitcall.exit)
*(.discard)
/*
* unwind exit sections must be discarded before the rest of the
* unwind sections get included.
*/
/DISCARD/ : {
*(.ARM.exidx.exit.text)
*(.ARM.extab.exit.text)
#ifndef CONFIG_HOTPLUG_CPU
Expand Down Expand Up @@ -238,6 +238,9 @@ SECTIONS

STABS_DEBUG
.comment 0 : { *(.comment) }

/* Default discards */
DISCARDS
}

/*
Expand Down

0 comments on commit 64289cb

Please sign in to comment.