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


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  f347ffc90a320a26394715e6f1629c856458ae15 (commit)
      from  fdb1adc6854e4240bd8ad940c57c93d48abcc040 (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=f347ffc90a320a26394715e6f1629c856458ae15

commit f347ffc90a320a26394715e6f1629c856458ae15
Author: Will Newton <will.newton@linaro.org>
Date:   Tue Jul 22 17:10:51 2014 +0100

    gdb/arm-linux-tdep.c: Handle Thumb2 signal trampolines
    
    Recent versions of glibc have assembled the signal trampoline code
    as Thumb2, which causes gdb to misinterpret them and a number of
    testsuite tests to fail. Educate gdb about these trampolines and
    get the tests running again.
    
    gdb/ChangeLog:
    
    2014-07-28  Will Newton  <will.newton@linaro.org>
    
    	* arm-linux-tdep.c (THUMB2_SET_R7_SIGRETURN1): New define.
    	(THUMB2_SET_R7_SIGRETURN2): Likewise.
    	(THUMB2_SET_R7_RT_SIGRETURN1): Likewise.
    	(THUMB2_SET_R7_RT_SIGRETURN2): Likewise.
    	(THUMB2_EABI_SYSCALL): Likewise.
    	(thumb2_eabi_linux_sigreturn_tramp_frame): Create new
    	struct tramp_frame.
    	(thumb2_eabi_linux_rt_sigreturn_tramp_frame): Likewise.
    	(arm_linux_init_abi): Add Thumb2 tramp frame unwinders.

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

Summary of changes:
 gdb/ChangeLog        |   12 ++++++++++++
 gdb/arm-linux-tdep.c |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 0 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]