This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
gdb and binutils branch master updated. fad16e308cc96f460d74cf240b76b414c331d7fa
- From: sandra at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 22 Apr 2014 17:56:54 -0000
- Subject: gdb and binutils branch master updated. fad16e308cc96f460d74cf240b76b414c331d7fa
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 fad16e308cc96f460d74cf240b76b414c331d7fa (commit)
from 43c001c7d638bde9f310fdc3a199e02036f7b205 (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=fad16e308cc96f460d74cf240b76b414c331d7fa
commit fad16e308cc96f460d74cf240b76b414c331d7fa
Author: Sandra Loosemore <sandra@codesourcery.com>
Date: Tue Apr 22 10:56:02 2014 -0700
Fix Nios II assembler self-test mode.
2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
gas/
* config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
unbreak self-test mode.
gas/testsuite/
* gas/nios2/selftest.s: New.
* gas/nios2/selftest.d: New.
-----------------------------------------------------------------------
Summary of changes:
gas/config/tc-nios2.c | 1 +
gas/testsuite/gas/nios2/selftest.d | 18 +++++
gas/testsuite/gas/nios2/selftest.s | 134 ++++++++++++++++++++++++++++++++++++
3 files changed, 153 insertions(+), 0 deletions(-)
create mode 100644 gas/testsuite/gas/nios2/selftest.d
create mode 100644 gas/testsuite/gas/nios2/selftest.s
hooks/post-receive
--
gdb and binutils