ARM toolchaisn by removing .type and .size directives.
+2011-04-11 Nick Clifton <nickc@redhat.com>
+
+ * binutils-all/arm/simple.s: Fix assembly problems for COFF based
+ ARM toolchaisn by removing .type and .size directives.
+
2011-04-07 Paul Carroll<pcarroll@codesourcery.com>
* binutils-all/arm/simple.s: Demo issue with objdump with
.text
.align 2
.global f1
- .type f1, %function
+
f1:
str fp, [sp, #-4]!
add fp, sp, #0
bx lr
.align 2
.word l
- .size f1, .-f1
+
.align 2
.global main
- .type main, %function
+
main:
stmfd sp!, {fp, lr}
add fp, sp, #4
.word 1717986919
.word -1840700269
.word l
- .size main, .-main
+
.ident "GCC: (Sourcery G++ 2011.03) 4.5.1"