gdb and binutils branch master updated. 7d64c587c15f290d228ca550bb288d53f0eb2ac4
abennett@sourceware.org
abennett@sourceware.org
Wed Apr 23 12:09:00 GMT 2014
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 7d64c587c15f290d228ca550bb288d53f0eb2ac4 (commit)
from cd0449ab05e9045682a81bf521bd0c8732c98feb (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=7d64c587c15f290d228ca550bb288d53f0eb2ac4
commit 7d64c587c15f290d228ca550bb288d53f0eb2ac4
Author: Andrew Bennett <andrew.bennett@imgtec.com>
Date: Wed Apr 23 11:24:30 2014 +0100
Add support for the MIPS eXtended Physical Address (XPA) ASE.
ChangeLog:
binutils/
* doc/binutils.texi: Document the disassemble MIPS XPA instructions
command line option.
gas/
* config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
(md_longopts): Add xpa and no-xpa command line options.
(mips_ases): Add MIPS XPA ASE.
(mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
* doc/as.texinfo: Document the MIPS XPA command line options.
* doc/c-mips.texi: Document the MIPS XPA command line options,
and assembler directives.
gas/testsuite/
* gas/mips/mips.exp: Add xpa tests.
* gas/mips/xpa.s: New test.
* gas/mips/xpa.d: Likewise.
include/
* opcode/mips.h (ASE_XPA): New define.
opcodes/
* mips-dis.c (mips_arch_choices): Update mips32r2 and mips64r2
to allow the MIPS XPA ASE.
(parse_mips_dis_option): Process the -Mxpa option.
* mips-opc.c (XPA): New define.
(mips_builtin_opcodes): Add MIPS XPA instructions and move the
locations of the ctc0 and cfc0 instructions.
-----------------------------------------------------------------------
Summary of changes:
binutils/ChangeLog | 5 +++++
binutils/doc/binutils.texi | 3 +++
gas/ChangeLog | 10 ++++++++++
gas/config/tc-mips.c | 15 +++++++++++++--
gas/doc/as.texinfo | 7 +++++++
gas/doc/c-mips.texi | 13 +++++++++++++
gas/testsuite/ChangeLog | 6 ++++++
gas/testsuite/gas/mips/mips.exp | 2 ++
gas/testsuite/gas/mips/xpa.d | 24 ++++++++++++++++++++++++
gas/testsuite/gas/mips/xpa.s | 29 +++++++++++++++++++++++++++++
include/ChangeLog | 4 ++++
include/opcode/mips.h | 2 ++
opcodes/ChangeLog | 9 +++++++++
opcodes/mips-dis.c | 14 ++++++++++++--
opcodes/mips-opc.c | 21 +++++++++++++++++++--
15 files changed, 158 insertions(+), 6 deletions(-)
create mode 100644 gas/testsuite/gas/mips/xpa.d
create mode 100644 gas/testsuite/gas/mips/xpa.s
hooks/post-receive
--
gdb and binutils
More information about the Binutils-cvs
mailing list