Re: Commit: MSP430: Add -mcpu= option

2014-01-21 Thread nick clifton
Hi Gerald, command-line option, I think, and I suggest to use code.../code 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 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

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 ni...@redhat.com *