mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 22:34:03 +08:00
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:
parent
961192e1dd
commit
d7cac874d7
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user