From 75f19903fac01b762b23743837a50fd58a5680c2 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 28 Apr 2004 04:43:25 +0000 Subject: [PATCH] Regenerate. (Logical change 1.217) --- Makefile.in | 1 + configure | 20 ++++++++++---------- src/Makefile.in | 4 ++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Makefile.in b/Makefile.in index 83c28491..1aa54915 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/configure b/configure index c899fb5c..8c932ea2 100644 --- a/configure +++ b/configure @@ -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 . # @@ -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'`\\" diff --git a/src/Makefile.in b/src/Makefile.in index 3aabf860..16fd515f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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,/[^/]*$$,,'`; \