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. 18848e288ca9d1ca242cce667419bbb6728442fc


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  18848e288ca9d1ca242cce667419bbb6728442fc (commit)
      from  5febff9be8a87afc40679faedfd78cfff8b1cf95 (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=18848e288ca9d1ca242cce667419bbb6728442fc

commit 18848e288ca9d1ca242cce667419bbb6728442fc
Author: Gregory Fong <gregory.0xf0@gmail.com>
Date:   Fri May 16 12:26:33 2014 -0600

    Import the "dirfd" gnulib module.
    
    2014-05-16  Gregory Fong  <gregory.0xf0@gmail.com>
    
    	Import the "dirfd" gnulib module.
    	* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirfd.
    	* gnulib/aclocal.m4: Update.
    	* gnulib/config.in: Update.
    	* gnulib/configure: Update.
    	* gnulib/import/Makefile.am: Update.
    	* gnulib/import/Makefile.in: Update.
    	* gnulib/import/dirfd.c: New.
    	* gnulib/import/m4/dirfd.m4: New.
    	* gnulib/import/m4/gnulib-cache.m4: Update.
    	* gnulib/import/m4/gnulib-comp.m4: Update.

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

Summary of changes:
 gdb/ChangeLog                        |   14 +
 gdb/gnulib/aclocal.m4                |    2 +
 gdb/gnulib/config.in                 |   20 ++
 gdb/gnulib/configure                 |  533 ++++++++++++++++++++++++++++++++++
 gdb/gnulib/import/Makefile.am        |   45 +++-
 gdb/gnulib/import/Makefile.in        |   75 ++++--
 gdb/gnulib/import/dirfd.c            |   32 ++
 gdb/gnulib/import/errno.in.h         |  279 ++++++++++++++++++
 gdb/gnulib/import/m4/dirfd.m4        |   83 ++++++
 gdb/gnulib/import/m4/errno_h.m4      |  137 +++++++++
 gdb/gnulib/import/m4/gnulib-cache.m4 |    3 +-
 gdb/gnulib/import/m4/gnulib-comp.m4  |   13 +
 gdb/gnulib/update-gnulib.sh          |    1 +
 13 files changed, 1215 insertions(+), 22 deletions(-)
 create mode 100644 gdb/gnulib/import/dirfd.c
 create mode 100644 gdb/gnulib/import/errno.in.h
 create mode 100644 gdb/gnulib/import/m4/dirfd.m4
 create mode 100644 gdb/gnulib/import/m4/errno_h.m4


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]