-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 161628 b: refs/heads/master c: 405d967 h: refs/heads/master v: v3
- Loading branch information
Tejun Heo
committed
Jun 24, 2009
1 parent
b3dbf21
commit ed7528d
Showing
27 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e74e396204bfcb67570ba4517b08f5918e69afea | ||
refs/heads/master: 405d967dc70002991f8fc35c20e0d3cbc7614f63 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,6 +139,7 @@ SECTIONS | |
EXIT_TEXT | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
.mdebug 0 : { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,7 @@ SECTIONS | |
/DISCARD/ : { | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
DWARF_DEBUG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -280,5 +280,6 @@ SECTIONS | |
/DISCARD/ : | ||
{ | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,6 +154,7 @@ SECTIONS | |
} | ||
/DISCARD/ : { | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
.romfs : | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,6 +125,7 @@ SECTIONS | |
EXIT_TEXT | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
/* Stabs debugging sections. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,7 @@ SECTIONS | |
EXIT_TEXT | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
/* Stabs debugging sections. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,7 @@ __init_begin = .; | |
EXIT_TEXT | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
.crap : { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,6 +188,7 @@ SECTIONS { | |
EXIT_TEXT | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
.bss : { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,4 +162,6 @@ SECTIONS { | |
} | ||
. = ALIGN(4096); | ||
_end = .; | ||
|
||
/DISCARD/ : { *(.discard) } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,6 +146,7 @@ SECTIONS | |
/* Sections to be discarded */ | ||
/DISCARD/ : { | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
STABS_DEBUG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ SECTIONS | |
/* Sections to be discarded. */ | ||
/DISCARD/ : { | ||
*(.exitcall.exit) | ||
*(.discard) | ||
EXIT_DATA | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,7 @@ SECTIONS | |
/DISCARD/ : { | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
/* Debugging sections. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,6 +171,7 @@ SECTIONS | |
*/ | ||
/DISCARD/ : { | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
STABS_DEBUG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,6 +175,7 @@ SECTIONS | |
EXIT_TEXT | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
STABS_DEBUG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,4 +156,6 @@ SECTIONS | |
STABS_DEBUG | ||
|
||
DWARF_DEBUG | ||
|
||
/DISCARD/ : { *(.discard) } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,4 +100,6 @@ SECTIONS | |
STABS_DEBUG | ||
|
||
DWARF_DEBUG | ||
|
||
/DISCARD/ : { *(.discard) } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -287,6 +287,7 @@ SECTIONS | |
EXIT_TEXT | ||
EXIT_DATA | ||
*(.exitcall.exit) | ||
*(.discard) | ||
} | ||
|
||
.xt.lit : { *(.xt.lit) } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Common module linker script, always used when linking a module. | ||
* Archs are free to supply their own linker scripts. ld will | ||
* combine them automatically. | ||
*/ | ||
SECTIONS { | ||
/DISCARD/ : { *(.discard) } | ||
} |