Post #3977051
2026-07-21 03:44 UTC
One of the example .REL files I test with is the Microsoft FORTRAN-80 library, FOR LIB.REL, and it contains many cases of entry-symbol items before the module-name item. I haven't seen anything else in a module preceding the name.
In all examples I've seen, one of those early entry-symbol items has the same name as the module, though I'm not going to assume that to be a requirement.
2/
Replies (1)
-
@brouhaha@mastodon.social 2026-07-21 03:46
Now I'm changing my code to deal with these early entry-symbol items, by deferring them until the module name is found. For now, I'll still consider finding anything else before module-name to be an error. If later I discover that I'm wrong about that, more code changes will be needed. 3/