Commit Graph

5 Commits

Author SHA1 Message Date
jasper
6984f2b752 - bring back fixes to fix this on mips64*
ok sthen@
2011-11-16 15:12:53 +00:00
sthen
cdacd3bd99 switch the libexecinfo port to use marco's libbacktrace, sources modified
to produce a library named libexecinfo.so.XX, avoiding the need to patch a
bunch of places where it's used in other ports. with help from robert@
2011-11-14 19:14:18 +00:00
jasper
ab9f5b91e3 - castrate libexecinfo on mips64 as
__builtin_return_address() and __builtin_frame_address()
can't have a !0 argument on mips.

with a hint from miod@
ok aja@ (sorry for making your eyes bleed..!)
2009-10-09 15:10:13 +00:00
ajacoutot
ac8a778267 - install README file
- add HOMEPAGE
2009-04-09 15:03:06 +00:00
ajacoutot
bc7fe1a93a Import libexecinfo-1.1
This is a quick-n-dirty BSD licensed clone of backtrace facility found
in the GNU libc, mainly intended for porting linuxish code to BSD
platforms, however it can be used at any platform which has a gcc
compiler.

from bernd@ (patch-execinfo_c from FreeBSD)
2008-10-21 17:01:24 +00:00