This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] Re: Unexpected passes!


On 30/01/2010 16:17, Kai Tietz wrote:

> AFAIR those test will still fail on none-windows host, if it doesn't
> has a windows gcc pre-installed. 

  That, I think, is ok; there are lots of tests throughout the binutils/gas/ld
testsuites that will fail if a target compiler isn't available.  We could in
theory go and tidy them all up; in ld-pe/pe-compile.exp we test if CC is set:

> # No compiler, no test.
> if { [which $CC] == 0 } {
>     untested "PE version scripts"
>     untested "aligned common tests"
>     # Add more "untested" directives here when adding more tests below.
>     return
> }

... but overall I think it's a low priority issue.


    cheers,
      DaveK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]