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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Richard PALO from comment #5)
> (In reply to H.J. Lu from comment #4)
> > The difference is
> > -    64: 00000000     0 NOTYPE  GLOBAL DEFAULT OS [0xff3f]
> > __dtrace_Xserver___resour
> > +    64: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND 
> > __dtrace_Xserver___resour
> >...
> > -    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
> 
> I'm not sure, perhaps something in the cross assembly toolchain is buggy?
> 

I can't tell how assembler in binutils 2.26 will generate 0xff3f as section
index.  Please assemble

---
        .text
        call    __dtrace_Xserver___resource__alloc@PLT
        call    __dtrace_Xserver___resource__free@PLT
        call    __dtrace_Xserver___resource__free@PLT
        call    __dtrace_Xserver___resource__free@PLT
        call    __dtrace_Xserver___resource__free@PLT
---

with your assembler and upload the .o file.

-- 
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