Skip to content

Commit

Permalink
modified: configure
Browse files Browse the repository at this point in the history
	modified:   configure.ac now version 20201017

updated version string libdwarf_version.h
and regenerated files that have the version
string.
	modified:   dwarfdump/dwarf_names.c
	modified:   dwarfdump/dwarf_names.h
	modified:   dwarfdump/dwarfdump-ta-ext-table.h
	modified:   dwarfdump/dwarfdump-ta-table.h
	modified:   dwarfdump/dwarfdump-tt-ext-table.h
	modified:   dwarfdump/dwarfdump-tt-table.h

	modified:   libdwarf/dwarf_names.c
	modified:   libdwarf/dwarf_names.h
	modified:   libdwarf/dwarf_names_enum.h
	modified:   libdwarf/dwarf_names_new.h
	modified:   libdwarf/generated_libdwarf.h.in
	modified:   libdwarf/libdwarf_version.h
  • Loading branch information
davea42 committed Oct 17, 2020
1 parent d871f02 commit 95f6348
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 23 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2020-10-17 David Anderson
* configure.ac: Now version 20201017
* configure: Regenerated.
2020-10-11 David Anderson
* configure.ac: Now version 20201011
* configure: Regenerated.
Expand Down
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for libdwarf 20201011.
# Generated by GNU Autoconf 2.69 for libdwarf 20201017.
#
# Report bugs to <libdwarf-list -at- linuxmail -dot- org>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libdwarf'
PACKAGE_TARNAME='libdwarf'
PACKAGE_VERSION='20201011'
PACKAGE_STRING='libdwarf 20201011'
PACKAGE_VERSION='20201017'
PACKAGE_STRING='libdwarf 20201017'
PACKAGE_BUGREPORT='libdwarf-list -at- linuxmail -dot- org'
PACKAGE_URL=''

Expand Down Expand Up @@ -1362,7 +1362,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 libdwarf 20201011 to adapt to many kinds of systems.
\`configure' configures libdwarf 20201017 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1433,7 +1433,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libdwarf 20201011:";;
short | recursive ) echo "Configuration of libdwarf 20201017:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1566,7 +1566,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libdwarf configure 20201011
libdwarf configure 20201017
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2110,7 +2110,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libdwarf $as_me 20201011, which was
It was created by libdwarf $as_me 20201017, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -4342,7 +4342,7 @@ fi

# Define the identity of the package.
PACKAGE='libdwarf'
VERSION='20201011'
VERSION='20201017'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -19403,7 +19403,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by libdwarf $as_me 20201011, which was
This file was extended by libdwarf $as_me 20201017, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -19469,7 +19469,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
libdwarf config.status 20201011
libdwarf config.status 20201017
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -16,7 +16,7 @@ m4_define([lt_age], [v_min])

### Sets the release name.
###m4_define([v_date], [m4_esyscmd_s([date "+%Y%m%d"])])
m4_define([v_date], [20201011])])
m4_define([v_date], [20201017])])

AC_PREREQ([2.52])
### 2nd arg to AC_INIT is the version 'number'.
Expand Down
5 changes: 5 additions & 0 deletions dwarfdump/ChangeLog
@@ -1,3 +1,8 @@
2020-10-17: David Anderson
* dwarf_names.c,dwarf_names.h,dwarfdump-ta-ext-table.h,
dwarfdump-ta-table.h,dwarfdump-tt-ext-table.h,
dwarfdump-tt-table.h: Regenerated with latest
version string.
2020-10-15: David Anderson
* print_lines.c(print_line_context_record): Fixed the
comments about DWARF4 vs 5.
Expand Down
2 changes: 1 addition & 1 deletion dwarfdump/dwarf_names.c
@@ -1,5 +1,5 @@
/* Generated routines, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
2 changes: 1 addition & 1 deletion dwarfdump/dwarf_names.h
@@ -1,5 +1,5 @@
/* Generated routines, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
2 changes: 1 addition & 1 deletion dwarfdump/dwarfdump-ta-ext-table.h
@@ -1,5 +1,5 @@
/* Generated code, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
2 changes: 1 addition & 1 deletion dwarfdump/dwarfdump-ta-table.h
@@ -1,5 +1,5 @@
/* Generated code, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
2 changes: 1 addition & 1 deletion dwarfdump/dwarfdump-tt-ext-table.h
@@ -1,5 +1,5 @@
/* Generated code, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
2 changes: 1 addition & 1 deletion dwarfdump/dwarfdump-tt-table.h
@@ -1,5 +1,5 @@
/* Generated code, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
4 changes: 4 additions & 0 deletions libdwarf/ChangeLog
@@ -1,3 +1,7 @@
2020-10-17: David Anderson
* libdwarf_version.h: updated version string
* dwarf_names.c,dwarf_names.h,dwarf_names_enum.h,
dwarf_names_new.h: regenerated with new version string.
2020-10-15: David Anderson
* dwarf_line.c:Set up the default registers correctly
for DWARF5 as well as earlier versions.
Expand Down
2 changes: 1 addition & 1 deletion libdwarf/dwarf_names.c
@@ -1,5 +1,5 @@
/* Generated routines, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
2 changes: 1 addition & 1 deletion libdwarf/dwarf_names.h
@@ -1,5 +1,5 @@
/* Generated routines, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
2 changes: 1 addition & 1 deletion libdwarf/dwarf_names_enum.h
@@ -1,5 +1,5 @@
/* Automatically generated, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
2 changes: 1 addition & 1 deletion libdwarf/dwarf_names_new.h
@@ -1,5 +1,5 @@
/* Automatically generated, do not edit. */
/* Generated sourcedate 2020-10-11 11:34:27-07:00 */
/* Generated sourcedate 2020-10-17 11:30:22-07:00 */

/* BEGIN FILE */

Expand Down
3 changes: 2 additions & 1 deletion libdwarf/generated_libdwarf.h.in
Expand Up @@ -3320,7 +3320,8 @@ int dwarf_macro_context_head(Dwarf_Macro_Context /*head*/,
Dwarf_Error * /*error*/);

/* Returns data from the operands table
in the macro unit header. */
in the macro unit header. The last op has
0 as opcode_number,operand_count and operand_array */
int dwarf_macro_operands_table(Dwarf_Macro_Context /*head*/,
Dwarf_Half /*index*/, /* 0 to opcode_count -1 */
Dwarf_Half * /*opcode_number*/,
Expand Down
2 changes: 1 addition & 1 deletion libdwarf/libdwarf_version.h
Expand Up @@ -4,4 +4,4 @@
and is modified from time to time.
*/

#define DW_VERSION_DATE_STR " 2020-10-11 11:34:27-07:00 "
#define DW_VERSION_DATE_STR " 2020-10-17 11:30:22-07:00 "

0 comments on commit 95f6348

Please sign in to comment.