Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We've been lax about matching END() macros in asm code for some time. This | peter | 2008-11-02 | 1 | -0/+1 |
| | | | | | | | is used to set the ELF size attribute for functions. It isn't normally critical but some things can make use of it (gdb for stack traces). Valgrind needs it so I'm adding it in. The problem is present on all branches and on both i386 and amd64. | ||||
* | Import amd64 assembly implementations of div(3) family from NetBSD. | jkim | 2007-04-04 | 1 | -0/+17 |
Obtained from: NetBSD |