VirtualBox

Changeset 85606 in vbox for trunk


Ignore:
Timestamp:
Aug 4, 2020 3:57:21 PM (4 years ago)
Author:
vboxsync
Message:

SUPDrvTracer.cpp: Try emit symbol sizes for SUPR0TracerFireProbe and supdrvTracerProbeFireStub to shut up objdump warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp

    r82968 r85606  
    14731473        .section .text                                                  \n\
    14741474                                                                        \n\
    1475         .p2align 2,,3                                                   \n\
     1475        .p2align 4                                                      \n\
    14761476        .global SUPR0TracerFireProbe                                    \n\
     1477        .type   SUPR0TracerFireProbe, @function                         \n\
    14771478SUPR0TracerFireProbe:                                                   \n\
    14781479");
    14791480# if   defined(RT_ARCH_AMD64)
    1480 __asm__(" \
    1481             movq    g_pfnSupdrvProbeFireKernel(%rip), %rax                  \n\
     1481__asm__("\
     1482            movq    g_pfnSupdrvProbeFireKernel(%rip), %rax              \n\
    14821483            jmp     *%rax \n\
    14831484");
    14841485# elif defined(RT_ARCH_X86)
    14851486__asm__("\
    1486             movl    g_pfnSupdrvProbeFireKernel, %eax                        \n\
     1487            movl    g_pfnSupdrvProbeFireKernel, %eax                    \n\
    14871488            jmp     *%eax \n\
    14881489");
     
    14911492# endif
    14921493__asm__("\
     1494        .size SUPR0TracerFireProbe, . - SUPR0TracerFireProbe            \n\
    14931495                                                                        \n\
    14941496        .type supdrvTracerProbeFireStub,@function                       \n\
     
    14961498supdrvTracerProbeFireStub:                                              \n\
    14971499        ret                                                             \n\
     1500        .size supdrvTracerProbeFireStub, . - supdrvTracerProbeFireStub  \n\
    14981501                                                                        \n\
    14991502        .previous                                                       \n\
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