Update to SVN rev 17804
- ArrayValueInstruction is no longer a ConstantInstruction.
- SizeofValueInstruction is now ExprComponent: targetInst become expr.
- MethodCallInstruction is now AddressComponent: receiver become address, isSame() now also compare names.
- GecosFile and GecosProject are now AnnotatedElement.
- GecosProject.macros become a contained EMap <String,String> (now serializable): setMacros() method no longer exist (use getMarcos() instead).
- add new annotation 'FileLocationAnnotation' and method AnnotatedElement.getFileLocation().
- gecos tom mapping: removed custom mappingInstances.
- CDT: add support for adding FileLocation annotations (disabled by default).
- CDT: add ExternalLinkResoulver module.