| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allocate .sbss and .common into .bss | Xavier Del Campo Romero | 2020-11-07 | 1 | -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 symbols | Xavi Del Campo | 2020-02-01 | 1 | -2/+2 |
| | | |||||
| * | Imported pristine psxsdk-20190410 from official repo | Xavi Del Campo | 2020-01-31 | 2 | -0/+98 |
