From d8b85ffcb8a10b1e81a18d3e37a07d9d57d502ad Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 5 Sep 2010 21:58:45 +0000 Subject: PLUGINS: Formatting. Misformatted casts in an earier commit, oops. svn-id: r52572 --- backends/plugins/ps2/plugin.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/plugins/ps2') diff --git a/backends/plugins/ps2/plugin.ld b/backends/plugins/ps2/plugin.ld index 9879413b98..45efe4db7a 100644 --- a/backends/plugins/ps2/plugin.ld +++ b/backends/plugins/ps2/plugin.ld @@ -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) } - } -- cgit v1.2.3