* Background of daily update changeset?
@ 2013-12-28 7:35 Dmitry Samersoff
2014-01-02 18:54 ` Paweł Sikora
2014-01-13 17:28 ` Tom Tromey
0 siblings, 2 replies; 5+ messages in thread
From: Dmitry Samersoff @ 2013-12-28 7:35 UTC (permalink / raw)
To: amodra; +Cc: gdb
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Everyone,
What is the goal of daily update of BFD_VERSION_DATE?
Could you give me more background of it.
e.g.:
date: Sat May 01 00:00:05 2010 +0000
summary: daily update
diff -r 0be0bbf11bc2 -r a395e574294e bfd/version.h
- --- a/bfd/version.h Sat May 01 00:00:03 2010 +0000
+++ b/bfd/version.h Sat May 01 00:00:05 2010 +0000
@@ -1,4 +1,4 @@
- -#define BFD_VERSION_DATE 20100430
+#define BFD_VERSION_DATE 20100501
#define BFD_VERSION @bfd_version@
#define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@
#define REPORT_BUGS_TO @report_bugs_to@
- -Dmitry
- --
Dmitry Samersoff
Saint Petersburg, Russia, http://devnull.samersoff.net
* There will come soft rains ...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJSvn8gAAoJEHEy08c4gIABsKYIAIgQeQGDDi8roqkxVBYSImEG
01wvQ3A4MMPnF4e3jaHHD64AX3Uqc+CAiDX/eVTVxngbdVe00YW2rDAFl2bDhnM4
EgBFLmb+dYrplal9N1HQWzviKvDtUkGrjdHQEh6P3358hq0TzFddZIZOrMTqPgNh
skIRJrWqYXsBwtrYuidQ8LfwSTfj2DaOW9vK4Yc1UsMfuZZXdUSw/ugypwd8BSuC
MyhW+d8CXy4Asc0GEuuHB6NQ5ZQRckpyiu0HuD3V3Qs3n9kCFXPLEx7+R9c2zGrf
TpBW8M4LnL9u1Gh/dFx8EJw8FwmFsECqt3Z+ooHwuSkDC1pzSAk5/O9hBEWlGMM=
=Mf9d
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Background of daily update changeset?
2013-12-28 7:35 Background of daily update changeset? Dmitry Samersoff
@ 2014-01-02 18:54 ` Paweł Sikora
2014-01-13 17:28 ` Tom Tromey
1 sibling, 0 replies; 5+ messages in thread
From: Paweł Sikora @ 2014-01-02 18:54 UTC (permalink / raw)
To: gdb; +Cc: Dmitry Samersoff, amodra
On Saturday 28 of December 2013 11:34:56 Dmitry Samersoff wrote:
> Hi Everyone,
>
> What is the goal of daily update of BFD_VERSION_DATE?
the main goal is increasing bisection steps in gdb/gcc reghunting :-)
BR,
Paweł.
--
gpg key fingerprint = 60B4 9886 AD53 EB3E 88BB 1EB5 C52E D01B 683B 9411
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Background of daily update changeset?
2013-12-28 7:35 Background of daily update changeset? Dmitry Samersoff
2014-01-02 18:54 ` Paweł Sikora
@ 2014-01-13 17:28 ` Tom Tromey
2014-01-14 0:56 ` Alan Modra
1 sibling, 1 reply; 5+ messages in thread
From: Tom Tromey @ 2014-01-13 17:28 UTC (permalink / raw)
To: Dmitry Samersoff; +Cc: amodra, gdb
>>>>> "Dmitry" == Dmitry Samersoff <dms@samersoff.net> writes:
Dmitry> What is the goal of daily update of BFD_VERSION_DATE?
I think you'd be better off asking on the binutils list.
My guess is that it's so that snapshots can be exactly identified.
FWIW I'm not really convinced it is all that useful.
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Background of daily update changeset?
2014-01-13 17:28 ` Tom Tromey
@ 2014-01-14 0:56 ` Alan Modra
2014-01-14 14:36 ` Tom Tromey
0 siblings, 1 reply; 5+ messages in thread
From: Alan Modra @ 2014-01-14 0:56 UTC (permalink / raw)
To: Tom Tromey; +Cc: Dmitry Samersoff, gdb
On Mon, Jan 13, 2014 at 10:28:01AM -0700, Tom Tromey wrote:
> >>>>> "Dmitry" == Dmitry Samersoff <dms@samersoff.net> writes:
>
> Dmitry> What is the goal of daily update of BFD_VERSION_DATE?
>
> I think you'd be better off asking on the binutils list.
>
> My guess is that it's so that snapshots can be exactly identified.
Yes. HJ distributes his "Linux binutils", based on snapshots of
mainline plus some extra patches. Other people distribute snapshots
too. The date gives us some chance of tying Joe User's bug report to
the source.
> FWIW I'm not really convinced it is all that useful.
I agree that it doesn't make much sense for gdb..
--
Alan Modra
Australia Development Lab, IBM
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Background of daily update changeset?
2014-01-14 0:56 ` Alan Modra
@ 2014-01-14 14:36 ` Tom Tromey
0 siblings, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2014-01-14 14:36 UTC (permalink / raw)
To: Alan Modra; +Cc: Dmitry Samersoff, gdb
>>>>> "Alan" == Alan Modra <amodra@gmail.com> writes:
Tom> My guess is that it's so that snapshots can be exactly identified.
Alan> Yes. HJ distributes his "Linux binutils", based on snapshots of
Alan> mainline plus some extra patches. Other people distribute snapshots
Alan> too. The date gives us some chance of tying Joe User's bug report to
Alan> the source.
Tom> FWIW I'm not really convinced it is all that useful.
Alan> I agree that it doesn't make much sense for gdb..
I'm curious how much use you really get out of it for binutils.
Alternatively, Would it be sufficient if "src-release" instead stuck the
git commit hash into some file?
It's not of major importance to me, more like a rainy day thing. But if
it's high value to you then I wouldn't change a thing.
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-14 14:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-28 7:35 Background of daily update changeset? Dmitry Samersoff
2014-01-02 18:54 ` Paweł Sikora
2014-01-13 17:28 ` Tom Tromey
2014-01-14 0:56 ` Alan Modra
2014-01-14 14:36 ` Tom Tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox