This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Support Intel L1OM


On Sat, Jul 25, 2009 at 8:36 AM, Laurent GUERBY<laurent@guerby.net> wrote:
> On Sat, 2009-07-25 at 07:37 -0700, H.J. Lu wrote:
>> + ?64, /* 32 bits in a word */
>> + ?64, /* 32 bits in an address */
>
> May be a typo?
>

I will check in this patch to fix them.

Thanks.


-- 
H.J.
--
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 6492)
+++ ChangeLog   (working copy)
@@ -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): Regenerated.
+
+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.
Index: cpu-l1om.c
===================================================================
--- cpu-l1om.c  (revision 6492)
+++ cpu-l1om.c  (working copy)
@@ -41,8 +41,8 @@ static const bfd_arch_info_type bfd_l1om

 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,
Index: cpu-i386.c
===================================================================
--- cpu-i386.c  (revision 6491)
+++ cpu-i386.c  (working copy)
@@ -73,8 +73,8 @@ static const bfd_arch_info_type i8086_ar

 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]