Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicate .note.GNU-stack section declaration. bcopy already | kib | 2011-02-04 | 1 | -2/+0 |
| | | | | | | made the neccessary provisions. Reported by: arundel | ||||
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 1 | -0/+2 |
| | |||||
* | Standardize on our SCM ID style. | obrien | 2002-03-23 | 1 | -0/+3 |
| | |||||
* | Use separate routines for memmove() and memcpy(). This lets me drop | bde | 1997-04-20 | 1 | -0/+2 |
the (buggy) support for alternative entry points. ALTENTRY() was only used for memmove(). Optimizing for space was particularly silly because memcpy() is rarely used (gcc normally inlines it). Obtained from: NetBSD |