* Add missing branchpoints to gdb.git?
@ 2011-08-19 18:02 Joel Brobecker
2011-08-19 20:37 ` Andreas Schwab
2011-08-22 16:23 ` Tom Tromey
0 siblings, 2 replies; 5+ messages in thread
From: Joel Brobecker @ 2011-08-19 18:02 UTC (permalink / raw)
To: gdb-patches
Hello,
While working with the gdb git mirror, I noticed that it was missing
3 branchpoints. I was using a script that needs them, so I created
the tags in my repo. Should we create the tags in the reference git
mirror as well? Here are the associated SHA1s...
gdb_7_2-2010-07-07-branchpoint: cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c
gdb_7_1-2010-02-18-branchpoint: e16b3828eafec635405cc34beb8f08db117d7331
gdb_7_0-2009-09-16-branchpoint: a4a5c910c73f0bf2b7d063912274461838139423
I would gladly create them, except that I don't think I have write
priviledges... Tom, maybe?
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Add missing branchpoints to gdb.git?
2011-08-19 18:02 Add missing branchpoints to gdb.git? Joel Brobecker
@ 2011-08-19 20:37 ` Andreas Schwab
2011-08-19 22:08 ` Joel Brobecker
2011-08-22 16:23 ` Tom Tromey
1 sibling, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2011-08-19 20:37 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches
Joel Brobecker <brobecker@adacore.com> writes:
> gdb_7_2-2010-07-07-branchpoint: cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c
> gdb_7_1-2010-02-18-branchpoint: e16b3828eafec635405cc34beb8f08db117d7331
> gdb_7_0-2009-09-16-branchpoint: a4a5c910c73f0bf2b7d063912274461838139423
Actually, the real branch points are
b2f5cf460a3e550ab4032be1a90c752c0b9bdd9f,
9a4b7643da53df33552a50d9f02ddf5be5aef883,
fe78766a0c9eea331e2a1799027f2f7c8e990ff8, resp.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Add missing branchpoints to gdb.git?
2011-08-19 20:37 ` Andreas Schwab
@ 2011-08-19 22:08 ` Joel Brobecker
2011-08-19 23:35 ` Andreas Schwab
0 siblings, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2011-08-19 22:08 UTC (permalink / raw)
To: Andreas Schwab; +Cc: gdb-patches
> > gdb_7_2-2010-07-07-branchpoint: cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c
> > gdb_7_1-2010-02-18-branchpoint: e16b3828eafec635405cc34beb8f08db117d7331
> > gdb_7_0-2009-09-16-branchpoint: a4a5c910c73f0bf2b7d063912274461838139423
>
> Actually, the real branch points are
> b2f5cf460a3e550ab4032be1a90c752c0b9bdd9f,
> 9a4b7643da53df33552a50d9f02ddf5be5aef883,
> fe78766a0c9eea331e2a1799027f2f7c8e990ff8, resp.
How did you come up with those commit IDs? I used `git merge-base',
and looking at the output, it seemed right. For instance, for the 7.2
branchpoint, I had cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c, which in
fact is a parent of the commit you are proposing. And since git confirms
that my commit is on the master branch as well, I figured it has to be
a more likely branchpoint?
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Add missing branchpoints to gdb.git?
2011-08-19 22:08 ` Joel Brobecker
@ 2011-08-19 23:35 ` Andreas Schwab
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2011-08-19 23:35 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches
Joel Brobecker <brobecker@adacore.com> writes:
>> > gdb_7_2-2010-07-07-branchpoint: cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c
>> > gdb_7_1-2010-02-18-branchpoint: e16b3828eafec635405cc34beb8f08db117d7331
>> > gdb_7_0-2009-09-16-branchpoint: a4a5c910c73f0bf2b7d063912274461838139423
>>
>> Actually, the real branch points are
>> b2f5cf460a3e550ab4032be1a90c752c0b9bdd9f,
>> 9a4b7643da53df33552a50d9f02ddf5be5aef883,
>> fe78766a0c9eea331e2a1799027f2f7c8e990ff8, resp.
>
> How did you come up with those commit IDs?
By looking at the CVS tree.
> I used `git merge-base', and looking at the output, it seemed
> right.
The git tree is lying.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Add missing branchpoints to gdb.git?
2011-08-19 18:02 Add missing branchpoints to gdb.git? Joel Brobecker
2011-08-19 20:37 ` Andreas Schwab
@ 2011-08-22 16:23 ` Tom Tromey
1 sibling, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2011-08-22 16:23 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches
Joel> I would gladly create them, except that I don't think I have write
Joel> priviledges... Tom, maybe?
I think you do have the permissions.
FWIW I usually do not mess with gdb.git myself, instead I contact Jim,
who set it up, to see whether the import process needs some fix.
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-22 16:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-19 18:02 Add missing branchpoints to gdb.git? Joel Brobecker
2011-08-19 20:37 ` Andreas Schwab
2011-08-19 22:08 ` Joel Brobecker
2011-08-19 23:35 ` Andreas Schwab
2011-08-22 16:23 ` Tom Tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox