daily update
[deliverable/binutils-gdb.git] / bfd / cpu-i386.c
index 952e659c41f174278efb5af1b1b950664a29a750..44cca9da8ce0ae732be7c4a527e81822cb46488c 100644 (file)
@@ -1,5 +1,6 @@
 /* BFD support for the Intel 386 architecture.
-   Copyright 1992, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2004, 2007
+   Copyright 1992, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2004, 2005,
+   2007, 2009
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -73,8 +74,8 @@ static const bfd_arch_info_type i8086_arch =
 
 static const bfd_arch_info_type bfd_x86_64_arch =
 {
-  64, /* 32 bits in a word */
-  64, /* 32 bits in an address */
+  64, /* 64 bits in a word */
+  64, /* 64 bits in an address */
   8,  /* 8 bits in a byte */
   bfd_arch_i386,
   bfd_mach_x86_64,
This page took 0.024509 seconds and 4 git commands to generate.