This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Trivial testsuite fix for arm-coff


Hi all,

There is a FAIL in the gas testsuite for arm-coff targets,
on the gas/arm/thumb2_add test.
This FAIL is related to the usage of the elf-only pseudo ".type",
so I think it is a test bug.

Attached is a patch that fixes the issue by simply removing the offending line.

Tested on arm-none-coff and arm-none-eabi.

2006-08-04 Pedro Alves <pedro_alves@portugalmail.pt>

gas/testsuite
	* gas/arm/thumb2_add.s: Don't use elf specific ".type"
	pseudo-op.

Cheers,
Pedro Alves

Index: thumb2_add.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/arm/thumb2_add.s,v
retrieving revision 1.1
diff -u -r1.1 thumb2_add.s
--- thumb2_add.s	18 Jul 2006 16:44:47 -0000	1.1
+++ thumb2_add.s	4 Aug 2006 18:45:09 -0000
@@ -4,7 +4,6 @@
 	.global	thumb2_add
 	.thumb
 	.thumb_func
-	.type	thumb2_add, %function
 thumb2_add:
 	add r0, pc, #0x800
 	add r9, pc, #0

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]