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-ia64-opc.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    2020/* Logically, this code should be part of libopcode but since some of
    2121   the operand insertion/extraction functions help bfd to implement
    22    relocations, this code is included as part of elf64-ia64.c.  This
     22   relocations, this code is included as part of cpu-ia64.c.  This
    2323   avoids circular dependencies between libopcode and libbfd and also
    2424   obviates the need for applications to link in libopcode when all
     
    419419    /* constants: */
    420420    { CST, ins_const, ext_const, "NIL",         {{ 0, 0}}, 0, "<none>" },
     421    { CST, ins_const, ext_const, "ar.csd",      {{ 0, 0}}, 0, "ar.csd" },
    421422    { CST, ins_const, ext_const, "ar.ccv",      {{ 0, 0}}, 0, "ar.ccv" },
    422423    { CST, ins_const, ext_const, "ar.pfs",      {{ 0, 0}}, 0, "ar.pfs" },
     
    587588    { REL, ins_rsvd, ext_rsvd, 0, {{0, 0}}, 0,                  /* TGT64  */
    588589      "a branch target" },
     590
     591    { ABS, ins_const, ext_const, 0, {{0, 0}}, 0,                /* LDXMOV */
     592      "ldxmov target" },
    589593  };
Note: See TracChangeset for help on using the changeset viewer.