aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/std-config.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-05 09:52:29 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-05 10:04:23 +0700
commit1b2af6a41e68e6deac7c54183131e01cf34584b5 (patch)
tree8409d9659c047fe4db2dee8ba372a4dcbcb5d88f /sim/ppc/std-config.h
parent319e41e83a405bcc975c706faa172a0c2ab63598 (diff)
downloadgdb-1b2af6a41e68e6deac7c54183131e01cf34584b5.zip
gdb-1b2af6a41e68e6deac7c54183131e01cf34584b5.tar.gz
gdb-1b2af6a41e68e6deac7c54183131e01cf34584b5.tar.bz2
sim: ppc: delete unused host bitsize settings
Nothing checks this define anywhere, so drop all the logic. We don't want this to be a configure option in the first place as all such usage should be automatic & following proper types.
Diffstat (limited to 'sim/ppc/std-config.h')
-rw-r--r--sim/ppc/std-config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index e02d594..d317826 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -79,9 +79,9 @@ extern enum bfd_endian current_target_byte_order;
#endif
-/* Word size of host/target:
+/* Word size of target:
- Set these according to your host and target requirements. At this
+ Set these according to your target requirements. At this
point in time, I've only compiled (not run) for a 64bit and never
built for a 64bit host. This will always remain a compile time
option */
@@ -90,10 +90,6 @@ extern enum bfd_endian current_target_byte_order;
#define WITH_TARGET_WORD_BITSIZE 32 /* compiled only */
#endif
-#ifndef WITH_HOST_WORD_BITSIZE
-#define WITH_HOST_WORD_BITSIZE 32 /* 64bit ready? */
-#endif
-
/* Program environment: