summaryrefslogtreecommitdiff
path: root/gas/config/tc-m68k.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-26 07:09:19 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-26 07:09:19 +0000
commit81d4177baa5f2bd91109912b42bd2d8b28ad5df8 (patch)
tree5cd6015b6caaaf411f7dc226088377e7b7adfcec /gas/config/tc-m68k.h
parent697ec6c4a5c1aa30f7fcb819398a4edad5e977c6 (diff)
downloadbinutils-gdb-81d4177baa5f2bd91109912b42bd2d8b28ad5df8.tar.gz
2000-09-25 Kazu Hirata <kazu@hxi.com>
* 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.
Diffstat (limited to 'gas/config/tc-m68k.h')
-rw-r--r--gas/config/tc-m68k.h4
1 files changed, 1 insertions, 3 deletions
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 */