This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Constructor order help (related to PR 6482)
- From: "Kean Johnston" <jkj at sco dot com>
- To: "'Richard Henderson'" <rth at redhat dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Thu, 10 Apr 2003 17:38:15 -0700
- Subject: RE: Constructor order help (related to PR 6482)
- Organization: The SCO Group
> (2) Neither CTOR_LIST_BEGIN nor CTORS_SECTION_ASM_OP defined,
> which results in the default version of __CTOR_LIST__.
This may or may not be relevant to the discussion. I figured
out how to correctly define BSS_SECTION_ASM_OP in sco5.h.
In days of old it was simply ".data". Not quite the same thing
at all. I now have it set to ".section .bss, "aw", @nobits"
which seems to be playing nicely with the other kids in the park.
Is changing this from being in .data to .bss likely to mess me
up in any interesting ways I don't expect?
Kean