diff options
Diffstat (limited to 'gas/config/tc-d30v.h')
-rw-r--r-- | gas/config/tc-d30v.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gas/config/tc-d30v.h b/gas/config/tc-d30v.h index 29912c5..0b2b25c 100644 --- a/gas/config/tc-d30v.h +++ b/gas/config/tc-d30v.h @@ -1,5 +1,5 @@ /* tc-310v.h -- Header file for tc-d30v.c. - Copyright 1997, 1998, 2000 Free Software Foundation, Inc. + Copyright 1997, 1998, 2000, 2001 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support. This file is part of GAS, the GNU Assembler. @@ -34,10 +34,7 @@ #define md_operand(x) -#define MD_APPLY_FIX3 - -/* call md_pcrel_from_section, not md_pcrel_from */ - +/* Call md_pcrel_from_section, not md_pcrel_from. */ extern long md_pcrel_from_section PARAMS ((fixS *fixp, segT sec)); #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC) |