From 1e9cf5658626de55a962fbd239dcc38854981b3d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 16 Jul 1993 16:26:03 +0000 Subject: * read.c (float_cons): Simplified parsing logic. If REPEAT_CONS_EXPRESSIONS is defined, accept a repeat count. * symbols.c (colon): Rather than a special case for TC_HPPA, use new macro tc_frob_label. --- gas/symbols.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gas/symbols.c') diff --git a/gas/symbols.c b/gas/symbols.c index 535810f..d305024 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -312,8 +312,9 @@ colon (sym_name) /* just seen "x:" - rattle symbols & frags */ symbol_table_insert (symbolP); } /* if we have seen this symbol before */ -#ifdef TC_HPPA - pa_define_label(symbolP); + +#ifdef tc_frob_label + tc_frob_label (symbolP); #endif return; -- cgit v1.1