VirtualBox

Changeset 74255 in vbox for trunk/src


Ignore:
Timestamp:
Sep 13, 2018 5:48:55 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/dbgstackdumpself: Another shot at the solaris linking issue. bugref:9152

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself-amd64-x86.asm

    r73761 r74255  
    126126SEH64_END_PROLOGUE
    127127
    128 %ifdef RT_ARCH_AMD64
    129         call    NAME(rtDbgStackDumpSelfWorker)
    130 %else
     128%ifndef RT_ARCH_AMD64
    131129        push    eax
    132130        push    dword [xBP + xCB * 4]
    133131        push    dword [xBP + xCB * 3]
    134132        push    dword [xBP + xCB * 2]
     133%endif
     134%ifdef ASM_FORMAT_ELF
     135 %ifdef PIC
     136        call    NAME(rtDbgStackDumpSelfWorker) wrt ..plt
     137 %else
     138        call    NAME(rtDbgStackDumpSelfWorker)
     139 %endif
     140%else
    135141        call    NAME(rtDbgStackDumpSelfWorker)
    136142%endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette