This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 28 Aug 2009, at 20:23, Steve Kargl wrote: <snip>
symbol.c:#include "iso-c-binding.def" symbol.c:#include "iso-c-binding.def" trans-types.c:#include "iso-c-binding.def"
Is this the model that should be used for "ieee_arithmetic"? (i.e. declare the c functions in a __ieee_arithmetic_ namespace). Is this the manner in which a USE statement decides how to form a function name precursor ?
The prefix should be _gfortran_. I haven't given it much thought, but I suspect the IEEE modules can be built on the fly as well.
I had found the .def files but hadn't got any further... I'll look into replication of this approach for IEEE_*
thanks again, Iain
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |