PLUGINS: Formatting.

Misformatted casts in an earier commit, oops.

svn-id: r52572
This commit is contained in:
Andre Heider 2010-09-05 21:58:45 +00:00
parent 284b23092b
commit d8b85ffcb8
15 changed files with 192 additions and 169 deletions

View file

@ -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)
}
}