Re: Linux-2.4.0-test2

From: Garst R. Reese (reese@isn.net)
Date: Sat Jun 24 2000 - 21:31:03 EST


From: Richard Gooch <rgooch@ras.ucalgary.ca>
Date: Sat, 24 Jun 2000 14:15:43 -0600
Subject: Re: Linux-2.4.0-test2

Alan Cox writes:
> > {standard input}: Assembler messages:
> > {standard input}:1814: Error: no such 386 instruction: `ldmxcsr'
>
> Thats binutils

Yeah. The official version of binutils listed in Documentation/Changes.
Has a new version of binutils been mandated? If so, what is it?

> > -__cacheline_aligned spinlock_t runqueue_lock = SPIN_LOCK_UNLOCKED; /* second */
> > -__cacheline_aligned rwlock_t tasklist_lock = RW_LOCK_UNLOCKED; /* third */
> > +spinlock_t runqueue_lock __cacheline_aligned = SPIN_LOCK_UNLOCKED; /* second */
> > +rwlock_t tasklist_lock __cacheline_aligned = RW_LOCK_UNLOCKED; /* third */
> >
>
> And thats gcc 8)

Yeah. Again, the officially sanctioned version. Should we all be using
something else?

                                Regards,

                                        Richard....
Long ago I came to the conclusion that if the kernel was evolving it
would evolve in an evolving environment, so I kept my binutils and
compiler reasonably updated, at least to the last official release. This
strategy has been quite successful for me. I have also noted that
Changes is usually ancient history, specifically with respect pcmcia,
but I am sure that Chris does his best. But maybe it would help if there
was some version information with new releases it would help. E.g,. cat
/proc/version and ld -v
Garst

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 26 2000 - 21:00:06 EST