VirtualBox

Changeset 56284 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 9, 2015 10:46:34 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100865
Message:

s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g s/VBoxDD2GC.gc/VBoxDD2RC.rc/g

Location:
trunk/src/VBox/VMM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r56085 r56284  
    409409if defined(VBOX_WITH_RAW_MODE) && !defined(VBOX_ONLY_EXTPACKS)
    410410 #
    411  # VMMRC.gc
     411 # VMMRC.rc
    412412 #
    413413 SYSMODS += VMMRC
    414414 VMMRC_TEMPLATE  = VBoxRc
    415  VMMRC_NAME      = VMMGC
    416  VMMRC_SYSSUFF   = .gc
     415 VMMRC_NAME      = VMMRC
    417416
    418417 VMMRC_DEFS      = IN_VMM_RC IN_RT_RC IN_DIS DIS_CORE_ONLY VBOX_WITH_RAW_MODE VBOX_WITH_RAW_MODE_NOT_R0 IN_SUP_RC \
  • trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp

    r56050 r56284  
    897897 * @returns VBox status code.
    898898 * @param   pVM             Pointer to the VM.
    899  * @param   pszModule       Module name. If NULL the main R0 module (VMMGC.gc) is assumes.
    900  * @param   pszSymbol       Symbol name. If it's value is less than 64k it's treated like a
    901  *                          ordinal value rather than a string pointer.
     899 * @param   pszModule       Module name.  If NULL the main R0 module (VMMRC.rc)
     900 *                          is assumes.
     901 * @param   pszSymbol       Symbol name.  If it's value is less than 64k it's
     902 *                          treated like a ordinal value rather than a string
     903 *                          pointer.
    902904 * @param   pRCPtrValue     Where to store the symbol value.
    903905 */
     
    15931595    if (!fNullRun)
    15941596        pModule = pdmR3LdrFindModule(pVM->pUVM,
    1595                                      pszModule ? pszModule : fRing0 ? "VMMR0.r0" : "VMMGC.gc",
     1597                                     pszModule ? pszModule : fRing0 ? "VMMR0.r0" : "VMMRC.rc",
    15961598                                     fRing0 ? PDMMOD_TYPE_R0 : PDMMOD_TYPE_RC,
    15971599                                     true /*fLazy*/, pszSearchPath);
  • trunk/src/VBox/VMM/VMMRC/VMMRC.def

    r55980 r56284  
    1515;
    1616
    17 LIBRARY VMMGC.gc
     17LIBRARY VMMRC.rc
    1818EXPORTS
    1919    ; data
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r55290 r56284  
    421421  tstMicroRC_LIBS        += \
    422422        $(PATH_STAGE_LIB)/VMMRCBuiltin$(VBOX_SUFF_LIB) \
    423         $(LIB_VMMGC)
     423        $(LIB_VMMRC)
    424424 endif
    425425 tstMicroRC_SOURCES.win = tstMicroRC.def
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