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]

Fix ARM backslash-at test for non-ELF targets


Hi Guys,

  I am applying the patch below to fix the new ARM backslash-at test
  so that it will work for non-ELF based ARM targets.

Cheers
  Nick

gas/testsuite/ChangeLog
2007-06-24  Nick Clifton  <nickc@redhat.com>

	* gas/arm/backslash-at.d: Fix for non-ELF arm targets.

Index: gas/testsuite/gas/arm/backslash-at.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/arm/backslash-at.d,v
retrieving revision 1.2
diff -c -3 -p -r1.2 backslash-at.d
*** gas/testsuite/gas/arm/backslash-at.d	22 May 2007 15:05:12 -0000	1.2
--- gas/testsuite/gas/arm/backslash-at.d	26 Jun 2007 09:26:15 -0000
***************
*** 4,16 ****
  .*:     file format .*arm.*
  
  Disassembly of section .text:
! 00000000 <foo-0x2> 615c      	.short	0x615c
! 00000002 <foo> e3a00000 	mov	r0, #0	; 0x0
! 00000006 <foo\+0x4> e3a00000 	mov	r0, #0	; 0x0
! 0000000a <foo\+0x8> e3a00000 	mov	r0, #0	; 0x0
! 0000000e <foo\+0xc> e3a00001 	mov	r0, #1	; 0x1
! 00000012 <foo\+0x10> e3a00001 	mov	r0, #1	; 0x1
! 00000016 <foo\+0x14> e3a00001 	mov	r0, #1	; 0x1
! 0000001a <foo\+0x18> e3a00002 	mov	r0, #2	; 0x2
! 0000001e <foo\+0x1c> e3a00002 	mov	r0, #2	; 0x2
! 00000022 <foo\+0x20> e3a00002 	mov	r0, #2	; 0x2
--- 4,17 ----
  .*:     file format .*arm.*
  
  Disassembly of section .text:
! 0+000 <.*>.*615c.*
! 0+002 <foo> e3a00000 	mov	r0, #0	; 0x0
! 0+006 <foo\+0x4> e3a00000 	mov	r0, #0	; 0x0
! 0+00a <foo\+0x8> e3a00000 	mov	r0, #0	; 0x0
! 0+00e <foo\+0xc> e3a00001 	mov	r0, #1	; 0x1
! 0+012 <foo\+0x10> e3a00001 	mov	r0, #1	; 0x1
! 0+016 <foo\+0x14> e3a00001 	mov	r0, #1	; 0x1
! 0+01a <foo\+0x18> e3a00002 	mov	r0, #2	; 0x2
! 0+01e <foo\+0x1c> e3a00002 	mov	r0, #2	; 0x2
! 0+022 <foo\+0x20> e3a00002 	mov	r0, #2	; 0x2
! #...


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