m88k.h (GLOBAL_ASM_OP): Add missing tab.

* config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
	(INTERNAL_ASM_OP): Add missing tab.

From-SVN: r37304
This commit is contained in:
Nick Clifton 2000-11-07 23:32:16 +00:00 committed by Hans-Peter Nilsson
parent 961192e1dd
commit d7cac874d7
2 changed files with 7 additions and 2 deletions

View 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,

View 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"