VirtualBox

Changeset 87739 in vbox for trunk/include/iprt/asmdefs.mac


Ignore:
Timestamp:
Feb 12, 2021 4:36:17 PM (4 years ago)
Author:
vboxsync
Message:

SUP/Makefile-wrapper.gmk,iprt/asmdefs.mac: Call objtool on our .r0 object when ORCs are roaming freely accross our Linux kernel. Otherwise we won't get any callstacks. bugref:9937

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asmdefs.mac

    r87456 r87739  
    547547 %ifndef __NASM__ ; nasm does this in the global directive.
    548548size NAME(%1)               NAME(%1 %+ _EndProc) - NAME(%1)
    549 size NAME(%1 %+ _EndProc)   0
     549size NAME(%1 %+ _EndProc)   4 ; make it non-zero to shut up warnigns from Linux's objtool.
    550550 %endif
    551551%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