Update to 1.0.0

Remove signal handlers and other garbage.
  All we need is __builtin_frame_address and __builtin_return_address
  builtins and nothing else.

  Only backtrace(3) in libc is accepted as an external implementation
  of stacktrace(3). This may fix build failure on FreeBSD with
  installed libexeinfo.
This commit is contained in:
Aleksey Cheusov 2012-01-09 19:53:05 +00:00 committed by Thomas Klausner
parent 4eb11afde8
commit 4d04563d93
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.12 2011/10/09 10:05:44 cheusov Exp $
# $NetBSD: Makefile,v 1.13 2012/01/09 19:53:05 cheusov Exp $
#
DISTNAME= lmdbg-0.16.0
DISTNAME= lmdbg-1.0.0
PKGNAME= ${DISTNAME:S/lmdbg-/libstacktrace-/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lmdbg/} \

5
libstacktrace/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/01/09 19:53:05 cheusov Exp $
SHA1 (lmdbg-1.0.0.tar.gz) = 34ab8a1021aa3cb634e8e5d679b04c73069cb6cf
RMD160 (lmdbg-1.0.0.tar.gz) = 5769821fb62b2ce304eb4e4b2f77ef89b350240d
Size (lmdbg-1.0.0.tar.gz) = 51416 bytes