diff options
Diffstat (limited to 'gas/config/tc-xstormy16.c')
-rw-r--r-- | gas/config/tc-xstormy16.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/tc-xstormy16.c b/gas/config/tc-xstormy16.c index f00a866..7928634 100644 --- a/gas/config/tc-xstormy16.c +++ b/gas/config/tc-xstormy16.c @@ -1,5 +1,5 @@ /* tc-xstormy16.c -- Assembler for the Sanyo XSTORMY16. - Copyright 2000, 2001, 2002, 2003 Free Software Foundation. + Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation. This file is part of GAS, the GNU Assembler. @@ -344,10 +344,10 @@ md_pcrel_from_section (fixP, sec) fixS * fixP; segT sec; { - if (fixP->fx_addsy != (symbolS *) NULL - && (! S_IS_DEFINED (fixP->fx_addsy) - || S_GET_SEGMENT (fixP->fx_addsy) != sec) - || xstormy16_force_relocation (fixP)) + if ((fixP->fx_addsy != (symbolS *) NULL + && (! S_IS_DEFINED (fixP->fx_addsy) + || S_GET_SEGMENT (fixP->fx_addsy) != sec)) + || xstormy16_force_relocation (fixP)) /* The symbol is undefined, or it is defined but not in this section, or the relocation will be relative to this symbol not the section symbol. |