* FYI: GCC dropped score support
@ 2014-10-03 16:21 Pedro Alves
2014-10-06 23:36 ` Joel Brobecker
0 siblings, 1 reply; 5+ messages in thread
From: Pedro Alves @ 2014-10-03 16:21 UTC (permalink / raw)
To: gdb
While the deprecation theme is playing in the background ...
I noticed that GCC has just removed support for score:
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00305.html
I'm looking at score-tdep.c/score-tdep.h and wondering if
it makes any sense to still maintain that...
http://en.wikipedia.org/wiki/S%2Bcore
Thanks,
Pedro Alves
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: FYI: GCC dropped score support
2014-10-03 16:21 FYI: GCC dropped score support Pedro Alves
@ 2014-10-06 23:36 ` Joel Brobecker
2014-10-07 0:10 ` Stan Shebs
0 siblings, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2014-10-06 23:36 UTC (permalink / raw)
To: Pedro Alves; +Cc: gdb
> While the deprecation theme is playing in the background ...
>
> I noticed that GCC has just removed support for score:
>
> https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00305.html
>
> I'm looking at score-tdep.c/score-tdep.h and wondering if
> it makes any sense to still maintain that...
>
> http://en.wikipedia.org/wiki/S%2Bcore
Thinking out loud...
If the port isn't getting in the way, perhaps we could send out
a quick deprecation warning announce following our standard protocol;
but instead of actually removing support right away, we'd just
keep it on a best-effort basis? I'm not actually sure this is
a good idea at all, as not receiving any response today does not
mean that people might not be starting using it again tomorrow...
So, unless we think there is enough benefit in remove support for
this target sooner rather than later, the other option is to keep
the info you about GCC in mind if it ever starts getting in the way?
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: FYI: GCC dropped score support
2014-10-06 23:36 ` Joel Brobecker
@ 2014-10-07 0:10 ` Stan Shebs
2014-10-07 0:18 ` Joel Brobecker
0 siblings, 1 reply; 5+ messages in thread
From: Stan Shebs @ 2014-10-07 0:10 UTC (permalink / raw)
To: gdb
On 10/6/14, 4:36 PM, Joel Brobecker wrote:
>> While the deprecation theme is playing in the background ...
>>
>> I noticed that GCC has just removed support for score:
>>
>> https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00305.html
>>
>> I'm looking at score-tdep.c/score-tdep.h and wondering if
>> it makes any sense to still maintain that...
>>
>> http://en.wikipedia.org/wiki/S%2Bcore
>
> Thinking out loud...
>
> If the port isn't getting in the way, perhaps we could send out
> a quick deprecation warning announce following our standard protocol;
> but instead of actually removing support right away, we'd just
> keep it on a best-effort basis? I'm not actually sure this is
> a good idea at all, as not receiving any response today does not
> mean that people might not be starting using it again tomorrow...
>
> So, unless we think there is enough benefit in remove support for
> this target sooner rather than later, the other option is to keep
> the info you about GCC in mind if it ever starts getting in the way?
>
It seems pretty dead, the company's pages are 404, and the only
product I can find that used it was the Mattel HyperScan, introduced in
2006 and discontinued in 2008 - apparently it made PC World's "10 Worst
Videogames of All Time" list.
Even if the code isn't being used, I think it still costs us, in the
sense that we have to think about whether it needs changing, it has
to be patchedwhen there are global changes, and so forth. So I
think we should whack it soon as decently possible. (Of course, the
code will actually live on forever, in old releases and repos. :-) )
Stan
stan@codesourcery.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: FYI: GCC dropped score support
2014-10-07 0:10 ` Stan Shebs
@ 2014-10-07 0:18 ` Joel Brobecker
2014-10-07 8:35 ` Pedro Alves
0 siblings, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2014-10-07 0:18 UTC (permalink / raw)
To: Stan Shebs; +Cc: gdb
> It seems pretty dead, the company's pages are 404, and the only
> product I can find that used it was the Mattel HyperScan, introduced in
> 2006 and discontinued in 2008 - apparently it made PC World's "10 Worst
> Videogames of All Time" list.
>
> Even if the code isn't being used, I think it still costs us, in the
> sense that we have to think about whether it needs changing, it has
> to be patchedwhen there are global changes, and so forth. So I
> think we should whack it soon as decently possible. (Of course, the
> code will actually live on forever, in old releases and repos. :-) )
Seen under this light, it does make sense!
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: FYI: GCC dropped score support
2014-10-07 0:18 ` Joel Brobecker
@ 2014-10-07 8:35 ` Pedro Alves
0 siblings, 0 replies; 5+ messages in thread
From: Pedro Alves @ 2014-10-07 8:35 UTC (permalink / raw)
To: Joel Brobecker, Stan Shebs; +Cc: gdb
On 10/07/2014 01:18 AM, Joel Brobecker wrote:
>> It seems pretty dead, the company's pages are 404, and the only
>> product I can find that used it was the Mattel HyperScan, introduced in
>> 2006 and discontinued in 2008 - apparently it made PC World's "10 Worst
>> Videogames of All Time" list.
Eh. :-)
>> Even if the code isn't being used, I think it still costs us, in the
>> sense that we have to think about whether it needs changing, it has
>> to be patchedwhen there are global changes, and so forth. So I
>> think we should whack it soon as decently possible. (Of course, the
>> code will actually live on forever, in old releases and repos. :-) )
>
> Seen under this light, it does make sense!
Agreed, that's my thinking too. For still-fresh examples, the software
single-step rework work had me stop, think and actually write patches
for IRIX (deprecated_insert_raw_breakpoint). And then just last week
I failed to notice some code was for Tru64 and wasted time writing
this patch:
https://sourceware.org/ml/gdb-patches/2014-10/msg00035.html
Thanks,
Pedro Alves
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-07 8:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-03 16:21 FYI: GCC dropped score support Pedro Alves
2014-10-06 23:36 ` Joel Brobecker
2014-10-07 0:10 ` Stan Shebs
2014-10-07 0:18 ` Joel Brobecker
2014-10-07 8:35 ` Pedro Alves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox