bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/19576] bogus code generation with on SunOS with 2.26


From: hjl.tools at gmail dot com
Subject: [Bug gas/19576] bogus code generation with on SunOS with 2.26
Date: Mon, 08 Feb 2016 15:53:04 +0000

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    address@hidden
        call    address@hidden
        call    address@hidden
        call    address@hidden
        call    address@hidden
---

with your assembler and upload the .o file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]