aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxetc/_dl_resolve_wrapper.s
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-48/+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
|
* Fix dynamic linker symbol resolver and assert macrospicyjpeg2022-12-181-16/+14
|
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-231-11/+4
|
* Minor psxgpu/psxpad header changesspicyjpeg2022-01-171-2/+4
|
* Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-301-4/+4
|
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-171-0/+54