This is the mail archive of the binutils@sources.redhat.com 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]

Committed: testsuite/gas/cris/rd-pcrel2.d tweak for section flags change


The recent change in defaults for ELF section flags (or similar
to that effect) "broke" this test; .text.other did not specify
section flags in the source were not marked x, and then weren't
disassembled.  I didn't notice when I wrote the test.  Doh!

	* gas/cris/rd-pcrel2.d: Update for changes in section flag
	defaults.

Index: gas/cris/rd-pcrel2.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/cris/rd-pcrel2.d,v
retrieving revision 1.2
diff -p -c -r1.2 rd-pcrel2.d
*** gas/cris/rd-pcrel2.d	15 Jun 2003 23:46:37 -0000	1.2
--- gas/cris/rd-pcrel2.d	25 Sep 2003 12:49:20 -0000
*************** Disassembly of section \.text:
*** 38,40 ****
--- 38,52 ----
  [ 	]+7a:[ 	]+6ffd fd7f ffff 688a[ 	]+move.d \[\$?pc\+ffff7ffd <x8\+0xffff7f9d>\],\$?r8
  [ 	]+82:[ 	]+5ffd ff7f 688a[ 	]+move.d \[\$?pc\+32767\],\$?r8
  [ 	]+88:[ 	]+6ffd 0280 0000 688a[ 	]+move.d \[\$?pc\+8002 <x8\+0x7fa2>\],\$?r8
+ 
+ Disassembly of section \.text\.other:
+ 
+ 0+ <y>:
+ [ 	]+0:[ 	]+80f1 688a[ 	]+move.d \[\$?pc-128\],\$?r8
+ [ 	]+4:[ 	]+5ffd 7dff 688a[ 	]+move.d \[\$?pc-131\],\$?r8
+ [ 	]+a:[ 	]+7ff1 688a[ 	]+move.d \[\$?pc\+127\],\$?r8
+ [ 	]+e:[ 	]+5ffd 8200 688a[ 	]+move.d \[\$?pc\+130\],\$?r8
+ [ 	]+14:[ 	]+5ffd 0080 688a[ 	]+move.d \[\$?pc-32768\],\$?r8
+ [ 	]+1a:[ 	]+6ffd fd7f ffff 688a[ 	]+move.d \[\$?pc\+ffff7ffd <x8\+0xffff7f9d>\],\$?r8
+ [ 	]+22:[ 	]+5ffd ff7f 688a[ 	]+move.d \[\$?pc\+32767\],\$?r8
+ [ 	]+28:[ 	]+6ffd 0280 0000 688a[ 	]+move.d \[\$?pc\+8002 <x8\+0x7fa2>\],\$?r8

brgds, H-P


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