Commit Graph

18 Commits

Author SHA1 Message Date
joerg
353aedd819 Make EHABI optional. 2014-05-06 16:02:10 +00:00
joerg
47a96e3a4d _Unwind_GetLanguageSpecificData is supposed to return a _Unwind_Ptr.
This makes a difference on M68K as it uses a different register for
integer vs pointer values.
2014-03-24 21:26:01 +00:00
christos
bb5309eeb0 another libelf instance 2014-03-09 21:37:37 +00:00
christos
9e14bd8cd4 From Ed Maste:
libexecinfo: Include terminating null in byte count

  Otherwise, a formatted string with a strlen equal to the remaining
  buffer space would have the last character omitted (because vsnprintf
  always null-terminates), and later the assert in backtrace_symbols_fmt
  would fail.
2013-11-21 16:02:21 +00:00
christos
3ff21a6f59 print an error if we failed to allocate. 2013-09-03 08:44:45 +00:00
christos
efbe1fcbf4 add stdint.h for FreeBSD compat. 2013-08-29 15:01:57 +00:00
christos
e6ada316ce use sysctl to find the pathname argv[0] if available (from FreeBSD via
Ed Maste)
2013-08-29 14:58:56 +00:00
christos
99f3a4ae2d fix typo (Sergey Kandaurov) 2013-08-22 17:08:43 +00:00
matt
56616ffc4c earm -> earm* 2013-04-30 01:41:01 +00:00
matt
25c44086c9 Changes for MKCOMPAT for earm. 2013-04-27 06:24:22 +00:00
matt
8227b1ba63 When building for earm, make sure to build unwind_arm_ehabi_stub.* 2013-04-25 14:48:09 +00:00
matt
9e528c03eb libgcc/libcompiler_rt inlines some functions needed by libexecinfo when
using ARM EHABI.  Provide uninlined versions for libexecinfo.
from skrll@
2013-04-25 14:47:30 +00:00
christos
ac9e945799 fix cleanup on error 2012-07-09 03:11:59 +00:00
christos
3ffb571495 mention .Nx 7.0 2012-06-10 00:24:36 +00:00
christos
394bbc132e PR/46571: Yui NARUSE: execinfo.h should include stddef.h 2012-06-09 21:22:17 +00:00
christos
26fc8e3271 remove unrelated fragment. 2012-05-27 13:25:28 +00:00
wiz
32778414ba Sort sections.
Remove dot at end of Nd
Sort SEE ALSO.
Punctuation fixes.
Bump date to import date.
Comment out a partial sentence.
2012-05-27 12:03:02 +00:00
christos
83d64dcffd Add a similar to linux backtrace_* and execinfo.h family of functions 2012-05-26 22:02:29 +00:00