Keith Dick <
kd...@acm.org> wrote in
news:4sKdnXezMv28IyzL...@giganews.com:
>
> The format of TNS
> object files (code 100 files) is unique to the NonStop system,
> and so there seems to be only a small chance that anyone has
> written a program that displays the modification time of the
> source files used in a TNS object file.
Some years ago, I wrote a program that does exactly that, and more. It would provide the
modification timestamp for the source files for any code 100 (TNS compiled object), 301
(Pathway pseudocode), or 700 (ELF native) object file.
The code 100 and 700 parts weren't really all that hard, since the object file formats were
published in $SYSTEM.ZGUARD.DOBJFMT and $SYSTEM.ZGUARD.DELF, respectively.
Tandem doesn't publish the format of the Pathway pseudocode file, though...