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/include/opcode/ia64.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* ia64.h -- Header file for ia64 opcode table
    2    Copyright (C) 1998, 1999 David Mosberger-Tang <[email protected]>
    3 
    4    See the file HP-COPYRIGHT for additional information.  */
     2   Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
     3        Contributed by David Mosberger-Tang <[email protected]> */
    54
    65#ifndef opcode_ia64_h
     
    98#include <sys/types.h>
    109
    11 #include <bfd.h>
     10#include
    1211
    1312
     
    4039
    4140/* Changes to this enumeration must be propagated to the operand table in
    42    bfd/cpu-ia64-opc.c 
    43  */ 
     41   bfd/cpu-ia64-opc.c
     42 */
    4443enum ia64_opnd
    4544  {
     
    4746
    4847    /* constants */
     48
    4949    IA64_OPND_AR_CCV,   /* application register ccv (ar.ccv) */
    5050    IA64_OPND_AR_PFS,   /* application register pfs (ar.pfs) */
     
    134134    IA64_OPND_TGT25c,   /* signed 25-bit (ip + 16*bits 13-32, 36) */
    135135    IA64_OPND_TGT64,    /* 64-bit (ip + 16*bits 13-32, 36, 2-40(L)) */
     136
    136137
    137138    IA64_OPND_COUNT     /* # of operand types (MUST BE LAST!) */
     
    288289    short ent_index;
    289290
    290     /* Opcode dependencies. */ 
     291    /* Opcode dependencies. */
    291292    const struct ia64_opcode_dependency *dependencies;
    292293  };
Note: See TracChangeset for help on using the changeset viewer.