aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-06-15 02:43:32 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-06-15 02:43:32 +0000
commit83f6221b98886998f42915bf5d594b2a2ae17c71 (patch)
treedbbc27e381bc1bb95c5659d3f0fd71e04190b1d0 /gcc
parentf5f9faee6de8533dc27ebe27cf560b6d6f1cea82 (diff)
downloadgcc-83f6221b98886998f42915bf5d594b2a2ae17c71.zip
gcc-83f6221b98886998f42915bf5d594b2a2ae17c71.tar.gz
gcc-83f6221b98886998f42915bf5d594b2a2ae17c71.tar.bz2
* config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
From-SVN: r125731
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/m68k/m68k.c14
2 files changed, 4 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5ac574e..4451b6d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c
index 353b84a..2d0cdc6 100644
--- a/gcc/config/m68k/m68k.c
+++ b/gcc/config/m68k/m68k.c
@@ -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