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]

Re: [rfc] towards a defined abi for libgfortran


On Mon, Dec 06, 2004 at 04:41:50PM -0800, Richard Henderson wrote:
> I've tested on linux, both with and without the attributes.  I have
> not tested on windows.  I may be able to do this later, but I'd really
> prefer someone else do it.  ;-)

It compiles.  It appears to put stuff in the right place,

Contents of section .drectve:
 0000 202d6578 706f7274 3a5f5f67 666f7274   -export:__gfort
 0010 72616e5f 6e656172 6573745f 72340000  ran_nearest_r4..

but we appear to be declining to build a dll.  This doesn't
seem to be affected by --enable-shared.

*shrug* I guess we can consider this "working", though
perhaps having these markers present in the static library
isn't the best of ideas, and so this bit should be disabled
until such time as we figure out what actually should be
happening.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]