aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-03 20:06:01 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-03 20:09:07 +0700
commitd91d55b907ece60568d78cb53651cf2b5c960817 (patch)
treeb72fa07c1c5a1ef08ac69c274038573fde496f40 /sim/ppc
parente7e7469e7a31bd5a406a03aa83a1cd648f5ef30d (diff)
downloadgdb-d91d55b907ece60568d78cb53651cf2b5c960817.zip
gdb-d91d55b907ece60568d78cb53651cf2b5c960817.tar.gz
gdb-d91d55b907ece60568d78cb53651cf2b5c960817.tar.bz2
sim: ppc: drop use of DATE & TIME
No other tool does this, sim or otherwise, and it makes the ppc build non-reproducible. Drop it to simplify & make reproducible.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/options.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/ppc/options.c b/sim/ppc/options.c
index 8aefcb1..b744513 100644
--- a/sim/ppc/options.c
+++ b/sim/ppc/options.c
@@ -110,12 +110,6 @@ INLINE_OPTIONS\
(void)
print_options (void)
{
-#if defined(_GNUC_) && defined(__VERSION__)
- printf_filtered ("Compiled by GCC %s on %s %s\n", __VERSION__, __DATE__, __TIME__);
-#else
- printf_filtered ("Compiled on %s %s\n", __DATE__, __TIME__);
-#endif
-
printf_filtered ("HOST_BYTE_ORDER = %s\n", options_byte_order (HOST_BYTE_ORDER));
printf_filtered ("WITH_TARGET_BYTE_ORDER = %s\n", options_byte_order (WITH_TARGET_BYTE_ORDER));
printf_filtered ("WITH_XOR_ENDIAN = %d\n", WITH_XOR_ENDIAN);