public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
From: gdb-buildbot@sergiodj.net
To: gdb-testers@sourceware.org
Subject: [binutils-gdb] Regenerate gnulib files
Date: Wed, 06 Nov 2019 18:56:00 -0000	[thread overview]
Message-ID: <848288b363337e49bcd54104cd83d4b8fb2247b8@gdb-build> (raw)

*** TEST RESULTS FOR COMMIT 848288b363337e49bcd54104cd83d4b8fb2247b8 ***

commit 848288b363337e49bcd54104cd83d4b8fb2247b8
Author:     Christian Biesinger <cbiesinger@google.com>
AuthorDate: Wed Nov 6 12:24:04 2019 -0600
Commit:     Christian Biesinger <cbiesinger@google.com>
CommitDate: Wed Nov 6 12:34:02 2019 -0600

    Regenerate gnulib files
    
    It looks like autoheader and automake weren't run for commit
    73cc72729a184f00bf6fc4d74684a8516ba6b683.
    
    Note, it looks like the installed gettext version affects the
    generated output here, I used 0.19.8.1 to get no diff.
    
    gnulib/ChangeLog:
    
    2019-11-06  Christian Biesinger  <cbiesinger@google.com>
    
            * config.in: Regenerate.
            * import/Makefile.in: Regenerate.
    
    Change-Id: Iadd43023713a77921b0f850184a19afb1517be02

diff --git a/gnulib/ChangeLog b/gnulib/ChangeLog
index 181fccd44b..af12d75a32 100644
--- a/gnulib/ChangeLog
+++ b/gnulib/ChangeLog
@@ -1,3 +1,8 @@
+2019-11-06  Christian Biesinger  <cbiesinger@google.com>
+
+	* config.in: Regenerate.
+	* import/Makefile.in: Regenerate.
+
 2019-08-28  Gary Benson  <gbenson@redhat.com>
 
 	* patches/0003-Fix-glob-c-Coverity-issues.patch: New file.
diff --git a/gnulib/config.in b/gnulib/config.in
index 2f1a540550..b0ba8008ef 100644
--- a/gnulib/config.in
+++ b/gnulib/config.in
@@ -398,6 +398,9 @@
 /* Define to 1 if you have the `dirfd' function. */
 #undef HAVE_DIRFD
 
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
 /* Define to 1 if you have the 'dup2' function. */
 #undef HAVE_DUP2
 
@@ -1605,6 +1608,9 @@
 /* Define to 1 if you have the <wctype.h> header file. */
 #undef HAVE_WCTYPE_H
 
+/* Define to 1 if you have the <windows.h> header file. */
+#undef HAVE_WINDOWS_H
+
 /* Define to 1 if you have the <winsock2.h> header file. */
 #undef HAVE_WINSOCK2_H
 
diff --git a/gnulib/import/Makefile.in b/gnulib/import/Makefile.in
index f433c36348..dc8e80b70a 100644
--- a/gnulib/import/Makefile.in
+++ b/gnulib/import/Makefile.in
@@ -115,7 +115,12 @@ host_triplet = @host@
 target_triplet = @target@
 subdir = import
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
+	$(top_srcdir)/../config/largefile.m4 \
+	$(top_srcdir)/../config/lead-dot.m4 \
+	$(top_srcdir)/../config/override.m4 \
+	$(top_srcdir)/../config/plugins.m4 \
+	$(top_srcdir)/import/m4/00gnulib.m4 \
 	$(top_srcdir)/import/m4/absolute-header.m4 \
 	$(top_srcdir)/import/m4/alloca.m4 \
 	$(top_srcdir)/import/m4/arpa_inet_h.m4 \
@@ -252,7 +257,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
 	$(am__DIST_COMMON)
-mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
+mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
@@ -287,7 +292,7 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/../../depcomp
+depcomp = $(SHELL) $(top_srcdir)/../depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -346,8 +351,8 @@ am__define_uniq_tagged_files = \
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../../depcomp \
-	$(top_srcdir)/../../mkinstalldirs alloca.c
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../depcomp \
+	$(top_srcdir)/../mkinstalldirs alloca.c
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 am__relativize = \
   dir0=`pwd`; \


             reply	other threads:[~2019-11-06 18:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-06 18:56 gdb-buildbot [this message]
2019-11-06 18:56 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master gdb-buildbot
2019-11-06 19:37 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
2019-11-23  0:49 ` Failures on Fedora-i686, " gdb-buildbot
2019-11-23  1:10 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-11-23  1:38 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2019-11-23  2:33 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2019-11-23  3:40 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=848288b363337e49bcd54104cd83d4b8fb2247b8@gdb-build \
    --to=gdb-buildbot@sergiodj.net \
    --cc=gdb-testers@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).