Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!snorkelwacker!bloom-beacon!world!madd From: madd@world.std.com (jim frost) Newsgroups: comp.unix.aix Subject: Re: C-Fortran cocktail ('6000) Keywords: C fortran linkage Message-ID: <1990Sep3.185322.2941@world.std.com> Date: 3 Sep 90 18:53:22 GMT References: <6209@hub.ucsb.edu> Distribution: comp Organization: Saber Software Lines: 19 3003jalp@ucsbuxa.ucsb.edu (Applied Magnetics) writes: >Where are the linkage conventions of xlc and xlf documented? The best documentation on the linkage conventions is in the info document "Subroutine Linkage Conventions". Beware that this document is incorrect in describing the method of passing floats to subroutines and in the calling conventions for varargs functions. I recommend disassembling some simple functions if you want to know how to do those things. If you don't have info online I strongly recommend putting it there despite the disk usage. It's the best documentation I've ever seen for any computer system. Happy hacking, jim frost saber software jimf@saber.com