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. bf7279d5358c47b90b89c4b6b5f8be9960120be2


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  bf7279d5358c47b90b89c4b6b5f8be9960120be2 (commit)
      from  62ebcb5cbedf0fdc0b5faaa05e46aa43ced2aa68 (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=bf7279d5358c47b90b89c4b6b5f8be9960120be2

commit bf7279d5358c47b90b89c4b6b5f8be9960120be2
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Apr 9 07:03:53 2014 +0930

    ppc476 gas warn on data in code sections
    
    	* config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
    	New static vars.
    	(md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
    	(ppc_elf_cons_fix_check): New function.
    	(md_assemble): Set last_insn, last_seg, last_subseg.
    	(ppc_byte, md_apply_fix): Handle warn_476.
    	* config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
    	(ppc_elf_cons_fix_check): Declare.
    	* read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.

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

Summary of changes:
 gas/ChangeLog       |   12 +++++++++
 gas/config/tc-ppc.c |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 gas/config/tc-ppc.h |    4 +++
 gas/read.c          |    9 +++++++
 4 files changed, 87 insertions(+), 1 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]