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 gas testcase


The cfi-common-6 testcase fails on m68k because | is a comment character. This patch changes the source to not use |, ok?

nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk

2006-12-18  Nathan Sidwell  <nathan@codesourcery.com>

	* gas/cfi/cfi-common-6.s: Do not use |.

Index: gas/testsuite/gas/cfi/cfi-common-6.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/cfi/cfi-common-6.s,v
retrieving revision 1.1
diff -c -3 -p -r1.1 cfi-common-6.s
*** gas/testsuite/gas/cfi/cfi-common-6.s	3 Nov 2006 07:29:37 -0000	1.1
--- gas/testsuite/gas/cfi/cfi-common-6.s	18 Dec 2006 11:00:00 -0000
***************
*** 19,31 ****
  	.cfi_endproc
  
  	.cfi_startproc simple
! 	.cfi_personality (0x10 | 11), my_personality_v1
  	.cfi_lsda 27, 1f
  	.long 0
  	.cfi_endproc
  
  	.cfi_startproc simple
! 	.cfi_personality (0x10 | 11), my_personality_v1
  	.cfi_lsda 27, 2f
  	.long 0
  	.cfi_endproc
--- 19,31 ----
  	.cfi_endproc
  
  	.cfi_startproc simple
! 	.cfi_personality (0x1b), my_personality_v1
  	.cfi_lsda 27, 1f
  	.long 0
  	.cfi_endproc
  
  	.cfi_startproc simple
! 	.cfi_personality (0x1b), my_personality_v1
  	.cfi_lsda 27, 2f
  	.long 0
  	.cfi_endproc

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