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]

tic54x gas testsuite fixes


Applying mainline and branch.

gas/testsuite/ChangeLog
	* gas/tic54x/align.s: Add comment.
	* gas/tic54x/align.d: Adjust .text size for 2002-05-23 write.c change.
	* gas/tic54x/extaddr.d: Similarly adjust disassembly tail.

Index: gas/testsuite/gas/tic54x/align.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/tic54x/align.d,v
retrieving revision 1.2
diff -u -p -r1.2 align.d
--- gas/testsuite/gas/tic54x/align.d	13 Nov 2001 14:22:44 -0000	1.2
+++ gas/testsuite/gas/tic54x/align.d	26 Aug 2002 08:25:37 -0000
@@ -5,7 +5,7 @@
 
 Sections:
 Idx Name          Size      VMA       LMA       File off  Algn
-  0 .text         000000c0  00000000  00000000  0000....  2..7
+  0 .text         00000089  00000000  00000000  0000....  2..7
                   CONTENTS, ALLOC, LOAD, ....
   1 .data         00000005  00000000  00000000  0000....  2..1
                   CONTENTS, ALLOC, LOAD, DATA
@@ -53,4 +53,3 @@ Disassembly of section .text:
   86:	0005.*
   87:	0006.*
   88:	0007.*
-	...
Index: gas/testsuite/gas/tic54x/align.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/tic54x/align.s,v
retrieving revision 1.2
diff -u -p -r1.2 align.s
--- gas/testsuite/gas/tic54x/align.s	13 Nov 2001 14:22:44 -0000	1.2
+++ gas/testsuite/gas/tic54x/align.s	26 Aug 2002 08:25:37 -0000
@@ -20,6 +20,8 @@ align8	.word	8
 align128 .byte	4
 	.word	0,1,2,3,4,5,6,7
 * TI .text section total size is 0x89 words; GAS fills to 0xc0
+* no, it doesn't fill post 2002-05-23 write.c change since we don't define
+# HANDLE_ALIGN or SUB_SEGMENT_ALIGN.
 	.data
 	.field	2, 3
 	.field	11, 8
Index: gas/testsuite/gas/tic54x/extaddr.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/tic54x/extaddr.d,v
retrieving revision 1.2
diff -u -p -r1.2 extaddr.d
--- gas/testsuite/gas/tic54x/extaddr.d	13 Nov 2001 14:22:49 -0000	1.2
+++ gas/testsuite/gas/tic54x/extaddr.d	26 Aug 2002 08:25:37 -0000
@@ -53,5 +53,3 @@ Disassembly of section .text:
    10080:	f881.*
    10081:	0080.*
 .*10080: ARELEXT.*
-	...
-

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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