From 81d4177baa5f2bd91109912b42bd2d8b28ad5df8 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 26 Sep 2000 07:09:19 +0000 Subject: 2000-09-25 Kazu Hirata * config/tc-cris.c: Fix formatting. * config/tc-d10v.h: Likewise. * config/tc-d30v.c: Likewise. * config/tc-d30v.h: Likewise. * config/tc-fr30.c: Likewise. * config/tc-fr30.h: Likewise. * config/tc-m68k.c: Likewise. * config/tc-m68k.h: Likewise. * config/tc-pj.h: Likewise. * config/tc-ppc.c: Likewise. * config/tc-ppc.h: Likewise. * config/tc-sh.c: Likewise. * config/tc-sh.h: Likewise. * config/tc-sparc.c: Likewise. * config/tc-v850.h: Likewise. * config/tc-vax.h: Likewise. * config/tc-w65.h: Likewise. * config/tc-z8k.h: Likewise. --- gas/config/tc-m68k.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gas/config/tc-m68k.h') diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h index 10ac44ebaed..b7dd0c16a5d 100644 --- a/gas/config/tc-m68k.h +++ b/gas/config/tc-m68k.h @@ -119,7 +119,7 @@ extern const char *m68k_comment_chars; /* On the Delta, `%' can occur within a label name, but not as the initial character. */ #define LEX_PCT LEX_NAME -/* On the Delta, `~' can start a label name, but is converted to '.'. */ +/* On the Delta, `~' can start a label name, but is converted to '.'. */ #define LEX_TILDE LEX_BEGIN_NAME #define tc_canonicalize_symbol_name(s) ((*(s) == '~' ? *(s) = '.' : '.'), s) /* On the Delta, dots are not required before pseudo-ops. */ @@ -220,5 +220,3 @@ extern struct relax_type md_relax_table[]; if (aim==0 && this_state== 4) { /* hard encoded from tc-m68k.c */ \ aim=this_type->rlx_forward+1; /* Force relaxation into word mode */ \ } - -/* end of tc-m68k.h */ -- cgit v1.2.1