]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 15 Jun 2007 02:43:32 +0000 (02:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 15 Jun 2007 02:43:32 +0000 (02:43 +0000)
From-SVN: r125731

gcc/ChangeLog
gcc/config/m68k/m68k.c

index 5ac574e7aa27e915ac552d4b794917a12cd0879b..4451b6dfe832abfd7fb22da41aa0fe63e8553e08 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-15  Kazu Hirata  <kazu@codesourcery.com>
+
+       * config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
+
 2007-06-14  Eric Christopher  <echristo@apple.com>
 
        * config/i386/sse.md (movdi_to_sse): Rewrite body.
index 353b84a42f4b0b982d35d1cb19d1a8eb35bb7da2..2d0cdc68454ec62f509a6119daf2c655c09e9456 100644 (file)
@@ -57,20 +57,6 @@ enum reg_class regno_reg_class[] =
 };
 
 
-/* The ASM_DOT macro allows easy string pasting to handle the differences
-   between MOTOROLA and MIT syntaxes in asm_fprintf(), which doesn't
-   support the %. option.  */
-#if MOTOROLA
-# define ASM_DOT "."
-# define ASM_DOTW ".w"
-# define ASM_DOTL ".l"
-#else
-# define ASM_DOT ""
-# define ASM_DOTW ""
-# define ASM_DOTL ""
-#endif
-
-
 /* The minimum number of integer registers that we want to save with the
    movem instruction.  Using two movel instructions instead of a single
    moveml is about 15% faster for the 68020 and 68030 at no expense in