diff options
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/armbpabi.sc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/scripttempl/armbpabi.sc b/ld/scripttempl/armbpabi.sc index 589a9e5..ae03504 100644 --- a/ld/scripttempl/armbpabi.sc +++ b/ld/scripttempl/armbpabi.sc @@ -142,7 +142,9 @@ ${RELOCATING- /* For some reason, the Solaris linker makes bad executables VERSION { - { + /* Give these a dummy version to work around linker lameness. + The name used shouldn't matter as these are all local symbols. */ + __GNU { local: Image\$\$ER_RO\$\$Base; Image\$\$ER_RO\$\$Limit; |