Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ia64. | marcel | 2014-07-07 | 1 | -129/+0 |
| | | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan | ||||
* | Virtual addresses in headers of ELF files for dynamic objects need | marcel | 2003-11-08 | 1 | -6/+9 |
| | | | | to be relocated before they can be used as pointers. | ||||
* | Implement _Unwind_FindTableEntry(). This function is part of GCC | marcel | 2002-04-13 | 1 | -0/+126 |
for some configurations, but not for FreeBSD (yet?). Have one in libc in the mean time. |