Commit Graph

8 Commits

Author SHA1 Message Date
ryancaicse
0ba656ab48 Fix resource leaks in psp-prxgen.c
Fix resource leaks in psp-prxgen.c
2022-02-07 15:12:52 +08:00
Arthur Blot
8f797dcd3e Remove another obscure useless relocation type made by the new (psp-)gcc 2021-02-14 00:25:14 +01:00
Carsten Teibes
7c6e46b487 Remove outdated svn ids, change url, fix permissions
Convert to unix line endings
2020-05-08 00:50:41 +02:00
Marko Mijalkovic
700632a9ee psp-prxgen: Allow relocations before relocated section
This commit scans through all sections first, before scanning for
relocation sections. Scanning relocations in a separate step allows
relocations to appear before the section they are relocating (valid with
ELF).
2020-05-08 16:32:48 -04:00
Arthur Blot
80930eca55 psp-prxgen: remove PC16 relocations
It apparently appeared with binutils 2.18+.
It appears when compiling an assembly file containing a branch to a
global name, but looks useless (branches are relative to current
position, and I do not see how the symbol could "move").
This relocation made the PSP not load the modules using it.
2014-07-21 12:01:23 +02:00
Arthur Blot
a3f9a622bb More fixes to psp-prxgen 2012-02-29 14:57:54 +01:00
Arthur Blot
390df965ea Fixed some bugs (segfaults) in prxgen 2012-02-29 13:29:40 +01:00
Dan Peori
8a3bef9012 first commit 2010-10-18 12:54:49 -03:00