libf2c compatibility???
rlau@csc.com
rlau@csc.com
Thu Jun 15 09:16:00 GMT 2000
Does anyone in this mailing list know how certain data structure are initiliazed
in a g77 generated object?
I am talking about data structure that is associated with namelist. Those
data structure are basically
defined in libf2c?
Someone has mentioned that a static variable is stored in the data segment with
static linkage, how
is g77 or gcc implementating that kind of variables along with global variables
and stack variables?
In g77 a namelist variable might be declared like that in a g77 generated
assembly program:
LC1:
.ascii "MASS\0"
.data
.align 4
___g77_vardesc_1.18:
.long LC1
.long _mass.2
.long 0
.long 5
.text
I am assuming the code segment above include type information and something to
do with the Vardesc structure
defined in libf2c or libg2c.
Please help me!!!!!!!!!!! Who wrote g77 and libf2c anyway?
Thanks
More information about the Gcc
mailing list