aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/std-config.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-12 12:57:02 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 12:58:54 -0400
commit5629cf2b98a92925434aeb234d22ad61c5c4bc7e (patch)
tree2cb6446b3292c51c59c1ec4472e89697a1e6c185 /sim/ppc/std-config.h
parent5ea45474021e98cbb325534b328e391593119cb0 (diff)
downloadgdb-5629cf2b98a92925434aeb234d22ad61c5c4bc7e.zip
gdb-5629cf2b98a92925434aeb234d22ad61c5c4bc7e.tar.gz
gdb-5629cf2b98a92925434aeb234d22ad61c5c4bc7e.tar.bz2
sim: ppc: unify env settings too
The ppc port doesn't share a lot of the common logic, but there are a few bits that bleed across. Have it use the common configure for environment settings too to avoid duplicate define errors after the recent unification with the other ports.
Diffstat (limited to 'sim/ppc/std-config.h')
-rw-r--r--sim/ppc/std-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index 7e6b8c2..6cf7f27 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -107,6 +107,7 @@ extern int current_target_byte_order;
CURRENT_ENVIRONMENT specifies which of vea or oea is required for
the current runtime. */
+#define ALL_ENVIRONMENT 0
#define USER_ENVIRONMENT 1
#define VIRTUAL_ENVIRONMENT 2
#define OPERATING_ENVIRONMENT 3