MPS issue job003878

TitleSNC pool class missing from file-at-a-time builds
Statusclosed
Priorityoptional
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionThe SNC pool class is documented in the manual, but it is not included in file-at-a-time builds, thus resulting in linker failures:

Undefined symbols for architecture x86_64:
  "_mps_class_snc", referenced from:
      _main in walkt0.o
ld: symbol(s) not found for architecture x86_64
AnalysisAdd $(SNC) to $(MPM) in comm.gmk and commpre.gmk.
How foundmanual_test
EvidenceNone
Test proceduresncss
Created byGareth Rees
Created on2014-10-11 12:02:37
Last modified byGareth Rees
Last modified on2014-10-20 17:16:41
History2014-10-11 GDR Created.

Fixes

Change Effect Date User Description
187208 closed 2014-10-11 12:08:24 Gareth Rees Link SNC in the file-at-a-time builds, so that they match the mps.c builds.