]> Git Repo - binutils.git/commitdiff
2005-02-17 Paul Brook <[email protected]>
authorPaul Brook <[email protected]>
Thu, 17 Feb 2005 13:24:59 +0000 (13:24 +0000)
committerPaul Brook <[email protected]>
Thu, 17 Feb 2005 13:24:59 +0000 (13:24 +0000)
* scripttempl/armbpabi.sc: Add dummy name to version block.

ld/ChangeLog
ld/scripttempl/armbpabi.sc

index 468c711a90bf5e4d3f6d09a4a34c0124e06c8323..10f2c952f8fe6abab4f53d94cacbf8f5fa72fad1 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-17  Paul Brook  <[email protected]>
+
+       * scripttempl/armbpabi.sc: Add dummy name to version block.
+
 2005-02-17  Alan Modra  <[email protected]>
 
        * ldexp.c (new_abs): Init new.str.
index 589a9e5006f476242a0f87ee794326e05f352116..ae03504d22d945c620d7752420962d12df23dc1d 100644 (file)
@@ -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;
This page took 0.029992 seconds and 4 git commands to generate.