This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[1/10] RFC: update gnulib


This first patch just updates gdb to the latest (as of yesterday)
gnulib.  I wanted to use a few modules that weren't in the version we
were pegged to.

I've omitted all the auto-generated stuff from this patch.

Tom

	* gdb/gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Update.
	* gdb/gnulib/configure: Update.
	* gdb/gnulib/import/alloca.in.h: Update.
	* gdb/gnulib/import/localcharset.c: Update.
	* gdb/gnulib/import/m4/fcntl-o.m4: Update.
	* gdb/gnulib/import/m4/gnulib-cache.m4: Update.
	* gdb/gnulib/import/m4/gnulib-comp.m4: Update.
	* gdb/gnulib/import/stdbool.in.h: Update.
	* gdb/gnulib/import/verify.h: Update.
---
 gdb/gnulib/configure                 |   47 +++++++++-----
 gdb/gnulib/import/alloca.in.h        |    7 ++
 gdb/gnulib/import/localcharset.c     |    7 ++
 gdb/gnulib/import/m4/fcntl-o.m4      |   13 ++++-
 gdb/gnulib/import/m4/gnulib-cache.m4 |    2 +-
 gdb/gnulib/import/m4/gnulib-comp.m4  |  116 +++++++++++++++++-----------------
 gdb/gnulib/import/stdbool.in.h       |   51 +++++++++------
 gdb/gnulib/import/verify.h           |    6 ++-
 gdb/gnulib/update-gnulib.sh          |    2 +-
 9 files changed, 151 insertions(+), 100 deletions(-)

diff --git a/gdb/gnulib/update-gnulib.sh b/gdb/gnulib/update-gnulib.sh
index 1bab512..0268057 100644
--- a/gdb/gnulib/update-gnulib.sh
+++ b/gdb/gnulib/update-gnulib.sh
@@ -32,7 +32,7 @@
 IMPORTED_GNULIB_MODULES="fnmatch-gnu inttypes memmem update-copyright"
 
 # The gnulib commit ID to use for the update.
-GNULIB_COMMIT_SHA1="a39f53ccb70a613e647e1019fb4c63645220267e"
+GNULIB_COMMIT_SHA1="0dc43482065b697a7e64ac7cc7fba7c848924997"
 
 # The expected version number for the various auto tools we will
 # use after the import.
-- 
1.7.7.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]