diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-05-16 16:47:14 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-05-16 16:47:14 +0000 |
commit | 997b26e88c671e48527144e80536e206d655f685 (patch) | |
tree | 1652addd5396a1765fd46c9e596cf0d52f21d172 /gas | |
parent | af65e5888e7119f02ee63a93d8c8ffc2424aa6eb (diff) | |
download | ppe42-binutils-997b26e88c671e48527144e80536e206d655f685.tar.gz ppe42-binutils-997b26e88c671e48527144e80536e206d655f685.zip |
* doc/c-msp430.texi: Fix typo.
also: * ChangeLog: Fix entry.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/doc/c-msp430.texi | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ee6e25191a..de64c90e34 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2013-05-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> + + * doc/c-msp430.texi: Fix typo. + 2013-05-16 Tristan Gingold <gingold@adacore.com> * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC @@ -7,7 +11,7 @@ * config/tc-msp430.c: Make -mmcu recognise more part numbers. Add -mcpu command to specify core type. - * doc/c-msp430.c: Update documentation. + * doc/c-msp430.texi: Update documentation. 2013-05-09 Andrew Pinski <apinski@cavium.com> diff --git a/gas/doc/c-msp430.texi b/gas/doc/c-msp430.texi index b8f30711ba..538133a6de 100644 --- a/gas/doc/c-msp430.texi +++ b/gas/doc/c-msp430.texi @@ -32,7 +32,7 @@ selects the mpu arch. If the architecture is 430Xv2 then this also enables NOP generation unless the @option{-mN} is also specified. -@ietm -mcpu +@item -mcpu selects the cpu architecture. If the architecture is 430Xv2 then this also enables NOP generation unless the @option{-mN} is also specified. |