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]
Other format: [Raw text]

RE: Constructor order help (related to PR 6482)


> (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


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