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. 5cf709fcef254c3b88db769645afe1ae4e10849c


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  5cf709fcef254c3b88db769645afe1ae4e10849c (commit)
      from  30ff96cb948ed6a272d01effaae1f270cc4462f4 (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=5cf709fcef254c3b88db769645afe1ae4e10849c

commit 5cf709fcef254c3b88db769645afe1ae4e10849c
Author: Pedro Alves <palves@redhat.com>
Date:   Tue Oct 22 12:16:51 2013 +0100

    Fix up a couple oddities in GDB's signal names and strings.
    
    - The Mach exception/signals escaped the TARGET_ -> GDB_ prefix change
      done a while ago, but there's no real reason for that.  I grepped
      for TARGET_EXC and fixed all found, which unsurprisingly, means
      darwin-nat.c needed fixing.  I think the change there is as obvious
      and trivial as it can get, so I'd be quite surprised if this broke
      anything there somehow.
    
    - GDB_SIGNAL_LAST's description string was unnecessarily inconsistent
      with the enum name.
    
    Built on x86_64 Fedora 17.
    
    gdb/
    2013-10-22  Pedro Alves  <palves@redhat.com>
    
    	* include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
    	GDB_EXC_BAD_ACCESS.
    	(TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
    	(TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
    	(TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
    	(TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
    	(TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
    	(GDB_SIGNAL_LAST): Change description string.
    	* common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
    	Adjust to signal renaming.
    	* darwin-nat.c (darwin_decode_message): Likewise.

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

Summary of changes:
 gdb/common/signals.c    |   24 ++++++++++++------------
 gdb/darwin-nat.c        |   12 ++++++------
 include/gdb/signals.def |   14 +++++++-------
 3 files changed, 25 insertions(+), 25 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]