Update copyright date

This commit is contained in:
Alan Modra 2003-01-24 01:12:30 +00:00
parent a3dd767d09
commit 1d3b2b274b
7 changed files with 26 additions and 17 deletions

View file

@ -1,6 +1,6 @@
/* tc-i960.h - Basic 80960 instruction formats.
Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1998, 1999,
2000, 2002
2000, 2002, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -161,7 +161,7 @@ extern int reloc_callj PARAMS ((struct fix *));
{ fixS *tcfixp = (FIX); \
for (;tcfixp;tcfixp=tcfixp->fx_next) \
if (tcfixp->fx_tcbit && tcfixp->fx_addsy != 0) \
++(COUNT); \
++(COUNT); \
}
#endif