symbols.map stanza names

2015-08-28 Thread Alan Griffiths
The current approach to naming stanzas in the symbol maps leads to a potential for mistakes. For example, src/platform/symbols.map has the following stanzas: MIRPLATFORM_9 { ... } MIRPLATFORM_9.1 { ... } MIRPLATFORM_9; It is far from obvious when adding a symbol whether it should be added to MIR

Re: symbols.map stanza names

2015-08-28 Thread Alexandros Frantzis
On Fri, Aug 28, 2015 at 04:46:24PM +0100, Alan Griffiths wrote: > The current approach to naming stanzas in the symbol maps leads to a > potential for mistakes. For example, src/platform/symbols.map has the > following stanzas: > > MIRPLATFORM_9 { > ... > } > > MIRPLATFORM_9.1 { > ... > } MIRPLAT