1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-26 17:17:39 +01:00

Regenerate.

(Logical change 1.217)
This commit is contained in:
hp.com!davidm 2004-04-28 04:43:25 +00:00
parent 1f719df162
commit 75f19903fa
3 changed files with 13 additions and 12 deletions

View file

@ -117,6 +117,7 @@ include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h \
SUBDIRS = src tests doc
EXTRA_DIST = include/dwarf.h include/internal.h include/mempool.h \
include/remote.h \
include/libunwind-ia64.h include/tdep-ia64.h include/ia64/script.h \
include/libunwind-hppa.h include/tdep-hppa.h \
include/libunwind-x86.h include/tdep-x86.h

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for libunwind 0.96.
# Generated by GNU Autoconf 2.59 for libunwind 0.97.
#
# Report bugs to <libunwind@linux.hpl.hp.com>.
#
@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='libunwind'
PACKAGE_TARNAME='libunwind'
PACKAGE_VERSION='0.96'
PACKAGE_STRING='libunwind 0.96'
PACKAGE_VERSION='0.97'
PACKAGE_STRING='libunwind 0.97'
PACKAGE_BUGREPORT='libunwind@linux.hpl.hp.com'
ac_unique_file="src/mi/backtrace.c"
@ -954,7 +954,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures libunwind 0.96 to adapt to many kinds of systems.
\`configure' configures libunwind 0.97 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1021,7 +1021,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libunwind 0.96:";;
short | recursive ) echo "Configuration of libunwind 0.97:";;
esac
cat <<\_ACEOF
@ -1163,7 +1163,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
libunwind configure 0.96
libunwind configure 0.97
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@ -1177,7 +1177,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libunwind $as_me 0.96, which was
It was created by libunwind $as_me 0.97, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@ -1852,7 +1852,7 @@ fi
# Define the identity of the package.
PACKAGE=libunwind
VERSION=0.96
VERSION=0.97
cat >>confdefs.h <<_ACEOF
@ -21066,7 +21066,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by libunwind $as_me 0.96, which was
This file was extended by libunwind $as_me 0.97, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -21132,7 +21132,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
libunwind config.status 0.96
libunwind config.status 0.97
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View file

@ -218,12 +218,12 @@ libunwind_la_SOURCES_ia64_common = $(libunwind_la_SOURCES_common) \
# The list of files that go into libunwind:
# _ReadULEB()/_ReadSLEB() are needed for Intel C++ 8.0 compatibility
libunwind_la_SOURCES_ia64 = $(libunwind_la_SOURCES_ia64_common) \
$(libunwind_la_SOURCES_local) \
\
elf64.c elf64.h \
\
/* blech, needed for Intel C++ 8.0 compatibility */ \
mi/_ReadULEB.c mi/_ReadSLEB.c \
\
ia64/dyn_info_list-ia64.S ia64/getcontext-ia64.S \
@ -3926,7 +3926,7 @@ top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
$(mkinstalldirs) $(distdir)/ $(distdir)/dwarf $(distdir)/hppa $(distdir)/ia64 $(distdir)/mi $(distdir)/ptrace $(distdir)/unwind $(distdir)/x86
$(mkinstalldirs) $(distdir)/dwarf $(distdir)/hppa $(distdir)/ia64 $(distdir)/mi $(distdir)/ptrace $(distdir)/unwind $(distdir)/x86
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \