diff options
author | Tony Puccinelli | 2010-06-04 07:46:07 +0000 |
---|---|---|
committer | Tony Puccinelli | 2010-06-04 07:46:07 +0000 |
commit | 28e28a2fea9f6adf4967463024c609e6a01ac5b0 (patch) | |
tree | b17a4af386b67ba13388932d48da6431ca01f45e /backends/platform/ps2/main_prog.ld | |
parent | f47d5bd35a34c65827aca379c401c3ccb002a749 (diff) | |
download | scummvm-rg350-28e28a2fea9f6adf4967463024c609e6a01ac5b0.tar.gz scummvm-rg350-28e28a2fea9f6adf4967463024c609e6a01ac5b0.tar.bz2 scummvm-rg350-28e28a2fea9f6adf4967463024c609e6a01ac5b0.zip |
further tweaks to Makefile and main linker
svn-id: r49422
Diffstat (limited to 'backends/platform/ps2/main_prog.ld')
-rw-r--r-- | backends/platform/ps2/main_prog.ld | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/backends/platform/ps2/main_prog.ld b/backends/platform/ps2/main_prog.ld index fe693f5ba0..de4b534135 100644 --- a/backends/platform/ps2/main_prog.ld +++ b/backends/platform/ps2/main_prog.ld @@ -1,16 +1,3 @@ -/* -# _____ ___ ____ ___ ____ -# ____| | ____| | | |____| -# | ___| |____ ___| ____| | \ PS2DEV Open Source Project. -#----------------------------------------------------------------------- -# Copyright 2001-2004, ps2dev - http://www.ps2dev.org -# Licenced under Academic Free License version 2.0 -# Review ps2sdk README & LICENSE files for further details. -# -# $Id: linkfile 798 2005-02-07 06:21:37Z herben $ -# Linkfile script for ee-ld -*/ - ENTRY(_start); SECTIONS { @@ -91,7 +78,7 @@ SECTIONS { { *(COMMON) } - . = ALIGN(32 / 8); + . = ALIGN(128); .bss ALIGN(128) : { *(.bss) |