This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: patch to improve g++ test results on openserver
- To: Robert Lipe <robertl at dgii dot com>
- Subject: Re: patch to improve g++ test results on openserver
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 09 Nov 1997 09:53:24 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <19971107154026.63457@dgii.com>you write:
> I suspect the ASM_OUTPUT_ALIGNED_BSS thing is a placebo,
Most likely.
Let me guess -- you're seeing unaligned sections after the .bss
section?
Typically this would indicate a linker or linker script bug, so it's
probably worth tracking down.
However, defining ASM_OUTPUT_ALIGNED_BSS is a good thing since it
reduces wasted space in the .bss section.
My only concern is that the native sco assembler wouldn't handle it,
can you check that for me?
> if you don't like it, drop it. The ATEXIT thing is the
> important one here.
Can you elaborate a little more here -- if it's causing problems on
sco, then I'd like to know if we need to make a similar change for
other platforms.
jeff