mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1470993 - Fix reflect mingw clang compilation r=dmajor
MozReview-Commit-ID: 4al9Yid9prK --HG-- extra : rebase_source : 97d59d43270bd2ee23380d0b3cade2dbf9c517d0
This commit is contained in:
parent
7a3711075a
commit
16173fb976
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
.globl XPTC__InvokebyIndex
|
.globl XPTC__InvokebyIndex
|
||||||
.def XPTC__InvokebyIndex
|
.def XPTC__InvokebyIndex
|
||||||
.scl 3
|
.scl 2
|
||||||
.type 46
|
.type 46
|
||||||
.endef
|
.endef
|
||||||
XPTC__InvokebyIndex:
|
XPTC__InvokebyIndex:
|
||||||
|
@ -257,26 +257,26 @@ asm(".intel_syntax noprefix\n" /* this is in intel syntax */ \
|
|||||||
".text\n" \
|
".text\n" \
|
||||||
".align 2\n" \
|
".align 2\n" \
|
||||||
".if " #n " < 10\n" \
|
".if " #n " < 10\n" \
|
||||||
".globl _ZN14nsXPTCStubBase5Stub" #n "Ev@4\n" \
|
".globl _ZN14nsXPTCStubBase5Stub" #n "Ev\n" \
|
||||||
".def _ZN14nsXPTCStubBase5Stub" #n "Ev@4\n" \
|
".def _ZN14nsXPTCStubBase5Stub" #n "Ev\n" \
|
||||||
".scl 3\n" /* private */ \
|
".scl 2\n" /* external */ \
|
||||||
".type 46\n" /* function returning unsigned int */ \
|
".type 46\n" /* function returning unsigned int */ \
|
||||||
".endef\n" \
|
".endef\n" \
|
||||||
"_ZN14nsXPTCStubBase5Stub" #n "Ev@4:\n" \
|
"_ZN14nsXPTCStubBase5Stub" #n "Ev:\n" \
|
||||||
".elseif " #n " < 100\n" \
|
".elseif " #n " < 100\n" \
|
||||||
".globl _ZN14nsXPTCStubBase6Stub" #n "Ev@4\n" \
|
".globl _ZN14nsXPTCStubBase6Stub" #n "Ev\n" \
|
||||||
".def _ZN14nsXPTCStubBase6Stub" #n "Ev@4\n" \
|
".def _ZN14nsXPTCStubBase6Stub" #n "Ev\n" \
|
||||||
".scl 3\n" /* private */\
|
".scl 2\n" /* external */\
|
||||||
".type 46\n" /* function returning unsigned int */ \
|
".type 46\n" /* function returning unsigned int */ \
|
||||||
".endef\n" \
|
".endef\n" \
|
||||||
"_ZN14nsXPTCStubBase6Stub" #n "Ev@4:\n" \
|
"_ZN14nsXPTCStubBase6Stub" #n "Ev:\n" \
|
||||||
".elseif " #n " < 1000\n" \
|
".elseif " #n " < 1000\n" \
|
||||||
".globl _ZN14nsXPTCStubBase7Stub" #n "Ev@4\n" \
|
".globl _ZN14nsXPTCStubBase7Stub" #n "Ev\n" \
|
||||||
".def _ZN14nsXPTCStubBase7Stub" #n "Ev@4\n" \
|
".def _ZN14nsXPTCStubBase7Stub" #n "Ev\n" \
|
||||||
".scl 3\n" /* private */ \
|
".scl 2\n" /* external */ \
|
||||||
".type 46\n" /* function returning unsigned int */ \
|
".type 46\n" /* function returning unsigned int */ \
|
||||||
".endef\n" \
|
".endef\n" \
|
||||||
"_ZN14nsXPTCStubBase7Stub" #n "Ev@4:\n" \
|
"_ZN14nsXPTCStubBase7Stub" #n "Ev:\n" \
|
||||||
".else\n" \
|
".else\n" \
|
||||||
".err \"stub number " #n " >= 1000 not yet supported\"\n" \
|
".err \"stub number " #n " >= 1000 not yet supported\"\n" \
|
||||||
".endif\n" \
|
".endif\n" \
|
||||||
|
Loading…
Reference in New Issue
Block a user