diff options
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/ia64.h | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 73b4dee..60b910d 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2000-09-22 Jim Wilson <wilson@cygnus.com> + + * ia64.h (enum ia64_dependency_semantics): Add IA64_DVS_STOP. + 2000-09-13 Anders Norlander <anorland@acc.umu.se> * mips.h: Use defines instead of hard-coded processor numbers. diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h index 2ed1e2a..642330c 100644 --- a/include/opcode/ia64.h +++ b/include/opcode/ia64.h @@ -152,6 +152,7 @@ enum ia64_dependency_semantics IA64_DVS_DATA, IA64_DVS_INSTR, IA64_DVS_SPECIFIC, + IA64_DVS_STOP, IA64_DVS_OTHER, }; @@ -179,7 +180,8 @@ enum ia64_resource_specifier IA64_RS_PKR, IA64_RS_PMC, IA64_RS_PMD, - IA64_RS_PR, + IA64_RS_PR, /* non-rotating, 1-15 */ + IA64_RS_PRr, /* rotating, 16-62 */ IA64_RS_PR63, IA64_RS_RR, |