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. 267418593cfb3986a924024a28e3283626399301


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  267418593cfb3986a924024a28e3283626399301 (commit)
      from  7af4e273070de20d0a46239569ab8a518b713310 (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=267418593cfb3986a924024a28e3283626399301

commit 267418593cfb3986a924024a28e3283626399301
Author: Yao Qi <yao@codesourcery.com>
Date:   Sat Nov 22 21:22:01 2014 +0800

    [arm] Fix fails in dw2-compdir-oldgcc.exp
    
    This patch fixes two fails in dw2-compdir-oldgcc.exp I've seen on arm
    target thumb mode.
    
      FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc42
      FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43
    
    When fill in DW_AT_low_pc, the label should be used rather than the
    function, otherwise, the LSB bit of the address in DW_AT_low_pc is
    set and the debug info is wrong.  This patch is to add two labels for
    functions gcc42 and gcc43 respectively, and use them.  These two
    fails are fixed.
    
    gdb/testsuite:
    
    2014-11-22  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
    	and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
    	Use .Lgcc43_procstart instead of gcc43.

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

Summary of changes:
 gdb/testsuite/ChangeLog                       |    6 ++++++
 gdb/testsuite/gdb.dwarf2/dw2-compdir-oldgcc.S |   10 ++++++----
 2 files changed, 12 insertions(+), 4 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]