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 hjl/linux/master updated. aa2934fadafca120a6227a3ac0b54583babaa3a4


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, hjl/linux/master has been updated
       via  aa2934fadafca120a6227a3ac0b54583babaa3a4 (commit)
       via  b7365e5df5b41bc23a2a1464d93ed6435d87a056 (commit)
       via  61d4dbf7fed9387a1d1fa7dd979d0f0087e9a090 (commit)
       via  a13c5393d524f93b87e14475357cef2d585201f7 (commit)
       via  df1b803ada346835ca3372408555b28e1f9795f2 (commit)
       via  642a8d806780150b62e3a0381a8d995212bdf442 (commit)
       via  ddb9f679fa9f54633442c46574b8e5b0ca45a786 (commit)
       via  3972882e52d7199000bb5dfc753a86aa296a567a (commit)
       via  82cf9cb2653b39c426f330854c64028eab4cb65d (commit)
       via  86e4ed39595933e04a9dcbc7dec18c1056c9cbe1 (commit)
       via  7c50a93137df660f7b2d9d68c0db748a9cb7868f (commit)
       via  fbad6518c1397939ea2d832eea7e53f2147759a8 (commit)
       via  cbcb23fa01027a7fe1be938d58ef8e7a60b5fb7e (commit)
       via  ba715d7fe49c8a59660fbd571b935b29eb7cfbdb (commit)
       via  53df40a43c968f4d97754226d62775d1fe665459 (commit)
       via  621661e3faf809d4f28bb84e94e30c1c8a8cc933 (commit)
       via  e4429773bbd150781b6a45183339390f8a5913dc (commit)
       via  1611bc4afb0f08f0aff64ec355b8d68e9f4f0a73 (commit)
       via  858339f2b7aafe199c1cd07fc8d4a7c8130aa285 (commit)
       via  db6b071a97893d5c7bf34e7fb171a0b710ea736d (commit)
       via  4759c34e128035e57b06a7b3d7c58f135061c6da (commit)
      from  de5cac703269e75c94f360c1b5f44078a5064fe5 (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=aa2934fadafca120a6227a3ac0b54583babaa3a4

commit aa2934fadafca120a6227a3ac0b54583babaa3a4
Merge: 61d4dbf b7365e5
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 5 05:00:23 2014 -0800

    Merge remote-tracking branch 'origin/master' into hjl/linux/master

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

commit 61d4dbf7fed9387a1d1fa7dd979d0f0087e9a090
Merge: de5cac7 a13c539
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 5 04:23:33 2014 -0800

    Merge remote-tracking branch 'origin/master' into hjl/linux/master

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

Summary of changes:
 bfd/ChangeLog                                    |   47 +++++
 bfd/compress.c                                   |    2 +
 bfd/elf-bfd.h                                    |    3 +
 bfd/elf-ifunc.c                                  |  125 ++++++++++++
 bfd/elf32-i386.c                                 |  101 +++++++---
 bfd/elf64-x86-64.c                               |  237 +++++++---------------
 bfd/elflink.c                                    |  158 ++++++++++++++
 bfd/libbfd.c                                     |  127 +++---------
 bfd/opncls.c                                     |   14 +-
 bfd/version.h                                    |    2 +-
 binutils/ChangeLog                               |    6 +
 binutils/objdump.c                               |    1 +
 gdb/ChangeLog                                    |   52 +++++
 gdb/NEWS                                         |    3 +
 gdb/block.c                                      |   25 +++
 gdb/block.h                                      |    8 +
 gdb/build-id.c                                   |    4 +-
 gdb/build-id.h                                   |    4 +
 gdb/doc/ChangeLog                                |    9 +
 gdb/doc/python.texi                              |   22 ++
 gdb/linespec.c                                   |    7 +-
 gdb/mips-linux-tdep.c                            |  113 ++++++++++-
 gdb/python/py-objfile.c                          |   80 ++++++++
 gdb/symtab.c                                     |    4 +-
 gdb/testsuite/ChangeLog                          |   34 +++
 gdb/testsuite/configure                          |  177 ++++++++++++++++-
 gdb/testsuite/configure.ac                       |   19 ++
 gdb/testsuite/gdb.arch/i386-bp_permanent.exp     |    4 +-
 gdb/testsuite/gdb.cp/expand-psymtabs-cxx.exp     |    6 +-
 gdb/testsuite/gdb.cp/nsalias.exp                 |   12 +-
 gdb/testsuite/gdb.dwarf2/dw2-canonicalize-type.S |    3 +-
 gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.c  |    9 +
 gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S    |    2 +-
 gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp  |    2 +-
 gdb/testsuite/gdb.dwarf2/pr11465.S               |    8 +-
 gdb/testsuite/gdb.guile/scm-error.exp            |    8 +-
 gdb/testsuite/gdb.guile/scm-frame-args.exp       |    5 +-
 gdb/testsuite/gdb.guile/scm-section-script.exp   |    6 +-
 gdb/testsuite/gdb.python/py-objfile.exp          |   36 ++++
 gdb/testsuite/lib/gdb.exp                        |   23 ++-
 gdb/tramp-frame.c                                |    4 +
 gdb/tramp-frame.h                                |    7 +
 gdb/utils.c                                      |   17 ++
 gdb/utils.h                                      |    5 +
 gold/ChangeLog                                   |   27 +++
 gold/powerpc.cc                                  |   65 ++++---
 gold/symtab.cc                                   |    1 -
 gold/testsuite/Makefile.am                       |    1 +
 gold/testsuite/Makefile.in                       |   24 ++-
 ld/testsuite/ChangeLog                           |    7 +
 ld/testsuite/ld-powerpc/vxworks-relax-2.rd       |    4 +-
 ld/testsuite/ld-powerpc/vxworks-relax.rd         |    4 +-
 ld/testsuite/ld-sh/sh64/reldl32.rd               |    4 +-
 ld/testsuite/ld-sh/sh64/reldl64.rd               |    4 +-
 54 files changed, 1289 insertions(+), 393 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]