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 master updated. a52e6fd34add3dbf267ac78e4d7912a0a3f65ece


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  a52e6fd34add3dbf267ac78e4d7912a0a3f65ece (commit)
      from  d68d7e6b82b5dbdcc98dcb8c03530f3ed1f6173a (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=a52e6fd34add3dbf267ac78e4d7912a0a3f65ece

commit a52e6fd34add3dbf267ac78e4d7912a0a3f65ece
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Tue Mar 18 17:41:43 2014 +0000

    Enable verbose error messages by default for AArch64 gas.
    
    gas/
    
    	* config/tc-aarch64.c (aarch64_opts): Add new option
    	"mno-verbose-error".
    	(verbose_error_p): Initialize to 1.
    	* doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
    	and -mno-verbose-error.
    
    gas/testsuite/
    
    	* gas/aarch64/illegal.d: Pass -mno-verbose-error.
    	* gas/aarch64/verbose-error.s: Add more verbose message testcases.
    	* gas/aarch64/verbose-error.l: Ditto.

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

Summary of changes:
 gas/ChangeLog                             |    8 ++
 gas/config/tc-aarch64.c                   |    8 +-
 gas/doc/c-aarch64.texi                    |    9 ++
 gas/testsuite/ChangeLog                   |    6 ++
 gas/testsuite/gas/aarch64/illegal.d       |    2 +-
 gas/testsuite/gas/aarch64/verbose-error.l |  132 +++++++++++++++++++++++++++++
 gas/testsuite/gas/aarch64/verbose-error.s |   42 +++++++++
 7 files changed, 203 insertions(+), 4 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]