This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building libstdc++
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: Building libstdc++
- From: Brent Verner <brent at rcfile dot org>
- Date: Mon, 25 Dec 2000 19:43:28 -0500
- Cc: gcc at gcc dot gnu dot org
- References: <10012232307.AA19261@vlsi1.ultra.nyu.edu>
On 23 Dec 2000 at 18:07 (-0500), Richard Kenner wrote:
Hi,
| /* Inline exchange & add */
| as0: Error: ../../../../egcs/libstdc++-v3/src/complex_io.cc, line 6: undefined a
| ssembler operation: .subsection
the error above is due to the fact that the asm in
config/cpu/alpha/bits/atomicity.h has directives that digital's
assembler doesn't know about '.subsection', et. al. I'm not sure
what .subsection and .previous are for (I suspect to help gas
produce better code.), but it looks like the code might still
work the same if those lines were removed. Of course, your best
bet would be to install gnu as from the binutils package, or if it
is installed, massage your PATH to make it visible before the digital
as[01].
hth.
brent