This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the EGCS project.
Re: [Bug]: non-static arrays stored in object file
- To: mrs@wrs.com (Mike Stump)
- Subject: Re: [Bug]: non-static arrays stored in object file
- From: Mumit Khan <khan@xraylith.wisc.EDU>
- Date: Fri, 30 Jul 1999 10:41:51 -0500
- cc: gcc-bugs@gcc.gnu.org, steve@finagle.org
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