VirtualBox

Changeset 100257 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Jun 23, 2023 9:14:27 AM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157972
Message:

bldprogs/VBoxDef2LazyLoad: Add support for building with gcc which has a slightly different assembly syntax, bug fixes for the generated code which didn't work previously, bugref:10457 [Add a BEGINCONSTSTRINGS and ENDCONSTSTRINGS macro to make use of the cstring_literals section support]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxDef2LazyLoad.cpp

    r100253 r100257  
    12071207            " * Imported names.\n"
    12081208            " */\n"
    1209             "BEGINCONST\n"
     1209            "BEGINCONSTSTRINGS\n"
    12101210            "g_szLibrary:\n"
    12111211            "    .asciz \"%s\"\n"
     
    12231223            "g_szFailLoadFmt:    .asciz \"Lazy loader failed to load \\\"%%s\\\": %%Rrc\\n\"\n"
    12241224            "g_szFailResolveFmt: .asciz \"Lazy loader failed to resolve symbol \\\"%%s\\\" in \\\"%%s\\\": %%Rrc\\n\"\n"
    1225             "ENDCONST\n"
     1225            "ENDCONSTSTRINGS\n"
    12261226            "\n"
    12271227            "\n");
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