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. 8e75a78f36867b1454e830ef59cc31384fb7b21e


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  8e75a78f36867b1454e830ef59cc31384fb7b21e (commit)
      from  d923cae027fb7f86d6b684c9084c5521fef0ed56 (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=8e75a78f36867b1454e830ef59cc31384fb7b21e

commit 8e75a78f36867b1454e830ef59cc31384fb7b21e
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Jan 23 17:08:24 2014 +0000

    Remove the display of known MCU names from the MSP430 port of GAS.
    
    New MSP430 MCU parts are being created by TI all the time and the
    list is basically always out of date.  Instead any name will be
    accepted by the -mmcu= command line option.  ISA selection is now
    based upon the -mcpu= command line option, just as is done for GCC.
    
    gas/ChangeLog
    	* config/tc-msp430.c (show_mcu_list): Delete.
    	(md_parse_option): Accept any MCU name.  Accept several more
    	variants for the -mcpu option.
    	(md_show_usage): Do not call show_mcu_list.

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

Summary of changes:
 gas/ChangeLog          |    7 ++++++
 gas/config/tc-msp430.c |   52 ++++++++++++++---------------------------------
 2 files changed, 23 insertions(+), 36 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]