summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Allocate .sbss and .common into .bssXavier Del Campo Romero2020-11-071-0/+7
| | | | | | | GNU ld fragments .bss into .sbss and .common (see man nm(1) for further reference). However, the linker script used by PSXSDK did not determine where to put such sections, causing some statically allocated objects to be placed **after** __bss_end, leading to undefined behaviour.
* Enabled debugging symbolsXavi Del Campo2020-02-011-2/+2
|
* Imported pristine psxsdk-20190410 from official repoXavi Del Campo2020-01-312-0/+98