gdb and binutils branch master updated. 3c6256d29e2c528880a3cf8df43adf32c7780de5

nickc@sourceware.org nickc@sourceware.org
Tue Mar 25 16:51:00 GMT 2014


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  3c6256d29e2c528880a3cf8df43adf32c7780de5 (commit)
      from  bc9a55253ed7122cfeee90cd23d964f44c8b0e6a (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=3c6256d29e2c528880a3cf8df43adf32c7780de5

commit 3c6256d29e2c528880a3cf8df43adf32c7780de5
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Mar 25 16:50:10 2014 +0000

    This patch adds a new pseudo-op - .seh_code - to structured exception handling
    suite of ops.  It changes the current section back to the code section of the
    current function.  This is helpful because the code section may not be .text.
    
    	* config/obj-coff-seh.c (obj_coff_seh_code): New function -
    	switches the current segment back to the code segment recorded
    	when seh_proc was last invoked.
    	* config/obj-coff-seh.h (SEH_CMDS): Add seh_code.

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

Summary of changes:
 gas/ChangeLog             |    7 +++++++
 gas/config/obj-coff-seh.c |    7 +++++++
 gas/config/obj-coff-seh.h |    4 +++-
 3 files changed, 17 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils



More information about the Binutils-cvs mailing list