This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Building libstdc++


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

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