Changeset 609 for branches/GNU/src/binutils/bfd/cpu-ia64-opc.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/cpu-ia64-opc.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 20 20 /* Logically, this code should be part of libopcode but since some of 21 21 the operand insertion/extraction functions help bfd to implement 22 relocations, this code is included as part of elf64-ia64.c. This22 relocations, this code is included as part of cpu-ia64.c. This 23 23 avoids circular dependencies between libopcode and libbfd and also 24 24 obviates the need for applications to link in libopcode when all … … 419 419 /* constants: */ 420 420 { CST, ins_const, ext_const, "NIL", {{ 0, 0}}, 0, "<none>" }, 421 { CST, ins_const, ext_const, "ar.csd", {{ 0, 0}}, 0, "ar.csd" }, 421 422 { CST, ins_const, ext_const, "ar.ccv", {{ 0, 0}}, 0, "ar.ccv" }, 422 423 { CST, ins_const, ext_const, "ar.pfs", {{ 0, 0}}, 0, "ar.pfs" }, … … 587 588 { REL, ins_rsvd, ext_rsvd, 0, {{0, 0}}, 0, /* TGT64 */ 588 589 "a branch target" }, 590 591 { ABS, ins_const, ext_const, 0, {{0, 0}}, 0, /* LDXMOV */ 592 "ldxmov target" }, 589 593 }; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.