gcc/gcc/config/msp430
David Malcolm 90aaff2cde Remove trailing period from various diagnostic messages (PR translation/79923)
gcc/ChangeLog:
	PR translation/79923
	* auto-profile.c (get_combined_location): Convert leading
	character of diagnostics to lower case and remove trailing period.
	(read_profile): Likewise for various diagnostics.
	* config/arm/arm.c (arm_option_override): Remove trailing period
	from various diagnostics.
	* config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
	(msp430_expand_delay_cycles): Likewise.

From-SVN: r246067
2017-03-11 01:43:48 +00:00
..
README.txt
constraints.md Update copyright years. 2017-01-01 13:07:43 +01:00
driver-msp430.c driver-msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file as of September 2016. 2017-01-10 15:59:20 -05:00
msp430-c.c Update copyright years. 2017-01-01 13:07:43 +01:00
msp430-modes.def msp430-modes.def (PSI): Add. 2014-10-14 17:35:03 -04:00
msp430-opts.h Update copyright years. 2017-01-01 13:07:43 +01:00
msp430-protos.h Update copyright years. 2017-01-01 13:07:43 +01:00
msp430.c Remove trailing period from various diagnostic messages (PR translation/79923) 2017-03-11 01:43:48 +00:00
msp430.h Update copyright years. 2017-01-01 13:07:43 +01:00
msp430.md Update copyright years. 2017-01-01 13:07:43 +01:00
msp430.opt re PR translation/79019 (translatable string typo in cif-code.def:141) 2017-01-09 22:48:33 +01:00
predicates.md Update copyright years. 2017-01-01 13:07:43 +01:00
t-msp430 Update copyright years. 2017-01-01 13:07:43 +01:00

README.txt

Random Notes
------------

The MSP430 port does not use leading underscores.  However, the
assembler has no way of differentiating between, for example, register
R12 and symbol R12.  So, if you do "int r12;" in your C program, you
may get an assembler error, and will certainly have runtime problems.