Commit d7cac874 by Nick Clifton Committed by Hans-Peter Nilsson

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
parent 961192e1
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> 2000-11-07 Joseph S. Myers <jsm28@cam.ac.uk>
* alias.c (init_alias_analysis), calls.c (expand_call, * alias.c (init_alias_analysis), calls.c (expand_call,
......
...@@ -1719,7 +1719,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS, ...@@ -1719,7 +1719,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
#define FILE_ASM_OP "\tfile\t" #define FILE_ASM_OP "\tfile\t"
#define SECTION_ASM_OP "\tsection\t" #define SECTION_ASM_OP "\tsection\t"
#define SET_ASM_OP "\tdef\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 ALIGN_ASM_OP "\talign\t"
#define SKIP_ASM_OP "\tzero\t" #define SKIP_ASM_OP "\tzero\t"
#define COMMON_ASM_OP "\tcomm\t" #define COMMON_ASM_OP "\tcomm\t"
...@@ -1753,7 +1753,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS, ...@@ -1753,7 +1753,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
fputc ('\n', FILE); } while (0) fputc ('\n', FILE); } while (0)
/* These are specific to version 03.00 assembler syntax. */ /* 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 VERSION_ASM_OP "\tversion\t"
#define UNALIGNED_SHORT_ASM_OP "\tuahalf\t" #define UNALIGNED_SHORT_ASM_OP "\tuahalf\t"
#define UNALIGNED_INT_ASM_OP "\tuaword\t" #define UNALIGNED_INT_ASM_OP "\tuaword\t"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment