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. f9d1eeed58ec0b3063e014273164179586b1f141


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  f9d1eeed58ec0b3063e014273164179586b1f141 (commit)
       via  0b04e52316079981b2b77124198a405d826a05cd (commit)
      from  f9579b990244a7f49757ca8bc3bcf48f7bc8505b (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=f9d1eeed58ec0b3063e014273164179586b1f141

commit f9d1eeed58ec0b3063e014273164179586b1f141
Author: Tom Tromey <tromey@redhat.com>
Date:   Sun Jan 19 19:34:23 2014 -0700

    delete gdbserver's freeargv
    
    gdbserver defines freeargv, but it is now trivial to just use the one
    in libiberty.
    
    2014-06-12  Tom Tromey  <tromey@redhat.com>
    
    	* utils.c (freeargv): Remove.

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

commit 0b04e52316079981b2b77124198a405d826a05cd
Author: Tom Tromey <tromey@redhat.com>
Date:   Sun Jan 19 14:33:37 2014 -0700

    link gdbserver against libiberty
    
    This builds a libiberty just for gdbserver and arranges for gdbserver
    to use it.  I've tripped across the lack of libiberty in gdbserver at
    least once, and I have seen other threads where it would have been
    useful.
    
    2014-06-12  Tom Tromey  <tromey@redhat.com>
    
    	* debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
    	* server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
    	(parse_debug_format_options): Likewise.
    	(gdbserver_usage): Likewise.
    	* Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
    	(SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
    	(gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
    	against libiberty.
    	($(LIBGNU)): Depend on libiberty.
    	(all-lib): Recurse into all subdirs.
    	(install-only): Invoke "install" target in subdirs.
    	(vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
    	targets.
    	* configure: Rebuild.
    	* configure.ac: Add ACX_CONFIGURE_DIR for libiberty.  Don't check
    	for vasprintf, vsnprintf, or gettimeofday.
    	* configure.srv: Don't add safe-ctype.o or lbasename.o to
    	srv_tgtobj.

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

Summary of changes:
 gdb/gdbserver/ChangeLog     |   25 +++++++++++
 gdb/gdbserver/Makefile.in   |   43 +++++++------------
 gdb/gdbserver/configure     |   99 ++++++++++++++++++++++++++++++++++++++++++-
 gdb/gdbserver/configure.ac  |    4 +-
 gdb/gdbserver/configure.srv |    6 ---
 gdb/gdbserver/debug.c       |    4 +-
 gdb/gdbserver/server.c      |    6 ---
 gdb/gdbserver/utils.c       |   21 ---------
 8 files changed, 144 insertions(+), 64 deletions(-)


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]