This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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. 60ef20e28534cf093d5bd799b3830c68381bb27f


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  60ef20e28534cf093d5bd799b3830c68381bb27f (commit)
       via  c82f56d9d760a9b4034eeaac44f2f0fa5779ff69 (commit)
       via  3398af6aa352b0611bc9d66aed72080a876e42d4 (commit)
       via  d47642c93dda6344af12458e4e26587f3353fb44 (commit)
       via  bae8023e39868ab2065ff05be61e151b3c082492 (commit)
      from  4ab98b5c97a88c913aa1dcdc7452bd044fca4ab5 (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=60ef20e28534cf093d5bd799b3830c68381bb27f

commit 60ef20e28534cf093d5bd799b3830c68381bb27f
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Thu Jan 9 16:56:22 2014 +0100

    ld: Remove Hurd-specific XFAILs related to weak symbols.
    
    This has been fixed properly, in glibc.
    
    	ld/testsuite/
    	* ld-elfweak/elfweak.exp (setup_xfail_gnu_hurd): Remove function
    	and all usage of it.

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

commit c82f56d9d760a9b4034eeaac44f2f0fa5779ff69
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Jan 8 21:42:07 2014 +0100

    Hurd: Adjust to startup-with-shell changes.
    
    In commit 98882a26513e25b2161b41dfd4bed97b59b2c01a, STARTUP_WITH_SHELL was made
    a runtime toggle, startup-with-shell.  The Hurd code was missed to be adjusted;
    it had a value hard-coded instead of using START_INFERIOR_TRAPS_EXPECTED.  Fix
    that, and also simplify gnu-nat's pending_execs handling from counting to just
    a flag.
    
    	gdb/
    	* gnu-nat.c (struct inf): Change pending_execs member to a 1-bit
    	flag.  Adjust all users; in particular...
    	(gnu_wait): ..., don't decrement its value in here...
    	(gnu_create_inferior): ..., and instead set the flag in here,
    	around the startup_inferior call, and call that one with
    	START_INFERIOR_TRAPS_EXPECTED.

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

commit 3398af6aa352b0611bc9d66aed72080a876e42d4
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Jan 6 16:28:00 2014 +0100

    Hurd: New RPC reply stub functions.
    
    	gdb/
    	* gnu-nat.c (ill_rpc): Remove function; replaced with this...
    	(ILL_RPC): ... new macro.
    	(do_mach_notify_no_senders, do_mach_notify_port_deleted)
    	(do_mach_notify_msg_accepted, do_mach_notify_port_destroyed)
    	(do_mach_notify_send_once, S_proc_setmsgport_reply)
    	(S_proc_getmsgport_reply, S_msg_sig_post_reply): Generate stub
    	functions with ILL_RPC macro.
    	(S_proc_pid2task_reply, S_proc_task2pid_reply)
    	(S_proc_task2proc_reply, S_proc_proc2task_reply)
    	(S_proc_pid2proc_reply, S_proc_getprocinfo_reply)
    	(S_proc_getprocargs_reply, S_proc_getprocenv_reply)
    	(S_proc_getloginid_reply, S_proc_getloginpids_reply)
    	(S_proc_getlogin_reply, S_proc_getsid_reply)
    	(S_proc_getsessionpgids_reply, S_proc_getsessionpids_reply)
    	(S_proc_getsidport_reply, S_proc_getpgrp_reply)
    	(S_proc_getpgrppids_reply, S_proc_get_tty_reply)
    	(S_proc_getnports_reply, S_proc_is_important_reply)
    	(S_proc_get_code_reply): New stub functions, generated with
    	ILL_RPC macro.
    
    Based on a patch by David Michael <fedora.dm0@gmail.com>.

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

commit d47642c93dda6344af12458e4e26587f3353fb44
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Jan 6 16:01:08 2014 +0100

    Hurd: Make MIG output parsing more robust.
    
    	gdb/
    	* reply_mig_hack.awk: In phase 5, keep going if we have not yet
    	collected the type check structures.
    
    Based on a patch by David Michael <fedora.dm0@gmail.com>.

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

commit bae8023e39868ab2065ff05be61e151b3c082492
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Jan 6 15:56:33 2014 +0100

    Hurd: Adapt to changed MIG output.
    
    	gdb/
    	* reply_mig_hack.awk: Don't expect to see the auto keyword.
    
    Based on a patch by David Michael <fedora.dm0@gmail.com>.

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

Summary of changes:
 gdb/ChangeLog                       |   34 ++++++++
 gdb/gnu-nat.c                       |  158 +++++++++++++++++++----------------
 gdb/reply_mig_hack.awk              |   10 ++-
 ld/testsuite/ld-elfweak/elfweak.exp |   17 ----
 4 files changed, 127 insertions(+), 92 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]