Use dladdr to get symbols for environments which doesn't use ELF and
author <shinichiro.hamaji@gmail.com> <>
Fri, 17 Oct 2008 11:52:32 +0000 (11:52 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Fri, 17 Oct 2008 11:52:32 +0000 (11:52 +0000)
commit364832195d0d333910cf63cf98ac16fdb82ebd55
treed4dcb03dbb3a5e2d7025d89dc015d6205d0bd765
parente1fb8f60e9922765d5693a3e219c8d416b6c514f
Use dladdr to get symbols for environments which doesn't use ELF and
has execinfo.h (e.g., MacOSX 10.5). Though dladdr may not be async
signal safe, it's OK since glog's stacktrace doesn't depend on signals.

git-svn-id: https://google-glog.googlecode.com/svn/trunk@7 eb4d4688-79bd-11dd-afb4-1d65580434c0
INSTALL
Makefile.in
aclocal.m4
configure
configure.ac
src/config.h.in
src/symbolize.cc
src/symbolize.h
src/symbolize_unittest.cc
src/utilities.cc
src/utilities.h