Title | SNC pool class missing from file-at-a-time builds |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | The 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 |
Analysis | Add $(SNC) to $(MPM) in comm.gmk and commpre.gmk. |
How found | manual_test |
Evidence | None |
Test procedure | sncss |
Created by | Gareth Rees |
Created on | 2014-10-11 12:02:37 |
Last modified by | Gareth Rees |
Last modified on | 2014-10-20 17:16:41 |
History | 2014-10-11 GDR Created. |
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. |