diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-01-03 22:54:45 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-01-03 22:54:45 +0000 |
commit | 4dc856073a4f00e3f9557e658d1d4ca561df2444 (patch) | |
tree | 907b0d08b06d9788497d073b1f16d50ceb1f35c9 /gas | |
parent | 1509aa9a58409d1d734799bdbd589402f03f0462 (diff) | |
download | gdb-4dc856073a4f00e3f9557e658d1d4ca561df2444.zip gdb-4dc856073a4f00e3f9557e658d1d4ca561df2444.tar.gz gdb-4dc856073a4f00e3f9557e658d1d4ca561df2444.tar.bz2 |
2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c: Update copyright year.
* config/tc-i386.h: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-i386.c | 2 | ||||
-rw-r--r-- | gas/config/tc-i386.h | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d7d2869..522f963 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2007-01-03 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c: Update copyright year. + * config/tc-i386.h: Likewise. + +2007-01-03 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (smallest_imm_type): Return unsigned int instead of int. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 9b525b5..1f28ad9 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1,6 +1,6 @@ /* tc-i386.c -- Assemble code for the Intel 80386 Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index d308fd5..7a83e61 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -1,6 +1,6 @@ /* tc-i386.h -- Header file for tc-i386.c Copyright 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006 + 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. |