Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/cpu-i386.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD support for the Intel 386 architecture.
    2    Copyright 1992, 1994, 1995, 1996, 1998, 2000, 2001
     2   Copyright 1992, 1994, 1995, 1996, 1998, 2000, 2001, 2002
    33   Free Software Foundation, Inc.
    44
     
    3333  "i386:intel",
    3434  3,
    35   true,
     35  TRUE,
    3636  bfd_default_compatible,
    3737  bfd_default_scan ,
     
    4545  bfd_arch_i386,
    4646  bfd_mach_x86_64_intel_syntax,
    47   "x86_64:intel",
    48   "x86_64:intel",
     47  "i386:intel",
     48  "i386:x86-64:intel",
    4949  3,
    50   true,
     50  TRUE,
    5151  bfd_default_compatible,
    5252  bfd_default_scan ,
     
    6363  "i8086",
    6464  3,
    65   false,
     65  FALSE,
    6666  bfd_default_compatible,
    6767  bfd_default_scan ,
     
    7676  bfd_arch_i386,
    7777  bfd_mach_x86_64,
    78   "x86_64",
    79   "x86_64",
     78  "i386",
     79  "i386:x86-64",
    8080  3,
    81   true,
     81  TRUE,
    8282  bfd_default_compatible,
    8383  bfd_default_scan ,
     
    9595  "i386",
    9696  3,
    97   true,
     97  TRUE,
    9898  bfd_default_compatible,
    9999  bfd_default_scan ,
Note: See TracChangeset for help on using the changeset viewer.