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. 646f4417760ab12c0d955dabf821d8737d94335a


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  646f4417760ab12c0d955dabf821d8737d94335a (commit)
       via  288c211f8c66a8d065cfd59f110e2fbc33ccce25 (commit)
       via  e0c0f156b4b0a32293c1a48c296d8035244e3951 (commit)
       via  0e5c45554bc3d274809e688d3bfb8e5438cc3539 (commit)
      from  c792917cdc10a5ada2f4f73ecb39c764756bf994 (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=646f4417760ab12c0d955dabf821d8737d94335a

commit 646f4417760ab12c0d955dabf821d8737d94335a
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Mar 7 12:23:47 2014 +0000

    Fix dw2-ifort-parameter.exp on PPC64
    
    On PPC64, 'func' and 'main' are function descriptors and don't point
    to the actual code.  Thus the usage of these symbols in the DWARF
    assembler source was broken.  The patch introduces new labels
    func_start and func_end for this purpose.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=288c211f8c66a8d065cfd59f110e2fbc33ccce25

commit 288c211f8c66a8d065cfd59f110e2fbc33ccce25
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Mar 7 11:52:54 2014 +0000

    Migrate dw2-ifort-parameter.exp to Dwarf::assemble
    
    A "side effect" of the migration to Dwarf::assemble is that the DWARF
    address size is now automatically adjusted to the target architecture.
    The original assembler source hard-coded the DWARF address size to 4,
    even on 64-bit architectures.  This address size mismatch caused a
    test case failure on s390x due to a wrong result from DW_OP_deref.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e0c0f156b4b0a32293c1a48c296d8035244e3951

commit e0c0f156b4b0a32293c1a48c296d8035244e3951
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Mar 7 11:45:49 2014 +0000

    Exploit 'prepare_for_testing' etc. for 'Dwarf::assemble'-generated files
    
    Now that prepare_for_testing etc. can cope with absolute path names,
    this can be exploited for test cases with generated source files.
    This is just to simplify the code and shouldn't cause any functional
    change.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0e5c45554bc3d274809e688d3bfb8e5438cc3539

commit 0e5c45554bc3d274809e688d3bfb8e5438cc3539
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Mar 7 10:23:42 2014 +0000

    gdb.exp: Support absolute path name args in 'prepare_for_testing' etc.
    
    Test cases that produce source files in the build directory have not
    been able to use prepare_for_testing and friends.  This was because
    build_executable_from_specs unconditionally prepended the source
    directory path name to its arguments.

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

Summary of changes:
 gdb/testsuite/ChangeLog                            |   31 +++++
 gdb/testsuite/gdb.dwarf2/arr-stride.exp            |   15 +--
 gdb/testsuite/gdb.dwarf2/arr-subrange.exp          |   15 +--
 .../gdb.dwarf2/dw2-ifort-parameter-debug.S         |  122 --------------------
 gdb/testsuite/gdb.dwarf2/dw2-ifort-parameter.c     |    8 +-
 gdb/testsuite/gdb.dwarf2/dw2-ifort-parameter.exp   |   44 +++++++-
 gdb/testsuite/gdb.dwarf2/dwz.exp                   |   15 +--
 gdb/testsuite/gdb.dwarf2/implptrconst.exp          |   13 +--
 gdb/testsuite/gdb.dwarf2/implptrpiece.exp          |   13 +--
 gdb/testsuite/gdb.dwarf2/method-ptr.exp            |   15 +--
 gdb/testsuite/gdb.dwarf2/missing-sig-type.exp      |   15 +--
 gdb/testsuite/gdb.dwarf2/nostaticblock.exp         |   15 +--
 gdb/testsuite/gdb.dwarf2/subrange.exp              |   15 +--
 gdb/testsuite/lib/gdb.exp                          |   11 ++-
 14 files changed, 107 insertions(+), 240 deletions(-)
 delete mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ifort-parameter-debug.S


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]