[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bsp_specs C++ question




On 6 Aug 1999, Ian Lance Taylor wrote:

>    Date: Fri, 6 Aug 1999 08:47:19 -0500 (CDT)
>    From: <joel at oarcorp.com>
> 
>    In doing the sparc/erc32 C++ support, I noticed that the pc386/bsp_specs
>    did not have "crti.o%s crtbegin.o%s" in the qrtems_debug: line.  Isn't
>    this wrong?  Don't these have to be referenced !qrtems_debug and
>    qrtems_debug?
> 
> If it's correct to use them when qrtems_debug is not set, then it's
> certainly correct to use them when qrtems_debug is set.

That's what I thought and wanted to hear someone say to confirm my
believe.

I almost feel comfortable enough to sweep this stuff in across the BSPs a
CPU family at a time. I am going to test this on psim and then work it in
to all PowerPC BSPs.

> My copy of pc386/bsp_specs doesn't mention them, but I'm still using
> the 19990528 snapshot.

The C++ support was corrected after that.