Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the needed build system changes in order to compile and create the new ↵ | Tamar Christina | 2017-07-05 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | libraries for Semihosting v2 for ARM. This uses the new recursive build target in multi-build.in The new spec files are: For AArch32/ARM (m for mixed mode): - rdimon-v2m.specs - aprofile-validation-v2m.specs - aprofile-ve-v2m.specs These spec files will be using the new libraries generated by multi-build.in. Signed-off-by: Tamar Christina <tamar.christina@arm.com> | ||||
* | * arm/elf-nano.specs: New file. | Corinna Vinschen | 2014-08-14 | 1 | -5/+8 |
| | | | | | | * arm/elf-rdimon.specs: Support nano.specs. * arm/Makefile.in: Support nano.specs. * libnosys/nosys.specs: Support nano.specs. | ||||
* | Fix wrongly applied patch | Corinna Vinschen | 2013-02-12 | 1 | -1/+1 |
| | |||||
* | * arm/elf-rdimon.specs (-lrdimon): Change link to lib. | Corinna Vinschen | 2013-02-10 | 1 | -2/+5 |
| | |||||
* | 2004-06-09 Toralf Lund <toralf@procaptura.com> | Jeff Johnston | 2004-06-09 | 1 | -0/+8 |
* arm/crt0.S: Copied from newlib and it now also sets up stacks for FIQ and IRQ mode, plus calls hardware_init_hook() and software_init_hook() if present. * arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied from newlib. * arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o, librdpmon.a, librdimon.a - support file for "bare" setup, as well as "RDP" and "RDI" monitors. * arm/coff-rdpmon.specs, arm/elf-rdpmon.specs, arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go with above mentioned support libs and startfiles. |