]> gcc.gnu.org Git - gcc.git/commitdiff
m88k.h (GLOBAL_ASM_OP): Add missing tab.
authorNick Clifton <nickc@redhat.com>
Tue, 7 Nov 2000 23:32:16 +0000 (23:32 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 7 Nov 2000 23:32:16 +0000 (23:32 +0000)
* config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
(INTERNAL_ASM_OP): Add missing tab.

From-SVN: r37304

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

index 4c2a7f89bb6d67d662295225de6709ce63988465..ccb6c5c466d59301c94caf4d427871602112048d 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 5e7276f9b2a3e7c0f1b6d70321d8b05fb57fcb41..36cf4d1d82a0c8d8a0c6847c0bcfe0d005184321 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"
This page took 0.074246 seconds and 5 git commands to generate.