[ARM]: The text section is called ".text", not "text". This caused any ARM assembly to create a new section in the PE and waste 4KB.

svn path=/trunk/; revision=49727
This commit is contained in:
Sir Richard 2010-11-23 16:33:29 +00:00
parent 9dfdc0c94c
commit a93c65e3fe

View file

@ -1,6 +1,6 @@
.macro TEXTAREA
.section text, "rx"
.section .text, "rx"
.align 2
.endm