Currently symbols assigned or created by linkerscript are not processed early
enough. As a result it is not possible to version them or assign any other flags/properties.
Patch adds declareSymbols() method to script class. It allows to add
symbols early enough as undefined and that allows to version them properly.
Remove "enough"