This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Supporting pthreads in libjava on Tru64 UNIX
On Fri, Jul 11, 2003 at 08:20:14PM +0200, Rainer Orth wrote:
> > Alternately, if you're using gas, do ".subsection 1"
> > instead of ".section .text2".
>
> Alpha/ECOFF gas doesn't support .subsection (or any other ELF directive),
> as far as I can see.
For the record, .subsection is not an ELF directive. It
originated with a.out and is supported generically in gas.
r~