Bugfix ensure RTentity is a dependent of RTco.cc
authorGaius Mulley <gaiusmod2@gmail.com>
Tue, 24 Jan 2023 17:33:18 +0000 (17:33 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Tue, 24 Jan 2023 17:33:18 +0000 (17:33 +0000)
commitb061fc94d70dc82f554eeb94434cf03cd5af03f7
treebe0cc77f7e542a48da93600a4d7e962220241d60
parentc1093923733a1072a237f112e3239b5ebd88eadd
Bugfix ensure RTentity is a dependent of RTco.cc

RTco is a definition for C module and therefore there is no
RTco.mod.  The RTco.cc uses RTentity and the import in RTco.def
ensures that cc1gm2 can build a graph of all dependencies
should -fscaffold-static be used.

gcc/m2/ChangeLog:

* gm2-libs-iso/RTco.def: Import RTentity.
Declare RTco as a definition for C module.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/gm2-libs-iso/RTco.def