diff options
author | Paul Brook <paul@codesourcery.com> | 2005-02-17 13:24:59 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-02-17 13:24:59 +0000 |
commit | c68dac40b05490c1ec4280fe6609ede69782b87a (patch) | |
tree | 14ac42dee71a9b23b7dc7388efa0ac74d347d7f3 /ld/scripttempl | |
parent | 20c2cbe38dd5b06ed38d9df2d112591a35657af3 (diff) | |
download | gdb-c68dac40b05490c1ec4280fe6609ede69782b87a.zip gdb-c68dac40b05490c1ec4280fe6609ede69782b87a.tar.gz gdb-c68dac40b05490c1ec4280fe6609ede69782b87a.tar.bz2 |
2005-02-17 Paul Brook <paul@codesourcery.com>
* scripttempl/armbpabi.sc: Add dummy name to version block.
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; |