mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 00:10:28 +01:00
Regenerate.
(Logical change 1.289)
This commit is contained in:
parent
db7dcaea5b
commit
cf49fe8be4
2 changed files with 14 additions and 14 deletions
22
configure
vendored
22
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for libunwind 0.98.3.
|
||||
# Generated by GNU Autoconf 2.59 for libunwind 0.98.5.
|
||||
#
|
||||
# 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.98.3'
|
||||
PACKAGE_STRING='libunwind 0.98.3'
|
||||
PACKAGE_VERSION='0.98.5'
|
||||
PACKAGE_STRING='libunwind 0.98.5'
|
||||
PACKAGE_BUGREPORT='libunwind@linux.hpl.hp.com'
|
||||
|
||||
ac_unique_file="src/mi/backtrace.c"
|
||||
|
@ -962,7 +962,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.98.3 to adapt to many kinds of systems.
|
||||
\`configure' configures libunwind 0.98.5 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1029,7 +1029,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of libunwind 0.98.3:";;
|
||||
short | recursive ) echo "Configuration of libunwind 0.98.5:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1173,7 +1173,7 @@ fi
|
|||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
libunwind configure 0.98.3
|
||||
libunwind configure 0.98.5
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
|
@ -1187,7 +1187,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.98.3, which was
|
||||
It was created by libunwind $as_me 0.98.5, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -1913,7 +1913,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='libunwind'
|
||||
VERSION='0.98.3'
|
||||
VERSION='0.98.5'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -20879,7 +20879,7 @@ ARCH=`echo $target_arch | tr a-z A-Z`
|
|||
|
||||
PKG_MAJOR=0
|
||||
PKG_MINOR=98
|
||||
PKG_EXTRA=.3
|
||||
PKG_EXTRA=.5
|
||||
PKG_MAINTAINER=libunwind@linux.hpl.hp.com
|
||||
|
||||
|
||||
|
@ -21334,7 +21334,7 @@ _ASBOX
|
|||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by libunwind $as_me 0.98.3, which was
|
||||
This file was extended by libunwind $as_me 0.98.5, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -21400,7 +21400,7 @@ _ACEOF
|
|||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
libunwind config.status 0.98.3
|
||||
libunwind config.status 0.98.5
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
'\" t
|
||||
.\" Manual page created with latex2man on Thu Aug 5 10:20:31 CEST 2004
|
||||
.\" Manual page created with latex2man on Wed Apr 20 14:03:33 PDT 2005
|
||||
.\" NOTE: This file is generated, DO NOT EDIT.
|
||||
.de Vb
|
||||
.ft CW
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
.fi
|
||||
..
|
||||
.TH "UNW\\_CREATE\\_ADDR\\_SPACE" "3" "05 August 2004" "Programming Library " "Programming Library "
|
||||
.TH "UNW\\_CREATE\\_ADDR\\_SPACE" "3" "20 April 2005" "Programming Library " "Programming Library "
|
||||
.SH NAME
|
||||
unw_create_addr_space
|
||||
\-\- create address space for remote unwinding
|
||||
|
@ -21,7 +21,7 @@ unw_create_addr_space
|
|||
#include <libunwind.h>
|
||||
.br
|
||||
.PP
|
||||
int
|
||||
unw_addr_space_t
|
||||
unw_create_addr_space(unw_accessors_t *ap,
|
||||
int
|
||||
byteorder);
|
||||
|
|
Loading…
Reference in a new issue