diff options
Diffstat (limited to 'backends/platform/ps2/main_prog.ld')
-rw-r--r-- | backends/platform/ps2/main_prog.ld | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/ps2/main_prog.ld b/backends/platform/ps2/main_prog.ld index 12f273a3a6..e807241cee 100644 --- a/backends/platform/ps2/main_prog.ld +++ b/backends/platform/ps2/main_prog.ld @@ -70,7 +70,9 @@ SECTIONS { *(.scommon) } - /*current PS2 Makefile disables this gp-relative section*/ + /*current PS2 Makefile disables data being put in the gp-relative section, + but ideally this "plugin hole" is so the plugins can all have global data + in the same place.*/ __plugin_hole_start = .; . = _gp + 0x7ff00; __plugin_hole_end = .; |