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. 52d7fb1303dcc15fab68b89cf1dd8d2d719c7bb6


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  52d7fb1303dcc15fab68b89cf1dd8d2d719c7bb6 (commit)
      from  eec2f3ed9f053653ed5d629eb50e08e3ee61e9bd (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=52d7fb1303dcc15fab68b89cf1dd8d2d719c7bb6

commit 52d7fb1303dcc15fab68b89cf1dd8d2d719c7bb6
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Jan 10 15:37:36 2014 +0000

    Since upstream gcc has recently increased the function alignment on
    S390, the dw2-dir-file-name test case fails in the first
    gdb_continue_to_breakpoint.  Indeed, the breakpoint is now placed into
    the alignment gap *before* the actual function.
    
    This happens because the test case declares the respective "*_start"
    symbol as a "loose" label before the function definition, and the
    compiler inserts the alignment between that label and the function
    itself.
    
    The "*_start" symbols were only necessary because FUNC made the
    function static.  The fix makes the functions extern instead, thus
    making the "*_start" labels unnecessary.
    
    testsuite/
    2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
    	    Pedro Alves <palves@redhat.com>
    
    	* gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
    	Make "name" extern.
    	* gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
    	references to ${name}_start by references to ${name}.

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

Summary of changes:
 gdb/testsuite/ChangeLog                        |    8 ++++++++
 gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.c   |    3 +--
 gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp |    6 +++---
 3 files changed, 12 insertions(+), 5 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]