mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 08:47:28 +00:00
Update copyright date
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
2003-01-24 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* as.h: Update copyright date.
|
||||
* symbols.c: Likewise.
|
||||
* config/tc-d10v.h: Likewise.
|
||||
* config/tc-fr30.h: Likewise.
|
||||
* config/tc-i960.h: Likewise.
|
||||
* config/tc-mips.h: Likewise.
|
||||
|
||||
* config/tc-hppa.h (DIFF_EXPR_OK): Define.
|
||||
(MD_APPLY_SYM_VALUE): Move.
|
||||
|
||||
|
||||
2
gas/as.h
2
gas/as.h
@@ -1,6 +1,6 @@
|
||||
/* as.h - global header file
|
||||
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||
1999, 2000, 2001, 2002
|
||||
1999, 2000, 2001, 2002, 2003
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GAS, the GNU Assembler.
|
||||
|
||||
@@ -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 ()
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* symbols.c -symbol table-
|
||||
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||
1999, 2000, 2001, 2002
|
||||
1999, 2000, 2001, 2002, 2003
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GAS, the GNU Assembler.
|
||||
@@ -491,7 +491,7 @@ colon (sym_name) /* Just seen "x:" - rattle symbols & frags. */
|
||||
if (mri_common_symbol != NULL)
|
||||
{
|
||||
/* This symbol is actually being defined within an MRI common
|
||||
section. This requires special handling. */
|
||||
section. This requires special handling. */
|
||||
if (LOCAL_SYMBOL_CHECK (symbolP))
|
||||
symbolP = local_symbol_convert ((struct local_symbol *) symbolP);
|
||||
symbolP->sy_value.X_op = O_symbol;
|
||||
@@ -1681,8 +1681,8 @@ S_GET_VALUE (s)
|
||||
static symbolS *recur;
|
||||
|
||||
/* FIXME: In non BFD assemblers, S_IS_DEFINED and S_IS_COMMON
|
||||
may call S_GET_VALUE. We use a static symbol to avoid the
|
||||
immediate recursion. */
|
||||
may call S_GET_VALUE. We use a static symbol to avoid the
|
||||
immediate recursion. */
|
||||
if (recur == s)
|
||||
return (valueT) s->sy_value.X_add_number;
|
||||
recur = s;
|
||||
|
||||
Reference in New Issue
Block a user