This is the mail archive of the binutils@sources.redhat.com 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: Failures on x86-64 expected?


Jakub Jelinek <jakub@redhat.com> writes:

> On Wed, Mar 03, 2004 at 10:07:04AM -0800, H. J. Lu wrote:
>> On Wed, Mar 03, 2004 at 04:44:24PM +0100, Jakub Jelinek wrote:
>> > 
>> > That's weird, I get zero make check failures with today's CVS on IA-32 and only
>> > 4 (selective[1245]) failures on x86-64.
>> > 
>> 
>> Are those failures on x86-64 expected? Are they missing features in
>> linker?
>
> It has been failing for ages and I've never bothered to look what's up with
> it.  I will tonight.

There was even a patch by Andreas Schwab to disable those on x86-64
but that one was not considered appropriate AFAIR.

Andreas

2002-05-29  Andreas Schwab  <schwab@suse.de>

        * ld-selective/selective.exp: Mark selective1, selective2,
        selective4 and selective5 xfail on x86_64*-*.

============================================================
Index: ld/testsuite/ld-selective/selective.exp
--- ld/testsuite/ld-selective/selective.exp     9 Jan 2004 21:19:15 -0000       1.30
+++ ld/testsuite/ld-selective/selective.exp     15 Jan 2004 07:58:34 -0000
@@ -39,11 +39,11 @@ if {[istarget "ia64-*-*"]} {
 #
 # FIXME: Instead of table, read settings from each source-file.
 set seltests {
-  {selective1 C   1.c  {}       {}    {dropme1 dropme2} {}}
-  {selective2 C   2.c  {}       {}    {foo} {mips*-*}}
+  {selective1 C   1.c  {}       {}    {dropme1 dropme2} {x86_64*-*}}
+  {selective2 C   2.c  {}       {}    {foo} {mips*-* x86_64*-*}}
   {selective3 C   2.c  {-u foo} {foo} {{foo 0}} {mips*-*}}
-  {selective4 C++ 3.cc {}       {start a A::foo() B::foo()} {A::bar()} {mips*-*}}
-  {selective5 C++ 4.cc {}       {start a A::bar()} {A::foo() B::foo()} {mips*-*}}
+  {selective4 C++ 3.cc {}       {start a A::foo() B::foo()} {A::bar()} {mips*-* x86_64*-*}}
+  {selective5 C++ 4.cc {}       {start a A::bar()} {A::foo() B::foo()} {mips*-* x86_64*-*}}
   {selective6 C++ 5.cc {}       {start a A::bar()}
     {A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
 }

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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