summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-07-25 15:50:19 +0000
committerH.J. Lu <hjl@lucon.org>2009-07-25 15:50:19 +0000
commitdd686de4dee80cf0d329b33a3ea80a8a41fda951 (patch)
tree0668b8ab05be00df32160061d3655592463ee6c4
parenta9ca86e6ce27304cd6e43b8aeb8aec545778f3d3 (diff)
downloadgdb-dd686de4dee80cf0d329b33a3ea80a8a41fda951.tar.gz
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.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/cpu-i386.c4
-rw-r--r--bfd/cpu-l1om.c4
3 files changed, 9 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4ea2346a94d..3ad98448cda 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
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.
(bfd_l1om_arch): New.
(bfd_archures_list): Add &bfd_l1om_arch.
diff --git a/bfd/cpu-i386.c b/bfd/cpu-i386.c
index 952e659c41f..37f906a377a 100644
--- a/bfd/cpu-i386.c
+++ b/bfd/cpu-i386.c
@@ -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,
diff --git a/bfd/cpu-l1om.c b/bfd/cpu-l1om.c
index e1db7094c0c..c1057c4e9bc 100644
--- a/bfd/cpu-l1om.c
+++ b/bfd/cpu-l1om.c
@@ -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,