summaryrefslogtreecommitdiffstats
path: root/libgloss/arm
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-078-23/+64
| | | | | | | | | | | | * arm/Makefile.in: Add support for new pid specs. * arm/coff-iq80310.specs: Change to allow future support. * arm/elf-iq80310.specs: Ditto. * arm/elf-redboot.specs: Ditto. * arm/coff-redboot.ld: Add EH frame support. * arm/redboot-crt0.S: Add optional code to clear bss without memset. * arm/coff-pid.specs: New file. * arm/elf-pid.specs: New file.
* * arm/syscall.h: New file. To define extra syscall values for RedBoot.Jonathan Larmour2002-04-292-16/+143
| | | | | | | | | | | | | | | * arm/redboot-syscalls.c (_close): Fix setting of errno value. (_lseek): Ditto. (_open): Ditto. (_write): Ditto. (_read): Ditto. (_rename): New function. (_system): Ditto. (_stat): Ditto. (_unlink): Call a syscall for this now. (isatty): Ditto. (_fstat): Ditto. (_gettimeofday): Ditto.
* Add eh stuff and .jcr.Mark Salter2002-02-051-1/+3
|
* Add crti to startfile.Mark Salter2002-02-052-2/+2
|
* Add init/fini support.Mark Salter2002-02-051-0/+15
|
* Use __get_memtop to put stack in high memory.Mark Salter2002-01-241-0/+4
|
* (_times): Unconditionally use SYS_times.Mark Salter2002-01-241-6/+14
| | | | (__get_memtop): New funtion to return top of memory.
* Add ARM supportMark Salter2002-01-0711-0/+1994