[PS2] ERL: fix relocation of common symbols

Create a single thread for each patch to be added to the repository. Please try to stay on topic.
Post Reply
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

[PS2] ERL: fix relocation of common symbols

Post by misfire »

The current ERL library fails to relocate global common symbols (placed in the
COMMON and .scommon sections). With this patch, the linker is told to assign
space to common symbols, thereby moving them to the .bss section.

ps2sdk-erl-fix-common.patch
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Committed in rev 1610, thanks
Post Reply