summaryrefslogtreecommitdiffstats
path: root/lib/libc/ia64/gen/unwind.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove ia64.marcel2014-07-071-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 needmarcel2003-11-081-6/+9
| | | | to be relocated before they can be used as pointers.
* Implement _Unwind_FindTableEntry(). This function is part of GCCmarcel2002-04-131-0/+126
for some configurations, but not for FreeBSD (yet?). Have one in libc in the mean time.
OpenPOWER on IntegriCloud