| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-16 | thumbify and add END | matt | |
| 2004-08-21 | Use RET and RETc for returning. | rearnsha | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2003-04-05 | NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__. | bjh21 | |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw | |
| stub behavior is exactly the same as the usual behavior). | |||
| 2001-01-09 | Add some explanatory comments. | bjh21 | |
| 2000-12-29 | Create shared ARM source for libc, and move arm26 port over to using it. | bjh21 | |
| The code is (almost) a direct copy of the current arm26 sources. It's identical to the current arm32 sources, with the following exceptions: - _C_LABEL is used on references to C labels from assembler. - Function returns in assembler have APCS-26 versions in #ifdef __APCS_26__. - It uses SoftFloat 2a rather than SoftFloat 1a. The first two of these should be inconsequential. I believe that SoftFloat 2a should work on arm32 and be backward-compatible with existing code, but this is not obviously true. For now, arm32 remains using its own bits of libc. | |||
