Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* multi-arch and breaking ``maintenance only'' targets (eg a29k)
@ 2001-10-31 20:12 Andrew Cagney
  2001-11-27 23:40 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2001-10-31 20:12 UTC (permalink / raw)
  To: gdb

Hello,

The a29k target currently builds but isn't being maintained.  Post 5.1 
it will either need to be multi-arched or will find its self dieing a 
slow death.  That death, however, may come sooner than some might think.

I'm about to post a patch that eliminates the macro HOST_BYTE_ORDER from 
GDB.  Unfortunatly the a29k target has code like:

	#ifdef TARGET_BYTE_ORDER == HOST_BYTE_ORDER
	#define MD(X)
		.....
	#else
	#define MD(X)
		.....
	#endif

and that will no longer work.  Consequently, I intend adding a #error 
... to the a29k so that it is clearly broken.

With this comes a definite shift in policy.  Up until now developers 
were to expected to keep non-multi-arch targets compiling.  If the above 
goes through, it will mean that non-multi-arch targets that are not 
being maintained can be broken on a case by case basis.

enjoy,
Andrew


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: multi-arch and breaking ``maintenance only'' targets (eg a29k)
  2001-11-27 23:40 ` Andrew Cagney
@ 2001-11-19 10:57   ` Andrew Cagney
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Cagney @ 2001-11-19 10:57 UTC (permalink / raw)
  To: gdb

No one commented.  I'm going to send out an announcement indicating that 
I intend removing a29k.

		Andrew


> Hello,
> 
> The a29k target currently builds but isn't being maintained.  Post 5.1 it will either need to be multi-arched or will find its self dieing a slow death.  That death, however, may come sooner than some might think.
> 
> I'm about to post a patch that eliminates the macro HOST_BYTE_ORDER from GDB.  Unfortunatly the a29k target has code like:
> 
>     #ifdef TARGET_BYTE_ORDER == HOST_BYTE_ORDER
>     #define MD(X)
>         .....
>     #else
>     #define MD(X)
>         .....
>     #endif
> 
> and that will no longer work.  Consequently, I intend adding a #error ... to the a29k so that it is clearly broken.
> 
> With this comes a definite shift in policy.  Up until now developers were to expected to keep non-multi-arch targets compiling.  If the above goes through, it will mean that non-multi-arch targets that are not being maintained can be broken on a case by case basis.
> 
> enjoy,
> Andrew



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: multi-arch and breaking ``maintenance only'' targets (eg a29k)
  2001-10-31 20:12 multi-arch and breaking ``maintenance only'' targets (eg a29k) Andrew Cagney
@ 2001-11-27 23:40 ` Andrew Cagney
  2001-11-19 10:57   ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2001-11-27 23:40 UTC (permalink / raw)
  To: gdb

No one commented.  I'm going to send out an announcement indicating that 
I intend removing a29k.

		Andrew


> Hello,
> 
> The a29k target currently builds but isn't being maintained.  Post 5.1 it will either need to be multi-arched or will find its self dieing a slow death.  That death, however, may come sooner than some might think.
> 
> I'm about to post a patch that eliminates the macro HOST_BYTE_ORDER from GDB.  Unfortunatly the a29k target has code like:
> 
>     #ifdef TARGET_BYTE_ORDER == HOST_BYTE_ORDER
>     #define MD(X)
>         .....
>     #else
>     #define MD(X)
>         .....
>     #endif
> 
> and that will no longer work.  Consequently, I intend adding a #error ... to the a29k so that it is clearly broken.
> 
> With this comes a definite shift in policy.  Up until now developers were to expected to keep non-multi-arch targets compiling.  If the above goes through, it will mean that non-multi-arch targets that are not being maintained can be broken on a case by case basis.
> 
> enjoy,
> Andrew



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-28  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-31 20:12 multi-arch and breaking ``maintenance only'' targets (eg a29k) Andrew Cagney
2001-11-27 23:40 ` Andrew Cagney
2001-11-19 10:57   ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox