Commit Graph

11 Commits

Author SHA1 Message Date
Wouter Wijsman
70ac0d5d6c Merge pull request #88 from rofl0r/fixup_imp
improve psp-fixup-imports
2023-03-08 10:24:29 +01:00
diamant3
4ad11ee364 suppress unused result warning 2023-01-19 13:21:22 +08:00
rofl0r
6f77784f04 psp-fixup-imports: make "could not fixup imports" non-fatal
i've hit this error when running psp-fixup-imports on one of the examples
in psgpl tests directory, in particular eglpbuffers.elf. i have been
unable to make the error go away by re-arranging libraries in the
command line passed to collect2/psp-ld, however it turned out that simply
disabling the error produced a working binary.

therefore, just make it print a fat warning and continue anyway.
2022-03-25 00:59:42 +00:00
rofl0r
4ff1371352 psp-fixup-imports: in verbose mode, print symbol names
this makes it easier to debug issues.
2022-03-25 00:59:42 +00:00
rofl0r
7e98bb715b psp-fixup-imports: use lowercase hex
this makes the output compatible with readelf, which prints hex
in lowercase (so one can e.g. readelf -a foo.elf | less and search
for some hex value in the output).
2022-03-23 16:45:21 +00:00
rofl0r
6b8aaa64b8 psp-fixup-imports: remove another gratuitous level of indentation 2022-03-23 16:41:04 +00:00
rofl0r
a797442dd9 psp-fixup-imports: remove one gratuitous level of indentation
there's so many indented blocks, it's hardly possible to read the code even
on a terminal that's been resized to 160 chars wide.
2022-03-23 16:37:23 +00:00
ryancaicse
64d91e402a Fix resouce leaks in psp-fixup-imports.c
Fix resouce leaks in psp-fixup-imports.c
2022-02-07 15:13:51 +08:00
Carsten Teibes
f8f252343c Cleanup some compiler warnings 2020-06-22 21:24:12 +02: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
Dan Peori
8a3bef9012 first commit 2010-10-18 12:54:49 -03:00