public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* a few 'linux-gnu' references missed in mainline
@ 2005-04-30  7:18 Mike Frysinger
  2005-05-01  4:17 ` Mike Frysinger
  2005-05-05 10:22 ` Nick Clifton
  0 siblings, 2 replies; 7+ messages in thread
From: Mike Frysinger @ 2005-04-30  7:18 UTC (permalink / raw)
  To: binutils

shouldnt the following be updated too with the '-linux-gnu*' to '-linux-*' 
change ?

gas/testsuite/gas/sh/basic.exp:
if [istarget "sh*-*-linux-gnu"] {

gas/testsuite/gas/vax/vax.exp:
    if { [istarget vax-*-*elf*] || [istarget vax-*-linux-gnu*] } then {
    if { [istarget vax-*-*elf*] || [istarget vax-*-linux-gnu*] } then {

ld/testsuite/ld-sh/sh.exp:
if [istarget sh*-linux-gnu] {
if [istarget sh*-linux-gnu] {

ld/testsuite/ld-srec/srec.exp:
setup_xfail "alpha*-*-elf*" "alpha*-*-linux-gnu*" "alpha*-*-gnu*"
setup_xfail "alpha*-*-elf*" "alpha*-*-linux-gnu*" "alpha*-*-gnu*"

thanks
-mike

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

* Re: a few 'linux-gnu' references missed in mainline
  2005-04-30  7:18 a few 'linux-gnu' references missed in mainline Mike Frysinger
@ 2005-05-01  4:17 ` Mike Frysinger
  2005-05-05 10:26   ` Nick Clifton
  2005-05-05 10:22 ` Nick Clifton
  1 sibling, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2005-05-01  4:17 UTC (permalink / raw)
  To: binutils

On Friday 29 April 2005 08:59 pm, Mike Frysinger wrote:
> shouldnt the following be updated too with the '-linux-gnu*' to '-linux-*'
> change ?

Manuel Novoa III also pointed out the toplevel configure.in has this too:
    *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu)
-mike

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

* Re: a few 'linux-gnu' references missed in mainline
  2005-04-30  7:18 a few 'linux-gnu' references missed in mainline Mike Frysinger
  2005-05-01  4:17 ` Mike Frysinger
@ 2005-05-05 10:22 ` Nick Clifton
  2005-05-05 12:38   ` Mike Frysinger
  1 sibling, 1 reply; 7+ messages in thread
From: Nick Clifton @ 2005-05-05 10:22 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

Hi Mike,

> shouldnt the following be updated too with the '-linux-gnu*' to '-linux-*' 
> change ?
> 
> gas/testsuite/gas/sh/basic.exp:
> gas/testsuite/gas/vax/vax.exp:
> ld/testsuite/ld-sh/sh.exp:
> ld/testsuite/ld-srec/srec.exp:

Yes.  So I have checked in the obvious patches on your behalf.

Cheers
   Nick

gas/testsuite/ChangeLog
2005-05-05  Mike Frysinger  <vapier@gentoo.org>

	* gas/sh/basic.exp: Replace linux-gnu with linux-* to allow for
	versions of Linux which do not use glibc.
	* gas/vax/vax.exp: Likewise.

ld/testsuite/ChangeLog
2005-05-05  Mike Frysinger  <vapier@gentoo.org>

	* ld-srec/srec.exp: Replace linux-gnu with linux-* to allow for
	versions of Linux which do not use glibc.
	* ld-sh/sh.exp: Likewise.

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

* Re: a few 'linux-gnu' references missed in mainline
  2005-05-01  4:17 ` Mike Frysinger
@ 2005-05-05 10:26   ` Nick Clifton
  2005-05-05 12:53     ` Mike Frysinger
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Clifton @ 2005-05-05 10:26 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

Hi Mike,

>>shouldnt the following be updated too with the '-linux-gnu*' to '-linux-*'
>>change ?

> Manuel Novoa III also pointed out the toplevel configure.in has this too:
>     *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu)

No - this one is correct - it is a deliberate check for the presence of 
glibc.

Cheers
   Nick


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

* Re: a few 'linux-gnu' references missed in mainline
  2005-05-05 10:22 ` Nick Clifton
@ 2005-05-05 12:38   ` Mike Frysinger
  2005-05-05 14:24     ` Alan Modra
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2005-05-05 12:38 UTC (permalink / raw)
  To: binutils

On Thursday 05 May 2005 06:21 am, Nick Clifton wrote:
> Hi Mike,
>
> > shouldnt the following be updated too with the '-linux-gnu*' to
> > '-linux-*' change ?
> >
> > gas/testsuite/gas/sh/basic.exp:
> > gas/testsuite/gas/vax/vax.exp:
> > ld/testsuite/ld-sh/sh.exp:
> > ld/testsuite/ld-srec/srec.exp:
>
> Yes.  So I have checked in the obvious patches on your behalf.

thanks :)

is there some script or something you use to generate formated ChangeLog 
entries like that ?
-mike

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

* Re: a few 'linux-gnu' references missed in mainline
  2005-05-05 10:26   ` Nick Clifton
@ 2005-05-05 12:53     ` Mike Frysinger
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger @ 2005-05-05 12:53 UTC (permalink / raw)
  To: binutils

On Thursday 05 May 2005 06:21 am, Nick Clifton wrote:
> Hi Mike,
>
> >>shouldnt the following be updated too with the '-linux-gnu*' to
> >> '-linux-*' change ?
> >
> > Manuel Novoa III also pointed out the toplevel configure.in has this too:
> >     *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu)
>
> No - this one is correct - it is a deliberate check for the presence of
> glibc.

ok, i'll go back and fix up uclibc then
-mike

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

* Re: a few 'linux-gnu' references missed in mainline
  2005-05-05 12:38   ` Mike Frysinger
@ 2005-05-05 14:24     ` Alan Modra
  0 siblings, 0 replies; 7+ messages in thread
From: Alan Modra @ 2005-05-05 14:24 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

On Thu, May 05, 2005 at 08:39:28AM -0400, Mike Frysinger wrote:
> is there some script or something you use to generate formated ChangeLog 
> entries like that ?

emacs
C-x 4 a

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

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

end of thread, other threads:[~2005-05-05 12:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-30  7:18 a few 'linux-gnu' references missed in mainline Mike Frysinger
2005-05-01  4:17 ` Mike Frysinger
2005-05-05 10:26   ` Nick Clifton
2005-05-05 12:53     ` Mike Frysinger
2005-05-05 10:22 ` Nick Clifton
2005-05-05 12:38   ` Mike Frysinger
2005-05-05 14:24     ` Alan Modra

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).