summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64
Commit message (Collapse)AuthorAgeFilesLines
* Actually build new files.jake2001-11-191-1/+2
| | | | Forgotten by: jake
* Need .type and .size here too.jake2001-11-187-4/+15
|
* Add more libc stuff.jake2001-11-1811-0/+843
| | | | Obtained from: netbsd
* Catch up to jmpbuf changes. Define offsets used from assmebly languagejake2001-11-182-24/+39
| | | | | in another file so that it is easy to see what they are and keep them in sync with the headers (grafted from the kernel generated assym.s).
* Remove fork and vfork wrappers. The kernel does the right thing.jake2001-11-183-127/+1
|
* Add .type and .size pseudo-ops to system call macros so that dynamic binariesjake2001-11-181-7/+15
| | | | will link. They must be used for weak symbols as well as strong ones.
* Minimal libc for sparc64.jake2001-10-2619-0/+874
Reviewed by: obrien
OpenPOWER on IntegriCloud