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. 0b35dfeec64597fe12495295f6d5e9b12131a390


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  0b35dfeec64597fe12495295f6d5e9b12131a390 (commit)
      from  91662bad25e6367e37b15c17ed1bca2a72b9c090 (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=0b35dfeec64597fe12495295f6d5e9b12131a390

commit 0b35dfeec64597fe12495295f6d5e9b12131a390
Author: mfortune <matthew.fortune@imgtec.com>
Date:   Wed May 7 23:33:47 2014 +0100

    Consolidate file_mips_xxx variables.
    
    gas/
    	* config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
    	Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
    	(file_mips_gp32, file_mips_fp32, file_mips_soft_float,
    	file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
    	one struct...
    	(file_mips_opts): Here. New static global. Update throughout.
    	(mips_opts): Update defaults for gp32 and fp.

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

Summary of changes:
 gas/ChangeLog        |   10 +++
 gas/config/tc-mips.c |  170 +++++++++++++++++++++++++-------------------------
 2 files changed, 94 insertions(+), 86 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]