aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-01-24 01:12:30 +0000
committerAlan Modra <amodra@gmail.com>2003-01-24 01:12:30 +0000
commit1d3b2b274b769f33e03cfa6ece84e152996b242a (patch)
treeee7e8ac40bbb806ecf42a67f3e15e744aa20854a /gas/config
parenta3dd767d0966511a4e05977716b559cace1e4981 (diff)
downloadgdb-1d3b2b274b769f33e03cfa6ece84e152996b242a.zip
gdb-1d3b2b274b769f33e03cfa6ece84e152996b242a.tar.gz
gdb-1d3b2b274b769f33e03cfa6ece84e152996b242a.tar.bz2
Update copyright date
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-d10v.h5
-rw-r--r--gas/config/tc-fr30.h3
-rw-r--r--gas/config/tc-i960.h4
-rw-r--r--gas/config/tc-mips.h2
4 files changed, 8 insertions, 6 deletions
diff --git a/gas/config/tc-d10v.h b/gas/config/tc-d10v.h
index 5023662..debb799 100644
--- a/gas/config/tc-d10v.h
+++ b/gas/config/tc-d10v.h
@@ -1,5 +1,6 @@
/* tc-d10v.h -- Header file for tc-d10v.c.
- Copyright 1996, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
Written by Martin Hunt, Cygnus Support.
This file is part of GAS, the GNU Assembler.
@@ -45,7 +46,7 @@ long md_pcrel_from_section PARAMS ((struct fix *, segT));
/* We don't need to handle .word strangely. */
#define WORKING_DOT_WORD
-#define md_number_to_chars number_to_chars_bigendian
+#define md_number_to_chars number_to_chars_bigendian
int d10v_cleanup PARAMS ((void));
#define md_after_pass_hook() d10v_cleanup ()
diff --git a/gas/config/tc-fr30.h b/gas/config/tc-fr30.h
index ea283dc..8c1166b 100644
--- a/gas/config/tc-fr30.h
+++ b/gas/config/tc-fr30.h
@@ -1,5 +1,6 @@
/* tc-fr30.h -- Header file for tc-fr30.c.
- Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
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
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h
index 8d9c4dd..e566d33 100644
--- a/gas/config/tc-mips.h
+++ b/gas/config/tc-mips.h
@@ -1,5 +1,5 @@
/* tc-mips.h -- header file for tc-mips.c.
- Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002
+ Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
Contributed by the OSF and Ralph Campbell.
Written by Keith Knowles and Ralph Campbell, working independently.