This is the mail archive of the gdb-cvs@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]

gdb and binutils branch master updated. 8986e351a4e4cffcce727d6f612d08a90865358d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  8986e351a4e4cffcce727d6f612d08a90865358d (commit)
      from  10d8cbd222af0f56ca41e17a29fbdea46c5dc288 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8986e351a4e4cffcce727d6f612d08a90865358d

commit 8986e351a4e4cffcce727d6f612d08a90865358d
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 20 08:19:05 2013 -0700

    remove strerror module
    
    This fixes the mingw build breakage reported by Pierre.
    
    I found that the gnulib strerror module somehow requires us to pull in
    the gethostname module.  However, pulling in the gethostname module
    makes many things break.
    
    I've sent a bug report to gnulib.
    
    Meanwhile, removing the strerror module should not harm gdb and fixes
    the build.
    
    I'm checking this in.
    
    2013-11-20  Tom Tromey  <tromey@redhat.com>
    
    	* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
    	strerror module.
    	* gnulib/aclocal.m4: Update.
    	* gnulib/config.in: Update.
    	* gnulib/configure: Update.
    	* gnulib/import/Makefile.am: Update.
    	* gnulib/import/Makefile.in: Update.
    	* gnulib/import/errno.in.h: Remove.
    	* gnulib/import/intprops.h: Remove.
    	* gnulib/import/m4/errno_h.m4: Remove.
    	* gnulib/import/m4/gnulib-cache.m4: Update.
    	* gnulib/import/m4/gnulib-comp.m4: Update.
    	* gnulib/import/m4/strerror.m4: Remove.
    	* gnulib/import/m4/sys_socket_h.m4: Remove.
    	* gnulib/import/strerror-override.c: Remove.
    	* gnulib/import/strerror-override.h: Remove.
    	* gnulib/import/strerror.c: Remove.
    	* gnulib/update-gnulib.sh: Update.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog                         |   21 +
 gdb/gnulib/aclocal.m4                 |    3 -
 gdb/gnulib/config.in                  |   16 -
 gdb/gnulib/configure                  |  665 ++-------------------------------
 gdb/gnulib/import/Makefile.am         |   61 +---
 gdb/gnulib/import/Makefile.in         |   84 ++---
 gdb/gnulib/import/errno.in.h          |  279 --------------
 gdb/gnulib/import/intprops.h          |  319 ----------------
 gdb/gnulib/import/m4/errno_h.m4       |  137 -------
 gdb/gnulib/import/m4/gnulib-cache.m4  |    3 +-
 gdb/gnulib/import/m4/gnulib-comp.m4   |   25 --
 gdb/gnulib/import/m4/strerror.m4      |   96 -----
 gdb/gnulib/import/m4/sys_socket_h.m4  |  176 ---------
 gdb/gnulib/import/strerror-override.c |  302 ---------------
 gdb/gnulib/import/strerror-override.h |   56 ---
 gdb/gnulib/import/strerror.c          |   70 ----
 gdb/gnulib/update-gnulib.sh           |    1 -
 17 files changed, 84 insertions(+), 2230 deletions(-)
 delete mode 100644 gdb/gnulib/import/errno.in.h
 delete mode 100644 gdb/gnulib/import/intprops.h
 delete mode 100644 gdb/gnulib/import/m4/errno_h.m4
 delete mode 100644 gdb/gnulib/import/m4/strerror.m4
 delete mode 100644 gdb/gnulib/import/m4/sys_socket_h.m4
 delete mode 100644 gdb/gnulib/import/strerror-override.c
 delete mode 100644 gdb/gnulib/import/strerror-override.h
 delete mode 100644 gdb/gnulib/import/strerror.c


hooks/post-receive
-- 
gdb and binutils


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