The arm-symbianelf linker script contains a version block to hide some symbols linker defined symbols. This causes problems when linking shared libraries because these are treated as anonymous versions. The attached patch works around this by giving the version block a dummy name. All the symbols it contains are local, so the actual name is irelevant. Tested with cross to arm-none-symbianelf and applied. Paul 2005-02-17 Paul Brook * scripttempl/armbpabi.sc: Add dummy name to version block.