aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/std-config.h
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-28 18:47:07 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-28 18:47:07 +0000
commit290ad14a9dd688a94344e1c21e681e2e8d01b0f1 (patch)
tree6cd17c9b356f288fa36d40ade3730e494cd34e7d /sim/ppc/std-config.h
parent5aca405826b00ce4fc00055618eeab3e7e231076 (diff)
downloadgdb-290ad14a9dd688a94344e1c21e681e2e8d01b0f1.zip
gdb-290ad14a9dd688a94344e1c21e681e2e8d01b0f1.tar.gz
gdb-290ad14a9dd688a94344e1c21e681e2e8d01b0f1.tar.bz2
Add determining when we do not have enough writeback slots; Do not do model specific handling if not printing out the information
Diffstat (limited to 'sim/ppc/std-config.h')
-rw-r--r--sim/ppc/std-config.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index e1b308c..86214c0 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -275,10 +275,18 @@ extern int current_floating_point;
#define WITH_DEFAULT_MODEL DEFAULT_MODEL
#endif
+#define MODEL_ISSUE_IGNORE (-1)
+#define MODEL_ISSUE_PROCESS 1
+
#ifndef WITH_MODEL_ISSUE
-#define WITH_MODEL_ISSUE 1
+#define WITH_MODEL_ISSUE 0
#endif
+extern int current_model_issue;
+#define CURRENT_MODEL_ISSUE (WITH_MODEL_ISSUE \
+ ? WITH_MODEL_ISSUE \
+ : current_model_issue)
+
/* INLINE CODE SELECTION:
GCC -O3 attempts to inline any function or procedure in scope. The