VirtualBox

Changeset 8174 in vbox


Ignore:
Timestamp:
Apr 18, 2008 7:26:36 PM (16 years ago)
Author:
vboxsync
Message:

rebranding

Location:
trunk/src/recompiler
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/Makefile.kmk

    r8155 r8174  
    8888dyngen_CFLAGS        += -Wno-missing-prototypes -Wno-missing-declarations
    8989dyngen_INCS          := \
    90         InnoTek \
     90        Sun \
    9191        target-i386 \
    9292        fpu \
     
    102102
    103103$(REM_MOD)_INCS             = \
    104         InnoTek \
    105         InnoTek/crt\
     104        Sun \
     105        Sun/crt\
    106106        target-i386 \
    107107        fpu \
     
    121121        target-i386/translate.c
    122122$(REM_MOD)_SOURCES.debug = \
    123         InnoTek/testmath.c
     123        Sun/testmath.c
    124124ifeq ($(filter-out win os2,$(BUILD_TARGET)),)
    125125 $(REM_MOD)_SOURCES        += target-i386/op.c
     
    147147 # This doesn't fit in IPRT because it requires GAS and is LGPL.
    148148 $(REM_MOD)_SOURCES        += \
    149         InnoTek/e_powl-$(BUILD_TARGET_ARCH).S
     149        Sun/e_powl-$(BUILD_TARGET_ARCH).S
    150150
    151151 ifeq ($(REM_MOD),VBoxREM)
     
    258258testmath_LDFLAGS        = -g
    259259testmath_DEFS           = MATHTEST_STANDALONE
    260 testmath_SOURCES        = InnoTek/testmath.c
     260testmath_SOURCES        = Sun/testmath.c
    261261#testmath_SOURCES        += $(PATH_LIB)/RuntimeR3NoCRTGCC$(VBOX_SUFF_LIB)
    262262
     
    298298VBoxREMImp_LDFLAGS.l4       = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib
    299299
    300 $(PATH_TARGET)/VBoxREMImp.c: VBoxREM.def InnoTek/deftoimp.sed Makefile.kmk | $(call DIRDEP,$(PATH_TARGET))
     300$(PATH_TARGET)/VBoxREMImp.c: VBoxREM.def Sun/deftoimp.sed Makefile.kmk | $(call DIRDEP,$(PATH_TARGET))
    301301        $(call MSG_GENERATE,,$@)
    302302        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
     
    307307        $(QUIET)$(APPEND) $@.tmp '#endif'
    308308        $(QUIET)$(APPEND) $@.tmp ''
    309         $(QUIET)$(SED) -f InnoTek/deftoimp.sed VBoxREM.def >> $@.tmp
     309        $(QUIET)$(SED) -f Sun/deftoimp.sed VBoxREM.def >> $@.tmp
    310310        $(QUIET)$(MV) -f $@.tmp $@
    311311
     
    391391$(PATH_$(REM_MOD))/op.S: \
    392392                target-i386/op.c \
    393                 InnoTek/staged-op-elf-$(BUILD_TARGET_ARCH).S \
    394                 InnoTek/op-validate.sed \
    395                 InnoTek/op-darwin.sed \
    396                 InnoTek/op-undefined.lst \
     393                Sun/staged-op-elf-$(BUILD_TARGET_ARCH).S \
     394                Sun/op-validate.sed \
     395                Sun/op-darwin.sed \
     396                Sun/op-undefined.lst \
    397397                Makefile.kmk \
    398398                $(comp-cmds COMPILE_OP_CMDS,COMPILE_OP_CMDS_PREV,FORCE) \
     
    411411        else \
    412412                $(ECHO_EXT) "Using staged op.S [gcc v$${major_ver}.$${minor_ver}.$${bugfix_ver}]" && \
    413                 $(CP_EXT) -f InnoTek/staged-op-elf-$(BUILD_TARGET_ARCH).S $@.tmp; \
     413                $(CP_EXT) -f Sun/staged-op-elf-$(BUILD_TARGET_ARCH).S $@.tmp; \
    414414        fi
    415415else
    416         $(CP) InnoTek/staged-op-elf-$(BUILD_TARGET_ARCH).S $@.tmp
    417 endif
    418         $(SED) -f InnoTek/op-validate.sed $@.tmp
     416        $(CP) Sun/staged-op-elf-$(BUILD_TARGET_ARCH).S $@.tmp
     417endif
     418        $(SED) -f Sun/op-validate.sed $@.tmp
    419419ifeq ($(BUILD_TARGET),darwin)
    420         $(SED) -f InnoTek/op-darwin.sed $@.tmp > $@.tmp2
    421         $(SED) -e 's/^\(.*\)$$/#define \1 _\1/' InnoTek/op-undefined.lst > $@.tmp
     420        $(SED) -f Sun/op-darwin.sed $@.tmp > $@.tmp2
     421        $(SED) -e 's/^\(.*\)$$/#define \1 _\1/' Sun/op-undefined.lst > $@.tmp
    422422        $(CAT_EXT) $@.tmp2 >> $@.tmp
    423423endif
  • trunk/src/recompiler/Sun/crt/stdio.h

    • Property svn:eol-style set to native
    r8155 r8174  
    2020 */
    2121
    22 #ifndef ___InnoTek_stdio_h
    23 #define ___InnoTek_stdio_h
     22#ifndef ___Sun_stdio_h
     23#define ___Sun_stdio_h
    2424
    2525#ifndef LOG_GROUP
  • trunk/src/recompiler/VBoxRecompiler.c

    r8155 r8174  
    212212/* Instantiate the structure signatures. */
    213213#define REM_STRUCT_OP 0
    214 #include "InnoTek/structs.h"
     214#include "Sun/structs.h"
    215215
    216216
  • trunk/src/recompiler/target-i386/op.c

    r6726 r8174  
    25822582/* Instantiate the structure signatures. */
    25832583# define REM_STRUCT_OP 1
    2584 # include "../InnoTek/structs.h"
    2585 #endif
    2586 
     2584# include "../Sun/structs.h"
     2585#endif
     2586
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