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. 53ce3c3929c7121f155e0a4a2492c8dba3878dfd


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  53ce3c3929c7121f155e0a4a2492c8dba3878dfd (commit)
       via  09607c9e081644f4f5a7fdd9105ee1e9862fdb66 (commit)
       via  4ff70b847ca222dcd9e7fc33ef2be300f75be68a (commit)
       via  3447c057978c8090ea452561a1c9deb7a3e1ddd2 (commit)
       via  0080a2f67157de9feeee6d0bf3c0db28112b167b (commit)
       via  161d1bec16764585e987c8d804df0fb560a0d491 (commit)
       via  2978b11100a6318e05b8bc2d7923d9f735ef5c6e (commit)
       via  e26b6bb047e55e8c1465691886ee21117394b7a6 (commit)
       via  a3d08894e544f6b9e65581469cbbafbe39a353fe (commit)
       via  0e9f083f4cb94a9dc861f38ba151aac06efce2b8 (commit)
       via  63ce7108c4b251cf2bad97283f5ea5279bb56a44 (commit)
       via  a7c11ee135af24815f32e8cfbbb6f565f9f22a1b (commit)
       via  0a5dd17d950c87a2c096f79a37c9a304a795c2bd (commit)
      from  c06ec7240faae97834f889f80e493f15514877d8 (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=53ce3c3929c7121f155e0a4a2492c8dba3878dfd

commit 53ce3c3929c7121f155e0a4a2492c8dba3878dfd
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:55:51 2013 -0700

    remove gdb_stat.h
    
    This patch is purely mechanical.  It removes gdb_stat.h and changes
    the code to use sys/stat.h.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* common/gdb_stat.h: Remove.
    	* ada-lang.c: Use sys/stat.h, not gdb_stat.h.
    	* common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
    	* common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
    	* corefile.c: Use sys/stat.h, not gdb_stat.h.
    	* ctf.c: Use sys/stat.h, not gdb_stat.h.
    	* darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
    	* dbxread.c: Use sys/stat.h, not gdb_stat.h.
    	* dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
    	* exec.c: Use sys/stat.h, not gdb_stat.h.
    	* gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
    	* gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
    	* inf-child.c: Use sys/stat.h, not gdb_stat.h.
    	* jit.c: Use sys/stat.h, not gdb_stat.h.
    	* linux-nat.c: Use sys/stat.h, not gdb_stat.h.
    	* m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
    	* main.c: Use sys/stat.h, not gdb_stat.h.
    	* mdebugread.c: Use sys/stat.h, not gdb_stat.h.
    	* mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
    	* nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
    	* objfiles.c: Use sys/stat.h, not gdb_stat.h.
    	* procfs.c: Use sys/stat.h, not gdb_stat.h.
    	* remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
    	* remote-mips.c: Use sys/stat.h, not gdb_stat.h.
    	* remote.c: Use sys/stat.h, not gdb_stat.h.
    	* rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
    	* sol-thread.c: Use sys/stat.h, not gdb_stat.h.
    	* solib-spu.c: Use sys/stat.h, not gdb_stat.h.
    	* source.c: Use sys/stat.h, not gdb_stat.h.
    	* symfile.c: Use sys/stat.h, not gdb_stat.h.
    	* symmisc.c: Use sys/stat.h, not gdb_stat.h.
    	* symtab.c: Use sys/stat.h, not gdb_stat.h.
    	* top.c: Use sys/stat.h, not gdb_stat.h.
    	* xcoffread.c: Use sys/stat.h, not gdb_stat.h.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=09607c9e081644f4f5a7fdd9105ee1e9862fdb66

commit 09607c9e081644f4f5a7fdd9105ee1e9862fdb66
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:49:44 2013 -0700

    import gnulib sys/stat.h module
    
    This imports the gnulib sys/stat.h module.
    It doesn't make any other changes to gdb.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
    	sys_stat.
    	* gnulib/aclocal.m4: Update.
    	* gnulib/config.in: Update.
    	* gnulib/configure: Update.
    	* gnulib/import/Makefile.am: Update.
    	* gnulib/import/Makefile.in: Update.
    	* gnulib/import/m4/gnulib-cache.m4: Update.
    	* gnulib/import/m4/gnulib-comp.m4: Update.
    	* gnulib/import/m4/sys_stat_h.m4: New.
    	* gnulib/import/m4/time_h.m4: New.
    	* gnulib/import/sys_stat.in.h: New.
    	* gnulib/import/time.in.h: New.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4ff70b847ca222dcd9e7fc33ef2be300f75be68a

commit 4ff70b847ca222dcd9e7fc33ef2be300f75be68a
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:47:29 2013 -0700

    sys/types.h cleanup
    
    configure doesn't check for sys/types.h any more, but it still tries
    to use the result of the check.  This removes that use as well.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* configure: Rebuild.
    	* configure.ac: Remove check of HAVE_SYS_TYPES_H.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3447c057978c8090ea452561a1c9deb7a3e1ddd2

commit 3447c057978c8090ea452561a1c9deb7a3e1ddd2
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:46:09 2013 -0700

    don't check for unistd.h
    
    We don't use the result of checking for unistd.h, so this removes the
    check.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* configure: Rebuild.
    	* configure.ac: Don't check for unistd.h.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0080a2f67157de9feeee6d0bf3c0db28112b167b

commit 0080a2f67157de9feeee6d0bf3c0db28112b167b
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:42:51 2013 -0700

    stdlib.h is universal too
    
    stdlib.h is universal as well, so there is no need to check for it.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* configure: Rebuild.
    	* configure.ac: Don't check for stdlib.h
    	* defs.h: Include stdlib.h unconditionally.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* configure: Rebuild.
    	* configure.ac: Don't check for stdlib.h.
    	* gdbreplay.c: Unconditionally include stdlib.h.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161d1bec16764585e987c8d804df0fb560a0d491

commit 161d1bec16764585e987c8d804df0fb560a0d491
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:36:46 2013 -0700

    don't check for stddef.h
    
    gdb already unconditionally includes stddef.h in many places.
    I think there is no reason to check for its existence.
    
    Also, Zack Weinberg's header file survey agrees:
    
        http://hacks.owlfolio.org/header-survey/
    
    This patch removes the configure check and the inclusion guards.
    It also removes a redundant inclusion that I noticed in defs.h.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* config.in: Rebuild.
    	* configure: Rebuild.
    	* configure.ac: Don't check for stddef.h.
    	* defs.h: Unconditionally include stddef.h.  Remove duplicate
    	inclusion.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2978b11100a6318e05b8bc2d7923d9f735ef5c6e

commit 2978b11100a6318e05b8bc2d7923d9f735ef5c6e
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:28:57 2013 -0700

    remove gdb_dirent.h
    
    This removes gdb_dirent.h and updates the code to use dirent.h
    instead.  It also removes the now-useless configure checks.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
    	* common/gdb_dirent.h: Remove.
    	* common/filestuff.c: Use dirent.h.
    	* common/linux-osdata.c: Use dirent.h.
    	(NAMELEN): Define.
    	* config.in: Rebuild.
    	* configure: Rebuild.
    	* configure.ac: Don't use AC_HEADER_DIRENT.
    	* linux-fork.c: Use dirent.h
    	* linux-nat.c: Use dirent.h.
    	* nto-procfs.c: Use dirent.h.
    	* procfs.c: Use dirent.h.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* config.in: Rebuild.
    	* configure: Rebuild.
    	* configure.ac: Don't use AC_HEADER_DIRENT.

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

commit e26b6bb047e55e8c1465691886ee21117394b7a6
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:20:41 2013 -0700

    import gnulib dirent module
    
    This imports the gnulib dirent module.  It doesn't make any other
    changes to gdb.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
    	* gnulib/aclocal.m4: Update.
    	* gnulib/config.in: Update.
    	* gnulib/configure: Update.
    	* gnulib/import/Makefile.am: Update.
    	* gnulib/import/Makefile.in: Update.
    	* gnulib/import/dirent.in.h: New.
    	* gnulib/import/m4/dirent_h.m4: New.
    	* gnulib/import/m4/gnulib-cache.m4: Update.
    	* gnulib/import/m4/gnulib-comp.m4: Update.

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

commit a3d08894e544f6b9e65581469cbbafbe39a353fe
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:17:47 2013 -0700

    don't check for string.h or strings.h
    
    Now that we are using the gnulib string.h module, we don't need to
    check for string.h or strings.h.  This removes the last few checks
    from the source and from the configure scripts.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* configure: Rebuild.
    	* common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
    	strings.h.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* server.h: Don't check HAVE_STRING_H.
    	* gdbreplay.c: Don't check HAVE_STRING_H.
    	* configure: Rebuild.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0e9f083f4cb94a9dc861f38ba151aac06efce2b8

commit 0e9f083f4cb94a9dc861f38ba151aac06efce2b8
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 07:14:23 2013 -0700

    remove gdb_string.h
    
    This removes gdb_string.h.  This patch is purely mechanical.  I
    created it by running the two commands:
    
        git rm common/gdb_string.h
        perl -pi -e's/"gdb_string.h"/<string.h>/;'  *.[chyl] */*.[chyl]
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* common/gdb_string.h: Remove.
    	* aarch64-tdep.c: Use string.h, not gdb_string.h.
    	* ada-exp.y: Use string.h, not gdb_string.h.
    	* ada-lang.c: Use string.h, not gdb_string.h.
    	* ada-lex.l: Use string.h, not gdb_string.h.
    	* ada-typeprint.c: Use string.h, not gdb_string.h.
    	* ada-valprint.c: Use string.h, not gdb_string.h.
    	* aix-thread.c: Use string.h, not gdb_string.h.
    	* alpha-linux-tdep.c: Use string.h, not gdb_string.h.
    	* alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
    	* alpha-nat.c: Use string.h, not gdb_string.h.
    	* alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
    	* alpha-tdep.c: Use string.h, not gdb_string.h.
    	* alphanbsd-tdep.c: Use string.h, not gdb_string.h.
    	* amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
    	* amd64-linux-nat.c: Use string.h, not gdb_string.h.
    	* amd64-linux-tdep.c: Use string.h, not gdb_string.h.
    	* amd64-nat.c: Use string.h, not gdb_string.h.
    	* amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
    	* amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
    	* amd64obsd-tdep.c: Use string.h, not gdb_string.h.
    	* arch-utils.c: Use string.h, not gdb_string.h.
    	* arm-linux-nat.c: Use string.h, not gdb_string.h.
    	* arm-linux-tdep.c: Use string.h, not gdb_string.h.
    	* arm-tdep.c: Use string.h, not gdb_string.h.
    	* arm-wince-tdep.c: Use string.h, not gdb_string.h.
    	* armbsd-tdep.c: Use string.h, not gdb_string.h.
    	* armnbsd-nat.c: Use string.h, not gdb_string.h.
    	* armnbsd-tdep.c: Use string.h, not gdb_string.h.
    	* armobsd-tdep.c: Use string.h, not gdb_string.h.
    	* avr-tdep.c: Use string.h, not gdb_string.h.
    	* ax-gdb.c: Use string.h, not gdb_string.h.
    	* ax-general.c: Use string.h, not gdb_string.h.
    	* bcache.c: Use string.h, not gdb_string.h.
    	* bfin-tdep.c: Use string.h, not gdb_string.h.
    	* breakpoint.c: Use string.h, not gdb_string.h.
    	* build-id.c: Use string.h, not gdb_string.h.
    	* buildsym.c: Use string.h, not gdb_string.h.
    	* c-exp.y: Use string.h, not gdb_string.h.
    	* c-lang.c: Use string.h, not gdb_string.h.
    	* c-typeprint.c: Use string.h, not gdb_string.h.
    	* c-valprint.c: Use string.h, not gdb_string.h.
    	* charset.c: Use string.h, not gdb_string.h.
    	* cli-out.c: Use string.h, not gdb_string.h.
    	* cli/cli-cmds.c: Use string.h, not gdb_string.h.
    	* cli/cli-decode.c: Use string.h, not gdb_string.h.
    	* cli/cli-dump.c: Use string.h, not gdb_string.h.
    	* cli/cli-interp.c: Use string.h, not gdb_string.h.
    	* cli/cli-logging.c: Use string.h, not gdb_string.h.
    	* cli/cli-script.c: Use string.h, not gdb_string.h.
    	* cli/cli-setshow.c: Use string.h, not gdb_string.h.
    	* cli/cli-utils.c: Use string.h, not gdb_string.h.
    	* coffread.c: Use string.h, not gdb_string.h.
    	* common/common-utils.c: Use string.h, not gdb_string.h.
    	* common/filestuff.c: Use string.h, not gdb_string.h.
    	* common/linux-procfs.c: Use string.h, not gdb_string.h.
    	* common/linux-ptrace.c: Use string.h, not gdb_string.h.
    	* common/signals.c: Use string.h, not gdb_string.h.
    	* common/vec.h: Use string.h, not gdb_string.h.
    	* core-regset.c: Use string.h, not gdb_string.h.
    	* corefile.c: Use string.h, not gdb_string.h.
    	* corelow.c: Use string.h, not gdb_string.h.
    	* cp-abi.c: Use string.h, not gdb_string.h.
    	* cp-support.c: Use string.h, not gdb_string.h.
    	* cp-valprint.c: Use string.h, not gdb_string.h.
    	* cris-tdep.c: Use string.h, not gdb_string.h.
    	* d-lang.c: Use string.h, not gdb_string.h.
    	* dbxread.c: Use string.h, not gdb_string.h.
    	* dcache.c: Use string.h, not gdb_string.h.
    	* demangle.c: Use string.h, not gdb_string.h.
    	* dicos-tdep.c: Use string.h, not gdb_string.h.
    	* disasm.c: Use string.h, not gdb_string.h.
    	* doublest.c: Use string.h, not gdb_string.h.
    	* dsrec.c: Use string.h, not gdb_string.h.
    	* dummy-frame.c: Use string.h, not gdb_string.h.
    	* dwarf2-frame.c: Use string.h, not gdb_string.h.
    	* dwarf2loc.c: Use string.h, not gdb_string.h.
    	* dwarf2read.c: Use string.h, not gdb_string.h.
    	* elfread.c: Use string.h, not gdb_string.h.
    	* environ.c: Use string.h, not gdb_string.h.
    	* eval.c: Use string.h, not gdb_string.h.
    	* event-loop.c: Use string.h, not gdb_string.h.
    	* exceptions.c: Use string.h, not gdb_string.h.
    	* exec.c: Use string.h, not gdb_string.h.
    	* expprint.c: Use string.h, not gdb_string.h.
    	* f-exp.y: Use string.h, not gdb_string.h.
    	* f-lang.c: Use string.h, not gdb_string.h.
    	* f-typeprint.c: Use string.h, not gdb_string.h.
    	* f-valprint.c: Use string.h, not gdb_string.h.
    	* fbsd-nat.c: Use string.h, not gdb_string.h.
    	* findcmd.c: Use string.h, not gdb_string.h.
    	* findvar.c: Use string.h, not gdb_string.h.
    	* fork-child.c: Use string.h, not gdb_string.h.
    	* frame.c: Use string.h, not gdb_string.h.
    	* frv-linux-tdep.c: Use string.h, not gdb_string.h.
    	* frv-tdep.c: Use string.h, not gdb_string.h.
    	* gdb.c: Use string.h, not gdb_string.h.
    	* gdb_bfd.c: Use string.h, not gdb_string.h.
    	* gdbarch.c: Use string.h, not gdb_string.h.
    	* gdbtypes.c: Use string.h, not gdb_string.h.
    	* gnu-nat.c: Use string.h, not gdb_string.h.
    	* gnu-v2-abi.c: Use string.h, not gdb_string.h.
    	* gnu-v3-abi.c: Use string.h, not gdb_string.h.
    	* go-exp.y: Use string.h, not gdb_string.h.
    	* go-lang.c: Use string.h, not gdb_string.h.
    	* go32-nat.c: Use string.h, not gdb_string.h.
    	* hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
    	* hppa-linux-nat.c: Use string.h, not gdb_string.h.
    	* hppanbsd-tdep.c: Use string.h, not gdb_string.h.
    	* hppaobsd-tdep.c: Use string.h, not gdb_string.h.
    	* i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
    	* i386-dicos-tdep.c: Use string.h, not gdb_string.h.
    	* i386-linux-nat.c: Use string.h, not gdb_string.h.
    	* i386-linux-tdep.c: Use string.h, not gdb_string.h.
    	* i386-nto-tdep.c: Use string.h, not gdb_string.h.
    	* i386-sol2-tdep.c: Use string.h, not gdb_string.h.
    	* i386-tdep.c: Use string.h, not gdb_string.h.
    	* i386bsd-tdep.c: Use string.h, not gdb_string.h.
    	* i386gnu-nat.c: Use string.h, not gdb_string.h.
    	* i386nbsd-tdep.c: Use string.h, not gdb_string.h.
    	* i386obsd-tdep.c: Use string.h, not gdb_string.h.
    	* i387-tdep.c: Use string.h, not gdb_string.h.
    	* ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
    	* ia64-linux-nat.c: Use string.h, not gdb_string.h.
    	* inf-child.c: Use string.h, not gdb_string.h.
    	* inf-ptrace.c: Use string.h, not gdb_string.h.
    	* inf-ttrace.c: Use string.h, not gdb_string.h.
    	* infcall.c: Use string.h, not gdb_string.h.
    	* infcmd.c: Use string.h, not gdb_string.h.
    	* inflow.c: Use string.h, not gdb_string.h.
    	* infrun.c: Use string.h, not gdb_string.h.
    	* interps.c: Use string.h, not gdb_string.h.
    	* iq2000-tdep.c: Use string.h, not gdb_string.h.
    	* irix5-nat.c: Use string.h, not gdb_string.h.
    	* jv-exp.y: Use string.h, not gdb_string.h.
    	* jv-lang.c: Use string.h, not gdb_string.h.
    	* jv-typeprint.c: Use string.h, not gdb_string.h.
    	* jv-valprint.c: Use string.h, not gdb_string.h.
    	* language.c: Use string.h, not gdb_string.h.
    	* linux-fork.c: Use string.h, not gdb_string.h.
    	* linux-nat.c: Use string.h, not gdb_string.h.
    	* lm32-tdep.c: Use string.h, not gdb_string.h.
    	* m2-exp.y: Use string.h, not gdb_string.h.
    	* m2-typeprint.c: Use string.h, not gdb_string.h.
    	* m32c-tdep.c: Use string.h, not gdb_string.h.
    	* m32r-linux-nat.c: Use string.h, not gdb_string.h.
    	* m32r-linux-tdep.c: Use string.h, not gdb_string.h.
    	* m32r-rom.c: Use string.h, not gdb_string.h.
    	* m32r-tdep.c: Use string.h, not gdb_string.h.
    	* m68hc11-tdep.c: Use string.h, not gdb_string.h.
    	* m68k-tdep.c: Use string.h, not gdb_string.h.
    	* m68kbsd-tdep.c: Use string.h, not gdb_string.h.
    	* m68klinux-nat.c: Use string.h, not gdb_string.h.
    	* m68klinux-tdep.c: Use string.h, not gdb_string.h.
    	* m88k-tdep.c: Use string.h, not gdb_string.h.
    	* macrocmd.c: Use string.h, not gdb_string.h.
    	* main.c: Use string.h, not gdb_string.h.
    	* mdebugread.c: Use string.h, not gdb_string.h.
    	* mem-break.c: Use string.h, not gdb_string.h.
    	* memattr.c: Use string.h, not gdb_string.h.
    	* memory-map.c: Use string.h, not gdb_string.h.
    	* mep-tdep.c: Use string.h, not gdb_string.h.
    	* mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
    	* mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
    	* mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
    	* mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
    	* mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
    	* mi/mi-cmds.c: Use string.h, not gdb_string.h.
    	* mi/mi-console.c: Use string.h, not gdb_string.h.
    	* mi/mi-getopt.c: Use string.h, not gdb_string.h.
    	* mi/mi-interp.c: Use string.h, not gdb_string.h.
    	* mi/mi-main.c: Use string.h, not gdb_string.h.
    	* mi/mi-parse.c: Use string.h, not gdb_string.h.
    	* microblaze-rom.c: Use string.h, not gdb_string.h.
    	* microblaze-tdep.c: Use string.h, not gdb_string.h.
    	* mingw-hdep.c: Use string.h, not gdb_string.h.
    	* minidebug.c: Use string.h, not gdb_string.h.
    	* minsyms.c: Use string.h, not gdb_string.h.
    	* mips-irix-tdep.c: Use string.h, not gdb_string.h.
    	* mips-linux-tdep.c: Use string.h, not gdb_string.h.
    	* mips-tdep.c: Use string.h, not gdb_string.h.
    	* mips64obsd-tdep.c: Use string.h, not gdb_string.h.
    	* mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
    	* mipsread.c: Use string.h, not gdb_string.h.
    	* mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
    	* mn10300-tdep.c: Use string.h, not gdb_string.h.
    	* monitor.c: Use string.h, not gdb_string.h.
    	* moxie-tdep.c: Use string.h, not gdb_string.h.
    	* mt-tdep.c: Use string.h, not gdb_string.h.
    	* nbsd-tdep.c: Use string.h, not gdb_string.h.
    	* nios2-linux-tdep.c: Use string.h, not gdb_string.h.
    	* nto-procfs.c: Use string.h, not gdb_string.h.
    	* nto-tdep.c: Use string.h, not gdb_string.h.
    	* objc-lang.c: Use string.h, not gdb_string.h.
    	* objfiles.c: Use string.h, not gdb_string.h.
    	* opencl-lang.c: Use string.h, not gdb_string.h.
    	* osabi.c: Use string.h, not gdb_string.h.
    	* osdata.c: Use string.h, not gdb_string.h.
    	* p-exp.y: Use string.h, not gdb_string.h.
    	* p-lang.c: Use string.h, not gdb_string.h.
    	* p-typeprint.c: Use string.h, not gdb_string.h.
    	* parse.c: Use string.h, not gdb_string.h.
    	* posix-hdep.c: Use string.h, not gdb_string.h.
    	* ppc-linux-nat.c: Use string.h, not gdb_string.h.
    	* ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
    	* ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
    	* ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
    	* ppcobsd-tdep.c: Use string.h, not gdb_string.h.
    	* printcmd.c: Use string.h, not gdb_string.h.
    	* procfs.c: Use string.h, not gdb_string.h.
    	* prologue-value.c: Use string.h, not gdb_string.h.
    	* python/py-auto-load.c: Use string.h, not gdb_string.h.
    	* python/py-gdb-readline.c: Use string.h, not gdb_string.h.
    	* ravenscar-thread.c: Use string.h, not gdb_string.h.
    	* regcache.c: Use string.h, not gdb_string.h.
    	* registry.c: Use string.h, not gdb_string.h.
    	* remote-fileio.c: Use string.h, not gdb_string.h.
    	* remote-m32r-sdi.c: Use string.h, not gdb_string.h.
    	* remote-mips.c: Use string.h, not gdb_string.h.
    	* remote-sim.c: Use string.h, not gdb_string.h.
    	* remote.c: Use string.h, not gdb_string.h.
    	* reverse.c: Use string.h, not gdb_string.h.
    	* rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
    	* ser-base.c: Use string.h, not gdb_string.h.
    	* ser-go32.c: Use string.h, not gdb_string.h.
    	* ser-mingw.c: Use string.h, not gdb_string.h.
    	* ser-pipe.c: Use string.h, not gdb_string.h.
    	* ser-tcp.c: Use string.h, not gdb_string.h.
    	* ser-unix.c: Use string.h, not gdb_string.h.
    	* serial.c: Use string.h, not gdb_string.h.
    	* sh-tdep.c: Use string.h, not gdb_string.h.
    	* sh64-tdep.c: Use string.h, not gdb_string.h.
    	* shnbsd-tdep.c: Use string.h, not gdb_string.h.
    	* skip.c: Use string.h, not gdb_string.h.
    	* sol-thread.c: Use string.h, not gdb_string.h.
    	* solib-dsbt.c: Use string.h, not gdb_string.h.
    	* solib-frv.c: Use string.h, not gdb_string.h.
    	* solib-osf.c: Use string.h, not gdb_string.h.
    	* solib-spu.c: Use string.h, not gdb_string.h.
    	* solib-target.c: Use string.h, not gdb_string.h.
    	* solib.c: Use string.h, not gdb_string.h.
    	* somread.c: Use string.h, not gdb_string.h.
    	* source.c: Use string.h, not gdb_string.h.
    	* sparc-nat.c: Use string.h, not gdb_string.h.
    	* sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
    	* sparc-tdep.c: Use string.h, not gdb_string.h.
    	* sparc64-tdep.c: Use string.h, not gdb_string.h.
    	* sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
    	* sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
    	* sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
    	* spu-linux-nat.c: Use string.h, not gdb_string.h.
    	* spu-multiarch.c: Use string.h, not gdb_string.h.
    	* spu-tdep.c: Use string.h, not gdb_string.h.
    	* stabsread.c: Use string.h, not gdb_string.h.
    	* stack.c: Use string.h, not gdb_string.h.
    	* std-regs.c: Use string.h, not gdb_string.h.
    	* symfile.c: Use string.h, not gdb_string.h.
    	* symmisc.c: Use string.h, not gdb_string.h.
    	* symtab.c: Use string.h, not gdb_string.h.
    	* target.c: Use string.h, not gdb_string.h.
    	* thread.c: Use string.h, not gdb_string.h.
    	* tilegx-linux-nat.c: Use string.h, not gdb_string.h.
    	* tilegx-tdep.c: Use string.h, not gdb_string.h.
    	* top.c: Use string.h, not gdb_string.h.
    	* tracepoint.c: Use string.h, not gdb_string.h.
    	* tui/tui-command.c: Use string.h, not gdb_string.h.
    	* tui/tui-data.c: Use string.h, not gdb_string.h.
    	* tui/tui-disasm.c: Use string.h, not gdb_string.h.
    	* tui/tui-file.c: Use string.h, not gdb_string.h.
    	* tui/tui-layout.c: Use string.h, not gdb_string.h.
    	* tui/tui-out.c: Use string.h, not gdb_string.h.
    	* tui/tui-regs.c: Use string.h, not gdb_string.h.
    	* tui/tui-source.c: Use string.h, not gdb_string.h.
    	* tui/tui-stack.c: Use string.h, not gdb_string.h.
    	* tui/tui-win.c: Use string.h, not gdb_string.h.
    	* tui/tui-windata.c: Use string.h, not gdb_string.h.
    	* tui/tui-winsource.c: Use string.h, not gdb_string.h.
    	* typeprint.c: Use string.h, not gdb_string.h.
    	* ui-file.c: Use string.h, not gdb_string.h.
    	* ui-out.c: Use string.h, not gdb_string.h.
    	* user-regs.c: Use string.h, not gdb_string.h.
    	* utils.c: Use string.h, not gdb_string.h.
    	* v850-tdep.c: Use string.h, not gdb_string.h.
    	* valarith.c: Use string.h, not gdb_string.h.
    	* valops.c: Use string.h, not gdb_string.h.
    	* valprint.c: Use string.h, not gdb_string.h.
    	* value.c: Use string.h, not gdb_string.h.
    	* varobj.c: Use string.h, not gdb_string.h.
    	* vax-tdep.c: Use string.h, not gdb_string.h.
    	* vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
    	* vaxobsd-tdep.c: Use string.h, not gdb_string.h.
    	* windows-nat.c: Use string.h, not gdb_string.h.
    	* xcoffread.c: Use string.h, not gdb_string.h.
    	* xml-support.c: Use string.h, not gdb_string.h.
    	* xstormy16-tdep.c: Use string.h, not gdb_string.h.
    	* xtensa-linux-nat.c: Use string.h, not gdb_string.h.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=63ce7108c4b251cf2bad97283f5ea5279bb56a44

commit 63ce7108c4b251cf2bad97283f5ea5279bb56a44
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Nov 5 14:53:48 2013 -0700

    import strstr and strerror modules
    
    This imports the gnulib strstr and strerror modules.  It doesn't make
    any other changes to gdb; I found it simpler to work with the branch
    if I made the changes more indepdendent than I had previously.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
    	and strstr.
    	* 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: New.
    	* gnulib/import/intprops.h: New.
    	* gnulib/import/m4/errno_h.m4: New.
    	* gnulib/import/m4/gnulib-cache.m4: Update.
    	* gnulib/import/m4/gnulib-comp.m4: Update.
    	* gnulib/import/m4/strerror.m4: New.
    	* gnulib/import/m4/strstr.m4: New.
    	* gnulib/import/m4/sys_socket_h.m4: New.
    	* gnulib/import/strerror-override.c: New.
    	* gnulib/import/strerror-override.h: New.
    	* gnulib/import/strerror.c: New.
    	* gnulib/import/strstr.c: New.

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

commit a7c11ee135af24815f32e8cfbbb6f565f9f22a1b
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Nov 5 14:49:14 2013 -0700

    change how list of modules is computed
    
    While adding modules I found that the current approach of listing all
    the modules on one line made it harder to experiment -- any conflicts
    from git were a pain to resolve.
    
    This patch splits the list of modules so that there is one module per
    line.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
    	multiple lines.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0a5dd17d950c87a2c096f79a37c9a304a795c2bd

commit 0a5dd17d950c87a2c096f79a37c9a304a795c2bd
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 6 08:48:03 2013 -0700

    link gdbreplay against gnulib
    
    Later patches in this series will make changes to gdb and gdbserver
    configury, necessitating the use of gnulib in gdbreplay.  This patch
    introduces the dependency early, so that subsequent patches don't
    break the build.
    
    2013-11-18  Tom Tromey  <tromey@redhat.com>
    
    	* Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
    	LIBGNU.

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

Summary of changes:
 gdb/ChangeLog                         |  437 +++++++
 gdb/aarch64-tdep.c                    |    2 +-
 gdb/ada-exp.y                         |    2 +-
 gdb/ada-lang.c                        |    4 +-
 gdb/ada-lex.l                         |    2 +-
 gdb/ada-typeprint.c                   |    2 +-
 gdb/ada-valprint.c                    |    2 +-
 gdb/aix-thread.c                      |    2 +-
 gdb/alpha-linux-tdep.c                |    2 +-
 gdb/alpha-mdebug-tdep.c               |    2 +-
 gdb/alpha-nat.c                       |    2 +-
 gdb/alpha-osf1-tdep.c                 |    2 +-
 gdb/alpha-tdep.c                      |    2 +-
 gdb/alphanbsd-tdep.c                  |    2 +-
 gdb/amd64-dicos-tdep.c                |    2 +-
 gdb/amd64-linux-nat.c                 |    2 +-
 gdb/amd64-linux-tdep.c                |    2 +-
 gdb/amd64-nat.c                       |    2 +-
 gdb/amd64-sol2-tdep.c                 |    2 +-
 gdb/amd64fbsd-tdep.c                  |    2 +-
 gdb/amd64obsd-tdep.c                  |    2 +-
 gdb/arch-utils.c                      |    2 +-
 gdb/arm-linux-nat.c                   |    2 +-
 gdb/arm-linux-tdep.c                  |    2 +-
 gdb/arm-tdep.c                        |    2 +-
 gdb/arm-wince-tdep.c                  |    2 +-
 gdb/armbsd-tdep.c                     |    2 +-
 gdb/armnbsd-nat.c                     |    2 +-
 gdb/armnbsd-tdep.c                    |    2 +-
 gdb/armobsd-tdep.c                    |    2 +-
 gdb/avr-tdep.c                        |    2 +-
 gdb/ax-gdb.c                          |    2 +-
 gdb/ax-general.c                      |    2 +-
 gdb/bcache.c                          |    2 +-
 gdb/bfin-tdep.c                       |    2 +-
 gdb/breakpoint.c                      |    2 +-
 gdb/build-id.c                        |    2 +-
 gdb/buildsym.c                        |    2 +-
 gdb/c-exp.y                           |    2 +-
 gdb/c-lang.c                          |    2 +-
 gdb/c-typeprint.c                     |    2 +-
 gdb/c-valprint.c                      |    2 +-
 gdb/charset.c                         |    2 +-
 gdb/cli-out.c                         |    2 +-
 gdb/cli/cli-cmds.c                    |    2 +-
 gdb/cli/cli-decode.c                  |    2 +-
 gdb/cli/cli-dump.c                    |    2 +-
 gdb/cli/cli-interp.c                  |    2 +-
 gdb/cli/cli-logging.c                 |    2 +-
 gdb/cli/cli-script.c                  |    2 +-
 gdb/cli/cli-setshow.c                 |    2 +-
 gdb/cli/cli-utils.c                   |    2 +-
 gdb/coffread.c                        |    2 +-
 gdb/common/common-utils.c             |    2 +-
 gdb/common/common.m4                  |    2 -
 gdb/common/filestuff.c                |    6 +-
 gdb/common/gdb_dirent.h               |   40 -
 gdb/common/gdb_stat.h                 |   59 -
 gdb/common/gdb_string.h               |   69 --
 gdb/common/linux-osdata.c             |    6 +-
 gdb/common/linux-procfs.c             |    2 +-
 gdb/common/linux-ptrace.c             |    2 +-
 gdb/common/signals.c                  |    2 +-
 gdb/common/vec.h                      |    2 +-
 gdb/config.in                         |   18 -
 gdb/configure                         |  330 +-----
 gdb/configure.ac                      |   11 +-
 gdb/core-regset.c                     |    2 +-
 gdb/corefile.c                        |    4 +-
 gdb/corelow.c                         |    2 +-
 gdb/cp-abi.c                          |    2 +-
 gdb/cp-support.c                      |    2 +-
 gdb/cp-valprint.c                     |    2 +-
 gdb/cris-tdep.c                       |    2 +-
 gdb/ctf.c                             |    2 +-
 gdb/d-lang.c                          |    2 +-
 gdb/darwin-nat.c                      |    2 +-
 gdb/dbxread.c                         |    6 +-
 gdb/dcache.c                          |    2 +-
 gdb/defs.h                            |    8 -
 gdb/demangle.c                        |    2 +-
 gdb/dicos-tdep.c                      |    2 +-
 gdb/disasm.c                          |    2 +-
 gdb/doublest.c                        |    2 +-
 gdb/dsrec.c                           |    2 +-
 gdb/dummy-frame.c                     |    2 +-
 gdb/dwarf2-frame.c                    |    2 +-
 gdb/dwarf2loc.c                       |    2 +-
 gdb/dwarf2read.c                      |    4 +-
 gdb/elfread.c                         |    2 +-
 gdb/environ.c                         |    2 +-
 gdb/eval.c                            |    2 +-
 gdb/event-loop.c                      |    2 +-
 gdb/exceptions.c                      |    2 +-
 gdb/exec.c                            |    4 +-
 gdb/expprint.c                        |    2 +-
 gdb/f-exp.y                           |    2 +-
 gdb/f-lang.c                          |    2 +-
 gdb/f-typeprint.c                     |    2 +-
 gdb/f-valprint.c                      |    2 +-
 gdb/fbsd-nat.c                        |    2 +-
 gdb/findcmd.c                         |    2 +-
 gdb/findvar.c                         |    2 +-
 gdb/fork-child.c                      |    2 +-
 gdb/frame.c                           |    2 +-
 gdb/frv-linux-tdep.c                  |    2 +-
 gdb/frv-tdep.c                        |    2 +-
 gdb/gdb.c                             |    2 +-
 gdb/gdb_bfd.c                         |    2 +-
 gdb/gdbarch.c                         |    2 +-
 gdb/gdbserver/ChangeLog               |   23 +
 gdb/gdbserver/Makefile.in             |    4 +-
 gdb/gdbserver/config.in               |   15 -
 gdb/gdbserver/configure               |  322 +-----
 gdb/gdbserver/configure.ac            |    2 -
 gdb/gdbserver/gdbreplay.c             |    4 -
 gdb/gdbserver/linux-low.c             |    2 +-
 gdb/gdbserver/remote-utils.c          |    2 +-
 gdb/gdbserver/server.h                |    2 -
 gdb/gdbtypes.c                        |    2 +-
 gdb/gnu-nat.c                         |    2 +-
 gdb/gnu-v2-abi.c                      |    2 +-
 gdb/gnu-v3-abi.c                      |    2 +-
 gdb/gnulib/aclocal.m4                 |    7 +
 gdb/gnulib/config.in                  |   98 ++
 gdb/gnulib/configure                  | 2152 ++++++++++++++++++++++++++++-----
 gdb/gnulib/import/Makefile.am         |  222 ++++-
 gdb/gnulib/import/Makefile.in         |  297 +++++-
 gdb/gnulib/import/dirent.in.h         |  258 ++++
 gdb/gnulib/import/errno.in.h          |  279 +++++
 gdb/gnulib/import/intprops.h          |  319 +++++
 gdb/gnulib/import/m4/dirent_h.m4      |   64 +
 gdb/gnulib/import/m4/errno_h.m4       |  137 +++
 gdb/gnulib/import/m4/gnulib-cache.m4  |    6 +-
 gdb/gnulib/import/m4/gnulib-comp.m4   |   51 +
 gdb/gnulib/import/m4/strerror.m4      |   96 ++
 gdb/gnulib/import/m4/strstr.m4        |  130 ++
 gdb/gnulib/import/m4/sys_socket_h.m4  |  176 +++
 gdb/gnulib/import/m4/sys_stat_h.m4    |   96 ++
 gdb/gnulib/import/m4/time_h.m4        |  109 ++
 gdb/gnulib/import/strerror-override.c |  302 +++++
 gdb/gnulib/import/strerror-override.h |   56 +
 gdb/gnulib/import/strerror.c          |   70 ++
 gdb/gnulib/import/strstr.c            |   82 ++
 gdb/gnulib/import/sys_stat.in.h       |  728 +++++++++++
 gdb/gnulib/import/time.in.h           |  248 ++++
 gdb/gnulib/update-gnulib.sh           |   14 +-
 gdb/go-exp.y                          |    2 +-
 gdb/go-lang.c                         |    2 +-
 gdb/go32-nat.c                        |    2 +-
 gdb/hppa-hpux-tdep.c                  |    2 +-
 gdb/hppa-linux-nat.c                  |    2 +-
 gdb/hppanbsd-tdep.c                   |    2 +-
 gdb/hppaobsd-tdep.c                   |    2 +-
 gdb/i386-cygwin-tdep.c                |    2 +-
 gdb/i386-dicos-tdep.c                 |    2 +-
 gdb/i386-linux-nat.c                  |    2 +-
 gdb/i386-linux-tdep.c                 |    2 +-
 gdb/i386-nto-tdep.c                   |    2 +-
 gdb/i386-sol2-tdep.c                  |    2 +-
 gdb/i386-tdep.c                       |    2 +-
 gdb/i386bsd-tdep.c                    |    2 +-
 gdb/i386gnu-nat.c                     |    2 +-
 gdb/i386nbsd-tdep.c                   |    2 +-
 gdb/i386obsd-tdep.c                   |    2 +-
 gdb/i387-tdep.c                       |    2 +-
 gdb/ia64-libunwind-tdep.c             |    2 +-
 gdb/ia64-linux-nat.c                  |    2 +-
 gdb/inf-child.c                       |    4 +-
 gdb/inf-ptrace.c                      |    2 +-
 gdb/inf-ttrace.c                      |    2 +-
 gdb/infcall.c                         |    2 +-
 gdb/infcmd.c                          |    2 +-
 gdb/inflow.c                          |    2 +-
 gdb/infrun.c                          |    2 +-
 gdb/interps.c                         |    2 +-
 gdb/iq2000-tdep.c                     |    2 +-
 gdb/irix5-nat.c                       |    2 +-
 gdb/jit.c                             |    2 +-
 gdb/jv-exp.y                          |    2 +-
 gdb/jv-lang.c                         |    2 +-
 gdb/jv-typeprint.c                    |    2 +-
 gdb/jv-valprint.c                     |    2 +-
 gdb/language.c                        |    2 +-
 gdb/linux-fork.c                      |    4 +-
 gdb/linux-nat.c                       |    6 +-
 gdb/lm32-tdep.c                       |    2 +-
 gdb/m2-exp.y                          |    2 +-
 gdb/m2-typeprint.c                    |    2 +-
 gdb/m32c-tdep.c                       |    2 +-
 gdb/m32r-linux-nat.c                  |    2 +-
 gdb/m32r-linux-tdep.c                 |    2 +-
 gdb/m32r-rom.c                        |    2 +-
 gdb/m32r-tdep.c                       |    2 +-
 gdb/m68hc11-tdep.c                    |    2 +-
 gdb/m68k-tdep.c                       |    2 +-
 gdb/m68kbsd-tdep.c                    |    2 +-
 gdb/m68klinux-nat.c                   |    4 +-
 gdb/m68klinux-tdep.c                  |    2 +-
 gdb/m88k-tdep.c                       |    2 +-
 gdb/macrocmd.c                        |    2 +-
 gdb/main.c                            |    4 +-
 gdb/mdebugread.c                      |    4 +-
 gdb/mem-break.c                       |    2 +-
 gdb/memattr.c                         |    2 +-
 gdb/memory-map.c                      |    2 +-
 gdb/mep-tdep.c                        |    2 +-
 gdb/mi/mi-cmd-break.c                 |    2 +-
 gdb/mi/mi-cmd-disas.c                 |    2 +-
 gdb/mi/mi-cmd-env.c                   |    4 +-
 gdb/mi/mi-cmd-stack.c                 |    2 +-
 gdb/mi/mi-cmd-var.c                   |    2 +-
 gdb/mi/mi-cmds.c                      |    2 +-
 gdb/mi/mi-console.c                   |    2 +-
 gdb/mi/mi-getopt.c                    |    2 +-
 gdb/mi/mi-interp.c                    |    2 +-
 gdb/mi/mi-main.c                      |    2 +-
 gdb/mi/mi-parse.c                     |    2 +-
 gdb/microblaze-rom.c                  |    2 +-
 gdb/microblaze-tdep.c                 |    2 +-
 gdb/mingw-hdep.c                      |    2 +-
 gdb/minidebug.c                       |    2 +-
 gdb/minsyms.c                         |    2 +-
 gdb/mips-irix-tdep.c                  |    2 +-
 gdb/mips-linux-tdep.c                 |    2 +-
 gdb/mips-tdep.c                       |    2 +-
 gdb/mips64obsd-tdep.c                 |    2 +-
 gdb/mipsnbsd-tdep.c                   |    2 +-
 gdb/mipsread.c                        |    2 +-
 gdb/mn10300-linux-tdep.c              |    2 +-
 gdb/mn10300-tdep.c                    |    2 +-
 gdb/monitor.c                         |    2 +-
 gdb/moxie-tdep.c                      |    2 +-
 gdb/mt-tdep.c                         |    2 +-
 gdb/nbsd-tdep.c                       |    2 +-
 gdb/nios2-linux-tdep.c                |    2 +-
 gdb/nto-procfs.c                      |    4 +-
 gdb/nto-tdep.c                        |    4 +-
 gdb/objc-lang.c                       |    2 +-
 gdb/objfiles.c                        |    4 +-
 gdb/opencl-lang.c                     |    2 +-
 gdb/osabi.c                           |    2 +-
 gdb/osdata.c                          |    2 +-
 gdb/p-exp.y                           |    2 +-
 gdb/p-lang.c                          |    2 +-
 gdb/p-typeprint.c                     |    2 +-
 gdb/parse.c                           |    2 +-
 gdb/posix-hdep.c                      |    2 +-
 gdb/ppc-linux-nat.c                   |    2 +-
 gdb/ppc-sysv-tdep.c                   |    2 +-
 gdb/ppcfbsd-tdep.c                    |    2 +-
 gdb/ppcnbsd-tdep.c                    |    2 +-
 gdb/ppcobsd-tdep.c                    |    2 +-
 gdb/printcmd.c                        |    2 +-
 gdb/procfs.c                          |    6 +-
 gdb/prologue-value.c                  |    2 +-
 gdb/python/py-auto-load.c             |    2 +-
 gdb/python/py-gdb-readline.c          |    2 +-
 gdb/ravenscar-thread.c                |    2 +-
 gdb/regcache.c                        |    2 +-
 gdb/registry.c                        |    2 +-
 gdb/remote-fileio.c                   |    4 +-
 gdb/remote-m32r-sdi.c                 |    2 +-
 gdb/remote-mips.c                     |    4 +-
 gdb/remote-sim.c                      |    2 +-
 gdb/remote.c                          |    4 +-
 gdb/reverse.c                         |    2 +-
 gdb/rs6000-aix-tdep.c                 |    2 +-
 gdb/rs6000-nat.c                      |    2 +-
 gdb/ser-base.c                        |    2 +-
 gdb/ser-go32.c                        |    2 +-
 gdb/ser-mingw.c                       |    2 +-
 gdb/ser-pipe.c                        |    2 +-
 gdb/ser-tcp.c                         |    2 +-
 gdb/ser-unix.c                        |    2 +-
 gdb/serial.c                          |    2 +-
 gdb/sh-tdep.c                         |    2 +-
 gdb/sh64-tdep.c                       |    2 +-
 gdb/shnbsd-tdep.c                     |    2 +-
 gdb/skip.c                            |    2 +-
 gdb/sol-thread.c                      |    4 +-
 gdb/solib-dsbt.c                      |    2 +-
 gdb/solib-frv.c                       |    2 +-
 gdb/solib-osf.c                       |    2 +-
 gdb/solib-spu.c                       |    4 +-
 gdb/solib-target.c                    |    2 +-
 gdb/solib.c                           |    2 +-
 gdb/somread.c                         |    2 +-
 gdb/source.c                          |    4 +-
 gdb/sparc-nat.c                       |    2 +-
 gdb/sparc-sol2-tdep.c                 |    2 +-
 gdb/sparc-tdep.c                      |    2 +-
 gdb/sparc64-tdep.c                    |    2 +-
 gdb/sparc64fbsd-tdep.c                |    2 +-
 gdb/sparc64nbsd-tdep.c                |    2 +-
 gdb/sparcnbsd-tdep.c                  |    2 +-
 gdb/spu-linux-nat.c                   |    2 +-
 gdb/spu-multiarch.c                   |    2 +-
 gdb/spu-tdep.c                        |    2 +-
 gdb/stabsread.c                       |    2 +-
 gdb/stack.c                           |    2 +-
 gdb/std-regs.c                        |    2 +-
 gdb/symfile.c                         |    4 +-
 gdb/symmisc.c                         |    4 +-
 gdb/symtab.c                          |    4 +-
 gdb/target.c                          |    2 +-
 gdb/thread.c                          |    2 +-
 gdb/tilegx-linux-nat.c                |    2 +-
 gdb/tilegx-tdep.c                     |    2 +-
 gdb/top.c                             |    4 +-
 gdb/tracepoint.c                      |    2 +-
 gdb/tui/tui-command.c                 |    2 +-
 gdb/tui/tui-data.c                    |    2 +-
 gdb/tui/tui-disasm.c                  |    2 +-
 gdb/tui/tui-file.c                    |    2 +-
 gdb/tui/tui-layout.c                  |    2 +-
 gdb/tui/tui-out.c                     |    2 +-
 gdb/tui/tui-regs.c                    |    2 +-
 gdb/tui/tui-source.c                  |    2 +-
 gdb/tui/tui-stack.c                   |    2 +-
 gdb/tui/tui-win.c                     |    2 +-
 gdb/tui/tui-windata.c                 |    2 +-
 gdb/tui/tui-winsource.c               |    2 +-
 gdb/typeprint.c                       |    2 +-
 gdb/ui-file.c                         |    2 +-
 gdb/ui-out.c                          |    2 +-
 gdb/user-regs.c                       |    2 +-
 gdb/utils.c                           |    2 +-
 gdb/v850-tdep.c                       |    2 +-
 gdb/valarith.c                        |    2 +-
 gdb/valops.c                          |    2 +-
 gdb/valprint.c                        |    2 +-
 gdb/value.c                           |    2 +-
 gdb/varobj.c                          |    2 +-
 gdb/vax-tdep.c                        |    2 +-
 gdb/vaxnbsd-tdep.c                    |    2 +-
 gdb/vaxobsd-tdep.c                    |    2 +-
 gdb/windows-nat.c                     |    2 +-
 gdb/xcoffread.c                       |    4 +-
 gdb/xml-support.c                     |    2 +-
 gdb/xstormy16-tdep.c                  |    2 +-
 gdb/xtensa-linux-nat.c                |    2 +-
 342 files changed, 6472 insertions(+), 1543 deletions(-)
 delete mode 100644 gdb/common/gdb_dirent.h
 delete mode 100644 gdb/common/gdb_stat.h
 delete mode 100644 gdb/common/gdb_string.h
 create mode 100644 gdb/gnulib/import/dirent.in.h
 create mode 100644 gdb/gnulib/import/errno.in.h
 create mode 100644 gdb/gnulib/import/intprops.h
 create mode 100644 gdb/gnulib/import/m4/dirent_h.m4
 create mode 100644 gdb/gnulib/import/m4/errno_h.m4
 create mode 100644 gdb/gnulib/import/m4/strerror.m4
 create mode 100644 gdb/gnulib/import/m4/strstr.m4
 create mode 100644 gdb/gnulib/import/m4/sys_socket_h.m4
 create mode 100644 gdb/gnulib/import/m4/sys_stat_h.m4
 create mode 100644 gdb/gnulib/import/m4/time_h.m4
 create mode 100644 gdb/gnulib/import/strerror-override.c
 create mode 100644 gdb/gnulib/import/strerror-override.h
 create mode 100644 gdb/gnulib/import/strerror.c
 create mode 100644 gdb/gnulib/import/strstr.c
 create mode 100644 gdb/gnulib/import/sys_stat.in.h
 create mode 100644 gdb/gnulib/import/time.in.h


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]