aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/libc/_start.s
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-18/+0
| | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension.
* More library cleanups and libc fixesspicyjpeg2023-05-211-1/+2
|
* Library bugfixes and additions, _sdk_log_inner() removalspicyjpeg2022-10-231-0/+17
|
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-18/+0
|
* Add 8 MB RAM support and customizable _start stubspicyjpeg2022-06-271-0/+18