diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-12-27 18:34:08 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-12-27 18:34:08 +0000 |
commit | b534c6d307154911d8b55cc8722e575044ca0196 (patch) | |
tree | 4380b7d6b50081e90e3054b79238a9a117af1264 | |
parent | 9ab8ee217bf6e7d89ca90ede5375013f15b2168d (diff) | |
download | gdb-b534c6d307154911d8b55cc8722e575044ca0196.zip gdb-b534c6d307154911d8b55cc8722e575044ca0196.tar.gz gdb-b534c6d307154911d8b55cc8722e575044ca0196.tar.bz2 |
2006-12-27 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c: Document tc-i386.c, not i386.c.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-i386.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ba8388c..13eb348 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-12-27 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-i386.c: Document tc-i386.c, not i386.c. + 2006-12-27 Kazu Hirata <kazu@codesourcery.com> * config/m68k-parse.h (m68k_register): Add CAC and MBB. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 86e7cf5..fa69534 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1,4 +1,4 @@ -/* i386.c -- Assemble code for the Intel 80386 +/* 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 Free Software Foundation, Inc. |