psxsdk/misc
Xavier Del Campo Romero 89b059cace Allocate .sbss and .common into .bss
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.
2020-11-07 16:02:54 +01:00
..
Makefile Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
genscripts.sh Allocate .sbss and .common into .bss 2020-11-07 16:02:54 +01:00