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.
This commit is contained in:
parent
da7a27102f
commit
b1995b0179
3 changed files with 9 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue