* ld-cris/dso-1.s: Add missing alignment directive.
authorHans-Peter Nilsson <hp@axis.com>
Tue, 16 Aug 2005 15:13:29 +0000 (15:13 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Tue, 16 Aug 2005 15:13:29 +0000 (15:13 +0000)
* ld-cris/libdso-10.d: Adjust accordingly.

ld/testsuite/ChangeLog
ld/testsuite/ld-cris/dso-1.s
ld/testsuite/ld-cris/libdso-10.d

index 919e39699dbac4d363adf48d905ea5e97b5471c9..0b7dc41e7d7afc83aba0b14e5c8194d35cb343fc 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-16  Hans-Peter Nilsson  <hp@axis.com>
+
+       * ld-cris/dso-1.s: Add missing alignment directive.
+       * ld-cris/libdso-10.d: Adjust accordingly.
+
 2005-08-16  Alan Modra  <amodra@bigpond.net.au>
 
        * ld-alpha/tlsbin.rd: Adjust for dynamic sym changes.
index 85aeffd7bae011835bb8db32f53e52ea36421bff..6c621b5ab0f783cb341c50070ab7401aa4550ae5 100644 (file)
@@ -1,6 +1,7 @@
        .text
        .global dsofn
        .type   dsofn,@function
+       .p2align 1
 dsofn:
        nop
 .Lfe:
index f06c7a58f1af5d77842ad0d610cb6ed55a97dcb1..e045496d522a016fc018fb6497777a07b1d704a7 100644 (file)
@@ -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       LMA       File off  Algn
                   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
This page took 0.027569 seconds and 4 git commands to generate.