public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* gdb and binutils branch hjl/linux/master updated. 7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86
@ 2014-12-20 14:32 hjl
  0 siblings, 0 replies; only message in thread
From: hjl @ 2014-12-20 14:32 UTC (permalink / raw)
  To: binutils-cvs, gdb-cvs, src-cvs

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  7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86 (commit)
       via  edd040225dd6d2ea003276931a73d5ba1117c5a1 (commit)
       via  13a1997e6688d79ee01f1b082f7a220901c8cf34 (commit)
       via  0866e94c879f256ddb1bb7149c5f9fc7b80fda89 (commit)
       via  13e322759bd9d6d64e68b200084341681687fb74 (commit)
       via  d340a82588df5d54ead90124f3dce5bb750665d6 (commit)
       via  6e8ec71244d3bb6a1223d07965066b7b9836ab7d (commit)
       via  bb7e3f4d51bf73843de0572af17ee1b6cf1167db (commit)
      from  88749b30be67c568d4a7ecd81326354b76406d4d (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=7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86

commit 7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86
Merge: edd0402 13a1997
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Dec 20 06:26:15 2014 -0800

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

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

commit edd040225dd6d2ea003276931a73d5ba1117c5a1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Dec 20 06:23:23 2014 -0800

    Apply binutils-pr14675.patch

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

Summary of changes:
 bfd/version.h                                     |    2 +-
 gas/ChangeLog                                     |    7 +
 gas/config/tc-mips.c                              |   12 +-
 gas/testsuite/ChangeLog                           |   15 ++
 gas/testsuite/gas/mips/ldpc-unalign.l             |    9 +
 gas/testsuite/gas/mips/ldpc-unalign.s             |   18 ++
 gas/testsuite/gas/mips/mips.exp                   |    1 +
 gas/testsuite/gas/mips/octeon3.d                  |   26 +-
 gas/testsuite/gas/mips/r6-64-n32.d                |   17 +-
 gas/testsuite/gas/mips/r6-64-n64.d                |   25 ++-
 gas/testsuite/gas/mips/r6-64.s                    |   19 +-
 gdb/ChangeLog                                     |   14 +
 gdb/Makefile.in                                   |    3 +-
 gdb/NEWS                                          |    4 +
 gdb/configure.tgt                                 |    5 +
 gdb/defs.h                                        |    1 +
 gdb/mips-sde-tdep.c                               |  270 +++++++++++++++++++++
 gdb/osabi.c                                       |    1 +
 ld/testsuite/ChangeLog                            |   27 ++
 ld/testsuite/ld-mips-elf/attr-gnu-4-00.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-01.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-02.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-03.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-08.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-10.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-11.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-18.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-20.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-22.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-28.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-30.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-33.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-38.d          |    2 +-
 ld/testsuite/ld-mips-elf/attr-gnu-4-44.d          |    2 +-
 ld/testsuite/ld-mips-elf/mips-elf.exp             |    9 +-
 ld/testsuite/ld-mips-elf/undefweak-overflow-n32.d |   23 --
 ld/testsuite/ld-mips-elf/undefweak-overflow-n64.d |   23 --
 ld/testsuite/ld-mips-elf/undefweak-overflow.d     |   42 ++--
 ld/testsuite/ld-mips-elf/undefweak-overflow.s     |   27 ++-
 patches/README                                    |    1 +
 patches/binutils-pr14675.patch                    |  197 +++++++++++++++
 41 files changed, 694 insertions(+), 134 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/ldpc-unalign.l
 create mode 100644 gas/testsuite/gas/mips/ldpc-unalign.s
 create mode 100644 gdb/mips-sde-tdep.c
 delete mode 100644 ld/testsuite/ld-mips-elf/undefweak-overflow-n32.d
 delete mode 100644 ld/testsuite/ld-mips-elf/undefweak-overflow-n64.d
 create mode 100644 patches/binutils-pr14675.patch


hooks/post-receive
-- 
gdb and binutils


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-20 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-20 14:32 gdb and binutils branch hjl/linux/master updated. 7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86 hjl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).