From b5682e5666232dbae25d81089f71a68ed4146ffc Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 19 Feb 2005 08:56:08 +0000 Subject: * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete. * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test. * doc/internals.texi (TC_EQUAL_IN_INSN): Delete. --- gas/config/tc-hppa.h | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'gas/config') diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index 4b43a7f..666d03b 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -1,6 +1,6 @@ /* tc-hppa.h -- Header file for the PA Copyright 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, - 2003 Free Software Foundation, Inc. + 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -119,15 +119,9 @@ extern const char hppa_symbol_chars[]; parse_cons_expression_hppa (EXP) #define TC_CONS_FIX_NEW cons_fix_new_hppa -/* On the PA, an equal sign often appears as a condition or nullification - completer in an instruction. This can be detected by checking the - previous character, if the character is a comma, then the equal is - being used as part of an instruction. */ -#define TC_EQUAL_IN_INSN(C, PTR) ((C) == ',') - -/* Similarly for an exclamation point. It is used in FP comparison - instructions and as an end of line marker. When used in an instruction - it will always follow a comma. */ +/* On the PA, an exclamation point can appear in an instruction. It is + used in FP comparison instructions and as an end of line marker. + When used in an instruction it will always follow a comma. */ #define TC_EOL_IN_INSN(PTR) (*(PTR) == '!' && (PTR)[-1] == ',') int hppa_fix_adjustable PARAMS((struct fix *)); -- cgit v1.1