OSDN Git Service

* config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Nov 2000 23:32:16 +0000 (23:32 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Nov 2000 23:32:16 +0000 (23:32 +0000)
(INTERNAL_ASM_OP): Add missing tab.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37304 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m88k/m88k.h

index 4c2a7f8..ccb6c5c 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
+       (INTERNAL_ASM_OP): Add missing tab.
+
 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * alias.c (init_alias_analysis), calls.c (expand_call,
index 5e7276f..36cf4d1 100644 (file)
@@ -1719,7 +1719,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
 #define FILE_ASM_OP            "\tfile\t"
 #define SECTION_ASM_OP         "\tsection\t"
 #define SET_ASM_OP             "\tdef\t"
-#define GLOBAL_ASM_OP          "\tglobal\"
+#define GLOBAL_ASM_OP          "\tglobal\t"
 #define ALIGN_ASM_OP           "\talign\t"
 #define SKIP_ASM_OP            "\tzero\t"
 #define COMMON_ASM_OP          "\tcomm\t"
@@ -1753,7 +1753,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
        fputc ('\n', FILE); } while (0)
 
 /* These are specific to version 03.00 assembler syntax.  */
-#define INTERNAL_ASM_OP                "\tlocal\"
+#define INTERNAL_ASM_OP                "\tlocal\t"
 #define VERSION_ASM_OP         "\tversion\t"
 #define UNALIGNED_SHORT_ASM_OP "\tuahalf\t"
 #define UNALIGNED_INT_ASM_OP   "\tuaword\t"