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]

Committed, adjustments for ld-cris for recent symbol change.


See <URL:http://sourceware.org/ml/binutils/2005-08/msg00213.html>.

ld/testsuite:

	* ld-cris/dso-1.s: Add missing alignment directive.
	* ld-cris/libdso-10.d: Adjust accordingly.

Index: dso-1.s
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-cris/dso-1.s,v
retrieving revision 1.1
diff -u -p -r1.1 dso-1.s
--- dso-1.s	31 Jan 2002 10:42:18 -0000	1.1
+++ dso-1.s	16 Aug 2005 15:05:28 -0000
@@ -1,6 +1,7 @@
 	.text
 	.global	dsofn
 	.type	dsofn,@function
+	.p2align 1
 dsofn:
 	nop
 .Lfe:
Index: libdso-10.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-cris/libdso-10.d,v
retrieving revision 1.9
diff -u -p -r1.9 libdso-10.d
--- libdso-10.d	15 Aug 2005 15:39:45 -0000	1.9
+++ libdso-10.d	16 Aug 2005 15:05:28 -0000
@@ -9,7 +9,7 @@
 
 Program Header:
     LOAD off    0x0+ vaddr 0x0+ paddr 0x0+ align 2\*\*13
-         filesz 0x0+143 memsz 0x0+143 flags r-x
+         filesz 0x0+144 memsz 0x0+144 flags r-x
     LOAD off    0x0+144 vaddr 0x0+2144 paddr 0x0+2144 align 2\*\*13
          filesz 0x0+64 memsz 0x0+64 flags rw-
  DYNAMIC off    0x0+144 vaddr 0x0+2144 paddr 0x0+2144 align 2\*\*2
@@ -29,7 +29,7 @@ Idx Name          Size      VMA       LM
                   CONTENTS, ALLOC, LOAD, READONLY, DATA
   2 \.dynstr       0+1f  0+120  0+120  0+120  2\*\*0
                   CONTENTS, ALLOC, LOAD, READONLY, DATA
-  3 \.text         0+4  0+13f  0+13f  0+13f  2\*\*0
+  3 \.text         0+4  0+140  0+140  0+140  2\*\*1
                   CONTENTS, ALLOC, LOAD, READONLY, CODE
   4 \.dynamic      0+58  0+2144  0+2144  0+144  2\*\*2
                   CONTENTS, ALLOC, LOAD, DATA

brgds, H-P


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