VirtualBox

Changeset 2086 in vbox for trunk


Ignore:
Timestamp:
Apr 14, 2007 12:43:55 PM (18 years ago)
Author:
vboxsync
Message:

fixed broken nasm support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile

    r1528 r2086  
    179179                -f $(if $(eq $(BUILD_TARGET),darwin),macho,elf) \
    180180                $(foreach inc,$(INCS),-I$(inc)/) -o [email protected] -l [email protected] $<
     181        $(SED) -f tstAsmStructsAsm-lst.sed [email protected] > $@
    181182else
    182183        $(QUIET)$(TOOL_NASM_AS) \
     184                -g \
    183185                $(addprefix -D, \
    184186                        $(DEFS) \
     
    191193                -f $(if $(eq $(BUILD_TARGET),darwin),macho,elf) \
    192194                $(foreach inc,$(INCS),-I$(inc)/) -o [email protected] -l [email protected] $<
    193 endif
    194         $(SED) -f tstAsmStructsAsm-lst.sed [email protected] > $@
     195                nm [email protected] | $(SED) \
     196                        -e '/[0-9a-fA-F][0-9a-fA-F]* [^a] /d' \
     197                        -e 's/[0-9a-fA-F][0-9a-fA-F]* a \([^ ]*\)/global \1/' \
     198                        > $@
     199endif
    195200
    196201
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