diff options
author | Alan Modra <amodra@gmail.com> | 2003-01-24 01:12:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-01-24 01:12:30 +0000 |
commit | 1d3b2b274b769f33e03cfa6ece84e152996b242a (patch) | |
tree | ee7e8ac40bbb806ecf42a67f3e15e744aa20854a /gas/config/tc-i960.h | |
parent | a3dd767d0966511a4e05977716b559cace1e4981 (diff) | |
download | gdb-1d3b2b274b769f33e03cfa6ece84e152996b242a.zip gdb-1d3b2b274b769f33e03cfa6ece84e152996b242a.tar.gz gdb-1d3b2b274b769f33e03cfa6ece84e152996b242a.tar.bz2 |
Update copyright date
Diffstat (limited to 'gas/config/tc-i960.h')
-rw-r--r-- | gas/config/tc-i960.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i960.h b/gas/config/tc-i960.h index 1df82f2..5926935 100644 --- a/gas/config/tc-i960.h +++ b/gas/config/tc-i960.h @@ -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 |