VirtualBox

Changeset 96016 in vbox


Ignore:
Timestamp:
Aug 4, 2022 1:54:02 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152810
Message:

IPRT: Removed non-working string _alias files and tried to address the mangling error from the previous commit. bugref:10261

Location:
trunk/src/VBox/Runtime
Files:
9 deleted
1 edited

Legend:

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

    r95968 r96016  
    27272727# This is used together with VBoxRT.
    27282728#
    2729 ## @todo the *_alias.c stuff is busted, remove and use RT_WITH_NOCRT_ALIASES instead.
    27302729RuntimeR3NoCRTGCC_TEMPLATE = VBoxNoCrtGccLib
    27312730RuntimeR3NoCRTGCC_LIBSUFF = $(VBOX_SUFF_LIB)
     2731RuntimeR3NoCRTGCC_DEFS    = RT_WITH_NOCRT_ALIASES
    27322732ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86)
    27332733 RuntimeR3NoCRTGCC_DEFS  += RT_NO_GIP
     
    27652765        common/math/trunc.asm \
    27662766        common/math/truncf.asm \
    2767         common/math/truncl.asm \
    2768         \
    2769         common/string/memchr_alias.c \
    2770         common/string/memcmp_alias.c \
    2771         common/string/memcpy_alias.c \
    2772         common/string/memmove_alias.c \
    2773         common/string/memset_alias.c \
    2774         common/string/strchr_alias.c \
    2775         common/string/strcmp_alias.c \
    2776         common/string/strlen_alias.c
     2767        common/math/truncl.asm
    27772768endif
    27782769
     
    43764367                        -e '/^strncpy/d' \
    43774368                        -e '/^strlen/d' \
     4369                        -e '/^setjmp/d' \
     4370                        -e '/^longjmp/d' \
    43784371                        -e '/^_Z[[:alpha:]]*[[:digit:]]\+RTC/d' \
    43794372                        -e '/^_Z[[:alpha:]]*[[:digit:]]\+RTC/d' \
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