]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 25 Jul 2009 15:50:20 +0000 (15:50 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 25 Jul 2009 15:50:20 +0000 (15:50 +0000)
* cpu-i386.c (bfd_x86_64_arch): Fix comment typos.
* cpu-l1om.c (bfd_l1om_arch): Likewise.

bfd/ChangeLog
bfd/cpu-i386.c
bfd/cpu-l1om.c

index 4ea2346a94dd09f981fde9b69f065054766917d2..3ad98448cda4b5155639c9ec8003119a9bf2f8d8 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * cpu-i386.c (bfd_x86_64_arch): Fix comment typos.
+       * cpu-l1om.c (bfd_l1om_arch): Likewise.
+
 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
 
        * archures.c (bfd_architecture): Add bfd_arch_l1om.
index 952e659c41f174278efb5af1b1b950664a29a750..37f906a377a44b6bf6d80917e1e3f493a43e430e 100644 (file)
@@ -73,8 +73,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,
index e1db7094c0c7e705b9242a96e94c3566b21e4a4c..c1057c4e9bce87258dc2d34090062af92a836524 100644 (file)
@@ -41,8 +41,8 @@ static const bfd_arch_info_type bfd_l1om_arch_intel_syntax =
 
 const bfd_arch_info_type bfd_l1om_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_l1om,
   bfd_mach_l1om,