2005-02-17 Paul Brook <paul@codesourcery.com>
* scripttempl/armbpabi.sc: Add dummy name to version block.
This commit is contained in:
parent
20c2cbe38d
commit
c68dac40b0
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-02-17 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* scripttempl/armbpabi.sc: Add dummy name to version block.
|
||||||
|
|
||||||
2005-02-17 Alan Modra <amodra@bigpond.net.au>
|
2005-02-17 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ldexp.c (new_abs): Init new.str.
|
* ldexp.c (new_abs): Init new.str.
|
||||||
|
|
|
@ -142,7 +142,9 @@ ${RELOCATING- /* For some reason, the Solaris linker makes bad executables
|
||||||
|
|
||||||
VERSION
|
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:
|
local:
|
||||||
Image\$\$ER_RO\$\$Base;
|
Image\$\$ER_RO\$\$Base;
|
||||||
Image\$\$ER_RO\$\$Limit;
|
Image\$\$ER_RO\$\$Limit;
|
||||||
|
|
Loading…
Reference in a new issue