public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [Fwd: g77 data segment]
@ 1999-07-10  5:29 Toon Moene
  1999-07-10  8:01 ` David Edelsohn
  1999-07-31 23:33 ` Toon Moene
  0 siblings, 2 replies; 4+ messages in thread
From: Toon Moene @ 1999-07-10  5:29 UTC (permalink / raw)
  To: egcs

I got the following question, to which I don't know the answer.

Could an AIX guru reply to this (David ?) - that is, I assume that the
reference to `xlf' means that we're talking IBM here ...

Thanks in advance,

-- 
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://world.std.com/~burley/g77.html


To : ronis@onsager.chem.mcgill.ca
Subject : g77 data segment
From : chris.hulme@se.abb.com
Date : Fri, 9 Jul 1999 14:16:39 +0100
cc : toon@moene.indiv.nluug.nl
Return-Receipt-To : chris.hulme@se.abb.com



I have been reading the manual pages for GNU Fortran on the internet trying to
find an equivelent command for the -bmaxdata command from xlf Fortran. The
command from the xlf function states
'-bmaxdata:<bytes>
                  Specifies the maximum amount of space to reserve for the
                  program data segment, if you need more than 256Mb.'

I have not use g77 before and am looking for a similar command that will allow
up to 512Mb data segment. I would appreciate any help or advice you can give.

Thankyou

Chris Hulme


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Fwd: g77 data segment]
  1999-07-10  5:29 [Fwd: g77 data segment] Toon Moene
@ 1999-07-10  8:01 ` David Edelsohn
  1999-07-31 23:33   ` David Edelsohn
  1999-07-31 23:33 ` Toon Moene
  1 sibling, 1 reply; 4+ messages in thread
From: David Edelsohn @ 1999-07-10  8:01 UTC (permalink / raw)
  To: chris.hulme; +Cc: ronis, Toon Moene, egcs

>>>>> Chris Hulme writes:

Chris> I have been reading the manual pages for GNU Fortran on the internet trying to
Chris> find an equivelent command for the -bmaxdata command from xlf Fortran. The
Chris> command from the xlf function states
Chris> '-bmaxdata:<bytes>
Chris> Specifies the maximum amount of space to reserve for the
Chris> program data segment, if you need more than 256Mb.'

Chris> I have not use g77 before and am looking for a similar command that will allow
Chris> up to 512Mb data segment. I would appreciate any help or advice you can give.

	-bmaxdata is an AIX linker commandline option.  AIX compilers pass
commandline options beginning with -b to the link phase.  GNU compilers
have another meaning for -b commandline options.

	One can pass any commandline argument directly to the linker using
the "-Wl," GNU compiler commandline option.  To set maxdata use
-Wl,-bmaxdata:NUMBER, e.g. -Wl,-bmaxdata:0x20000000 on the GNU Fortran
link line. 

David

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Fwd: g77 data segment]
  1999-07-10  5:29 [Fwd: g77 data segment] Toon Moene
  1999-07-10  8:01 ` David Edelsohn
@ 1999-07-31 23:33 ` Toon Moene
  1 sibling, 0 replies; 4+ messages in thread
From: Toon Moene @ 1999-07-31 23:33 UTC (permalink / raw)
  To: egcs

I got the following question, to which I don't know the answer.

Could an AIX guru reply to this (David ?) - that is, I assume that the
reference to `xlf' means that we're talking IBM here ...

Thanks in advance,

-- 
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://world.std.com/~burley/g77.html


To : ronis at onsager dot chem dot mcgill dot ca
Subject : g77 data segment
From : chris dot hulme at se dot abb dot com
Date : Fri, 9 Jul 1999 14:16:39 +0100
cc : toon at moene dot indiv dot nluug dot nl
Return-Receipt-To : chris.hulme@se.abb.com



I have been reading the manual pages for GNU Fortran on the internet trying to
find an equivelent command for the -bmaxdata command from xlf Fortran. The
command from the xlf function states
'-bmaxdata:<bytes>
                  Specifies the maximum amount of space to reserve for the
                  program data segment, if you need more than 256Mb.'

I have not use g77 before and am looking for a similar command that will allow
up to 512Mb data segment. I would appreciate any help or advice you can give.

Thankyou

Chris Hulme


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Fwd: g77 data segment]
  1999-07-10  8:01 ` David Edelsohn
@ 1999-07-31 23:33   ` David Edelsohn
  0 siblings, 0 replies; 4+ messages in thread
From: David Edelsohn @ 1999-07-31 23:33 UTC (permalink / raw)
  To: chris.hulme; +Cc: ronis, Toon Moene, egcs

>>>>> Chris Hulme writes:

Chris> I have been reading the manual pages for GNU Fortran on the internet trying to
Chris> find an equivelent command for the -bmaxdata command from xlf Fortran. The
Chris> command from the xlf function states
Chris> '-bmaxdata:<bytes>
Chris> Specifies the maximum amount of space to reserve for the
Chris> program data segment, if you need more than 256Mb.'

Chris> I have not use g77 before and am looking for a similar command that will allow
Chris> up to 512Mb data segment. I would appreciate any help or advice you can give.

	-bmaxdata is an AIX linker commandline option.  AIX compilers pass
commandline options beginning with -b to the link phase.  GNU compilers
have another meaning for -b commandline options.

	One can pass any commandline argument directly to the linker using
the "-Wl," GNU compiler commandline option.  To set maxdata use
-Wl,-bmaxdata:NUMBER, e.g. -Wl,-bmaxdata:0x20000000 on the GNU Fortran
link line. 

David

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-07-31 23:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-10  5:29 [Fwd: g77 data segment] Toon Moene
1999-07-10  8:01 ` David Edelsohn
1999-07-31 23:33   ` David Edelsohn
1999-07-31 23:33 ` Toon Moene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).