public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] sim: ppc: drop use of DATE & TIME
Date: Thu,  3 Nov 2022 14:30:16 +0000 (GMT)	[thread overview]
Message-ID: <20221103143016.0CA40385843A@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d91d55b907ece60568d78cb53651cf2b5c960817

commit d91d55b907ece60568d78cb53651cf2b5c960817
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Nov 3 20:06:01 2022 +0700

    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.

Diff:
---
 sim/ppc/options.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/sim/ppc/options.c b/sim/ppc/options.c
index 8aefcb16a6a..b74451392b2 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);

                 reply	other threads:[~2022-11-03 14:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221103143016.0CA40385843A@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).