]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/m68k/m68k.h
bitops.md, [...]: Follow spelling conventions.
[thirdparty/gcc.git] / gcc / config / m68k / m68k.h
index e1b508e4b45ba024c5aa816af1d09aba4bbe6a97..39a5878089714f1f208389ac254cc11b363cc7c2 100644 (file)
@@ -288,7 +288,7 @@ Boston, MA 02110-1301, USA.  */
 #define PREFERRED_STACK_BOUNDARY (TARGET_COLDFIRE ? 32 : 16)
 
 /* No data type wants to be aligned rounder than this.
-   Most published ABIs say that ints should be aligned on 16 bit
+   Most published ABIs say that ints should be aligned on 16-bit
    boundaries, but CPUs with 32-bit busses get better performance
    aligned on 32-bit boundaries.  ColdFires without a misalignment
    module require 32-bit alignment.  */
@@ -918,7 +918,7 @@ __transfer_from_trampoline ()                                       \
            || (INTVAL (XEXP (X, 1)) == 8               \
                && (TARGET_COLDFIRE_FPU || !TARGET_COLDFIRE)))))
 
-/* Coldfire FPU only accepts addressing modes 2-5 */
+/* ColdFire FPU only accepts addressing modes 2-5.  */
 #define GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS(MODE, X, ADDR)           \
 { if (LEGITIMATE_BASE_REG_P (X)                                                \
       || ((GET_CODE (X) == PRE_DEC || GET_CODE (X) == POST_INC)                \