This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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. 0f04edc1c96a949882f8d8f7e685d41b85d7e8a0


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  0f04edc1c96a949882f8d8f7e685d41b85d7e8a0 (commit)
       via  a36b58a9d2cd44366893734f4a592ca361063163 (commit)
       via  d3c3a746384d51232ae67641d5a22902a69f339d (commit)
       via  49a8347dbf23f6287575863ae9f6cdb31d3d3000 (commit)
       via  34b822e3bc707d31e8b8f07cfe264845bc3c6697 (commit)
       via  a5262f834a754dcc37db768c1ee24d7ae52247e5 (commit)
       via  a78ad74bbfbe2bee6b2909e9574892d38082e4ea (commit)
       via  d85e71fec0aa4d9d8ca0d8c2401cd8ab69fe2edc (commit)
       via  6b6aa828818fa4a5754fb8520751077146d9d16c (commit)
       via  5d6df423905215fc5ef796f20525cd84f92c3a8e (commit)
       via  d9d94ac86ba0193c897d1fc80b551996ae959d50 (commit)
       via  3ba720c788c2845c93a6dfe592f36163cbfa63fd (commit)
       via  598beeff91ca20aa09586d8b39eae8a1ae83baa0 (commit)
       via  8e75a78f36867b1454e830ef59cc31384fb7b21e (commit)
      from  419909418aa11876355005f85dca8c0dfd6ee465 (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=0f04edc1c96a949882f8d8f7e685d41b85d7e8a0

commit 0f04edc1c96a949882f8d8f7e685d41b85d7e8a0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Jan 26 09:04:31 2014 -0800

    Add and apply binutils-pr16496.patch

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

commit a36b58a9d2cd44366893734f4a592ca361063163
Merge: 4199094 d3c3a74
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Jan 26 08:49:30 2014 -0800

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

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

Summary of changes:
 bfd/ChangeLog                  |    7 +-
 bfd/elf64-ppc.c                |    9 +-
 bfd/version.h                  |    2 +-
 gas/ChangeLog                  |   19 +
 gas/config/tc-msp430.c         |  105 ++++--
 gas/config/tc-msp430.h         |    7 +-
 gdb/ChangeLog                  |   11 +
 gdb/corelow.c                  |    2 +-
 gdb/remote.c                   |   10 +-
 ld/ChangeLog                   |   13 +
 ld/emultempl/elf32.em          |    6 +
 ld/ldlang.c                    |  134 ++++---
 ld/testsuite/ChangeLog         |   17 +
 ld/testsuite/ld-elf/pr16498a.d |    9 +
 ld/testsuite/ld-elf/pr16498a.s |   23 ++
 ld/testsuite/ld-elf/pr16498a.t |    6 +
 ld/testsuite/ld-elf/pr16498b.d |   10 +
 ld/testsuite/ld-elf/pr16498b.t |    6 +
 patches/README                 |    1 +
 patches/binutils-pr16496.patch |  807 ++++++++++++++++++++++++++++++++++++++++
 20 files changed, 1100 insertions(+), 104 deletions(-)
 create mode 100644 ld/testsuite/ld-elf/pr16498a.d
 create mode 100644 ld/testsuite/ld-elf/pr16498a.s
 create mode 100644 ld/testsuite/ld-elf/pr16498a.t
 create mode 100644 ld/testsuite/ld-elf/pr16498b.d
 create mode 100644 ld/testsuite/ld-elf/pr16498b.t
 create mode 100644 patches/binutils-pr16496.patch


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]