diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-02-23 14:49:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-02-23 14:49:32 +0000 |
commit | 19a7219fd198b980a70cdbdc158b96cd5446e7f3 (patch) | |
tree | adf0b801237b30f901e94eb28ad68118a70411c6 | |
parent | d022998de558caa8c3ceda4ed6f1c71353a1294d (diff) | |
download | gdb-19a7219fd198b980a70cdbdc158b96cd5446e7f3.zip gdb-19a7219fd198b980a70cdbdc158b96cd5446e7f3.tar.gz gdb-19a7219fd198b980a70cdbdc158b96cd5446e7f3.tar.bz2 |
Update copyright years.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-ia64.c | 2 | ||||
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/ia64-gen.c | 2 | ||||
-rw-r--r-- | opcodes/ia64-opc-b.c | 3 |
5 files changed, 13 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6d617c6..bf47c39 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-02-23 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-ia64.c: Update copyright years. + 2006-02-22 H.J. Lu <hongjiu.lu@intel.com> * config/tc-ia64.c (specify_resource): Add the rule 17 from diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 8a0d403..0bb3adb 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -1,5 +1,5 @@ /* tc-ia64.c -- Assembler for the HP/Intel IA-64 architecture. - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a1c572c..09db847 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2006-02-23 H.J. Lu <hongjiu.lu@intel.com> + + * ia64-gen.c: Update copyright years. + * ia64-opc-b.c: Likewise. + 2006-02-22 H.J. Lu <hongjiu.lu@intel.com> * ia64-gen.c (lookup_regindex): Handle ".vm". diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c index 4dffa7e..5562283 100644 --- a/opcodes/ia64-gen.c +++ b/opcodes/ia64-gen.c @@ -1,5 +1,5 @@ /* ia64-gen.c -- Generate a shrunk set of opcode tables - Copyright 1999, 2000, 2001, 2002, 2004, 2005 + Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. Written by Bob Manson, Cygnus Solutions, <manson@cygnus.com> diff --git a/opcodes/ia64-opc-b.c b/opcodes/ia64-opc-b.c index 08d52a9..dbc74e1 100644 --- a/opcodes/ia64-opc-b.c +++ b/opcodes/ia64-opc-b.c @@ -1,5 +1,6 @@ /* ia64-opc-b.c -- IA-64 `B' opcode table. - Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2002, 2005, 2006 + Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of GDB, GAS, and the GNU binutils. |