https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu.org

--- Comment #12 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
What does the problematic address accessed by the PLT stub point to?

_ZN8poly_intILj1ExEC1IiEERKT_+0xfffffffffcbb3c94@plt:
   0x00000042fca4c368 <+0>:     mov  %o7, %g5
   0x00000042fca4c36c <+4>:     call  0x42fca4c374 
   0x00000042fca4c370 <+8>:     nop 
   0x00000042fca4c374 <+12>:    ldx  [ %o7 + 0x80c ], %g1  <--- address
   0x00000042fca4c378 <+16>:    jmpl  %o7 + %g1, %g1
   0x00000042fca4c37c <+20>:    mov  %g5, %o7

In other words 0x00000042fca4c36c + 0x80c?

Reply via email to