Bug 1470993 - Fix reflect mingw clang compilation r=dmajor

MozReview-Commit-ID: 4al9Yid9prK

--HG--
extra : rebase_source : 97d59d43270bd2ee23380d0b3cade2dbf9c517d0
This commit is contained in:
Jacek Caban 2018-06-25 21:51:39 +02:00
parent 7a3711075a
commit 16173fb976
2 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@
.globl XPTC__InvokebyIndex
.def XPTC__InvokebyIndex
.scl 3
.scl 2
.type 46
.endef
XPTC__InvokebyIndex:

View File

@ -257,26 +257,26 @@ asm(".intel_syntax noprefix\n" /* this is in intel syntax */ \
".text\n" \
".align 2\n" \
".if " #n " < 10\n" \
".globl _ZN14nsXPTCStubBase5Stub" #n "Ev@4\n" \
".def _ZN14nsXPTCStubBase5Stub" #n "Ev@4\n" \
".scl 3\n" /* private */ \
".globl _ZN14nsXPTCStubBase5Stub" #n "Ev\n" \
".def _ZN14nsXPTCStubBase5Stub" #n "Ev\n" \
".scl 2\n" /* external */ \
".type 46\n" /* function returning unsigned int */ \
".endef\n" \
"_ZN14nsXPTCStubBase5Stub" #n "Ev@4:\n" \
"_ZN14nsXPTCStubBase5Stub" #n "Ev:\n" \
".elseif " #n " < 100\n" \
".globl _ZN14nsXPTCStubBase6Stub" #n "Ev@4\n" \
".def _ZN14nsXPTCStubBase6Stub" #n "Ev@4\n" \
".scl 3\n" /* private */\
".globl _ZN14nsXPTCStubBase6Stub" #n "Ev\n" \
".def _ZN14nsXPTCStubBase6Stub" #n "Ev\n" \
".scl 2\n" /* external */\
".type 46\n" /* function returning unsigned int */ \
".endef\n" \
"_ZN14nsXPTCStubBase6Stub" #n "Ev@4:\n" \
"_ZN14nsXPTCStubBase6Stub" #n "Ev:\n" \
".elseif " #n " < 1000\n" \
".globl _ZN14nsXPTCStubBase7Stub" #n "Ev@4\n" \
".def _ZN14nsXPTCStubBase7Stub" #n "Ev@4\n" \
".scl 3\n" /* private */ \
".globl _ZN14nsXPTCStubBase7Stub" #n "Ev\n" \
".def _ZN14nsXPTCStubBase7Stub" #n "Ev\n" \
".scl 2\n" /* external */ \
".type 46\n" /* function returning unsigned int */ \
".endef\n" \
"_ZN14nsXPTCStubBase7Stub" #n "Ev@4:\n" \
"_ZN14nsXPTCStubBase7Stub" #n "Ev:\n" \
".else\n" \
".err \"stub number " #n " >= 1000 not yet supported\"\n" \
".endif\n" \