Bugfix for tiny modules importing from definition for "C".
If a tiny application module imports only from a definition for "C"
the import graph will not join with the core modula-2 libraries.
Thus if a range exception were to occur in the application the
libraries might be uninitialized. This patch forces the application
module to be initialized last.
gcc/m2/ChangeLog:
* gm2-libs/M2Dependent.mod (DisplayModuleInfo): Use variable count
to display entry number. (CheckApplication) Check that the
application is the last entry in the list and move the list head
if appropriate.