Re: Commit: MSP430: Add -mcpu= option

2014-01-21 Thread nick clifton
Hi Gerald, "command-line option", I think, and I suggest to use ... around the actual options. OK - I have made those changes and committed the result. Cheers Nick

Re: Commit: MSP430: Add -mcpu= option

2014-01-20 Thread Gerald Pfeifer
nick clifton wrote:> >Is the following acceptable ? I even remembered to run it through the >validator... Nice. "command-line option", I think, and I suggest to use ... around the actual options. Gerald

Re: Commit: MSP430: Add -mcpu= option

2014-01-20 Thread nick clifton
Hi Gerald, Mind adding an entry to the release notes? Happy to help if you have any questions. Is the following acceptable ? I even remembered to run it through the validator... Cheers Nick Index: htdocs/gcc-4.9/changes.html

Re: Commit: MSP430: Add -mcpu= option

2014-01-19 Thread Gerald Pfeifer
Nick Clifton wrote: > I am committing the attached patch to add a -mcpu= command line option > to the MSP430 backend. This allows the selection of the ISA to be > used, and it operates independently of the -mmcu= command line option. Mind adding an entry to the release notes? Happy to help if y

Commit: MSP430: Add -mcpu= option

2014-01-17 Thread Nick Clifton
Hi Guys, I am committing the attached patch to add a -mcpu= command line option to the MSP430 backend. This allows the selection of the ISA to be used, and it operates independently of the -mmcu= command line option. gcc/ChangeLog 2014-01-17 Nick Clifton * config/msp430/msp430.