PLUGINS: Formatting.
Misformatted casts in an earier commit, oops. svn-id: r52572
This commit is contained in:
parent
284b23092b
commit
d8b85ffcb8
15 changed files with 192 additions and 169 deletions
|
@ -3,6 +3,7 @@ PHDRS {
|
|||
plugin PT_LOAD ; /* Specifies that the plugin segment should be loaded from file */
|
||||
shorts PT_LOAD ; /* Specifies that the shorts segment should be loaded from file */
|
||||
}
|
||||
|
||||
SECTIONS {
|
||||
.text 0: {
|
||||
_ftext = . ;
|
||||
|
@ -90,5 +91,4 @@ SECTIONS {
|
|||
*(.gnu.linkonce.sb*)
|
||||
*(.scommon)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue