import gdb-1999-08-09 snapshot

This commit is contained in:
Jason Molenda
1999-08-09 21:36:23 +00:00
parent 10e80b4145
commit 96baa820df
118 changed files with 11966 additions and 12071 deletions

View File

@ -92,6 +92,15 @@ typedef SCACHE *SEM_PC;
#else
typedef IADDR SEM_PC;
#endif
/* Kinds of branches. */
typedef enum {
SEM_BRANCH_UNTAKEN,
/* Branch to an uncacheable address (e.g. j reg). */
SEM_BRANCH_UNCACHEABLE,
/* Branch to a cacheable (fixed) address. */
SEM_BRANCH_CACHEABLE
} SEM_BRANCH_TYPE;
/* Virtual insn support. */