This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the EGCS project.


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

Re: [Bug]: non-static arrays stored in object file


mrs@wrs.com (Mike Stump) writes:
> > Date: Thu, 29 Jul 1999 09:06:18 -0700
> > From: Steve McAndrewSmith <steve@finagle.org>
> 
> >   char Foo[10000000];
> >   -rw-r--r--   1 500      everyone 10000383 Jul 29 09:00 foo.o
> 
> This is a bug in the port file for cygwin, or a bug in cygwin.  It can
> use *_BSS_* macros to make this come out better, as I recall.
> You can also work around this with -fconserve-space.

Mike is absolutely correct. Defining the ASM_OUTPUT_*BSS*_ macros seems
to have fallen through the cracks. Next release.

Regards,
Mumit


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