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: patch to improve g++ test results on openserver



  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


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