VirtualBox

Ignore:
Timestamp:
May 2, 2012 8:10:38 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77734
Message:

attempt at solaris build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLibTracerA.asm

    r41125 r41126  
    2929;*******************************************************************************
    3030%include "iprt/asmdefs.mac"
     31
     32; This should go into asmdefs.mac
     33%ifdef PIC
     34 %ifdef ASM_FORMAT_ELF
     35  %define RT_ASM_USE_GOT
     36  %define RT_ASM_USE_PLT
     37 %endif
     38%endif
    3139
    3240
     
    202210 %else
    203211        mov     xSI, xSP
    204   %ifdef RT_OS_DARWIN
    205         call    NAME(suplibTracerFireProbe)
    206   %elifdef PIC
     212  %ifdef RT_ASM_USE_PLT
    207213        call    [rel NAME(suplibTracerFireProbe) wrt ..plt]
    208214  %else
     
    251257        push    xDX
    252258        push    xCX
     259 %ifdef RT_ASM_USE_PLT
     260        call    NAME(suplibTracerFireProbe) wrt ..plt
     261 %else
    253262        call    NAME(suplibTracerFireProbe)
     263 %endif
    254264%else
    255265 %error "Arch not supported (or correctly defined)."
Note: See TracChangeset for help on using the changeset viewer.

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