https://sourceware.org/bugzilla/show_bug.cgi?id=19576

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
The difference is

@ -317,7 +317,7 @@ Symbol table '.symtab' contains 95 entri
     37: 00000004     4 OBJECT  GLOBAL DEFAULT  COM ResourceStateCallback
     38: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND _CallCallbacks
     39: 00000004     4 OBJECT  GLOBAL DEFAULT  COM TypeMask
-    40: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND ree
+    40: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND free
     41: 000001c0   153 FUNC    GLOBAL DEFAULT    1 CreateNewResourceType
     42: 00000004     4 OBJECT  GLOBAL DEFAULT  COM lastResourceType
     43: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND xreallocarray
@@ -341,10 +341,10 @@ Symbol table '.symtab' contains 95 entri
     61: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND FatalError
     62: 00000a60   720 FUNC    GLOBAL DEFAULT    1 AddResource
     63: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND LookupResourceName
-    64: 00000000     0 NOTYPE  GLOBAL DEFAULT OS [0xff3f]
__dtrace_Xserver___resour
+    64: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __dtrace_Xserver___resour
     65: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND ErrorF
     66: 00000d30   298 FUNC    GLOBAL DEFAULT    1 FreeResource
-    67: 00000000     0 NOTYPE  GLOBAL DEFAULT OS [0xff3f]
__dtrace_Xserver___resour
                                               ^^^^^^^^^^^^^ 2.26 Where does
this special section index come from?  My cross assembler doesn't have it.
Please find out why it happens on Solaris.

+    67: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __dtrace_Xserver___resour
     68: 00000e60   267 FUNC    GLOBAL DEFAULT    1 FreeResourceByType
     69: 00000f70   184 FUNC    GLOBAL DEFAULT    1 ChangeResourceValue
     70: 00001030   244 FUNC    GLOBAL DEFAULT    1 FindClientResourcesByType

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to