From 1410d87cafe792f6c57d04b41ab97cf250ba0225 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 16 Aug 2005 15:13:29 +0000 Subject: [PATCH] * ld-cris/dso-1.s: Add missing alignment directive. * ld-cris/libdso-10.d: Adjust accordingly. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-cris/dso-1.s | 1 + ld/testsuite/ld-cris/libdso-10.d | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 919e396..0b7dc41 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-08-16 Hans-Peter Nilsson + + * ld-cris/dso-1.s: Add missing alignment directive. + * ld-cris/libdso-10.d: Adjust accordingly. + 2005-08-16 Alan Modra * ld-alpha/tlsbin.rd: Adjust for dynamic sym changes. diff --git a/ld/testsuite/ld-cris/dso-1.s b/ld/testsuite/ld-cris/dso-1.s index 85aeffd..6c621b5 100644 --- a/ld/testsuite/ld-cris/dso-1.s +++ b/ld/testsuite/ld-cris/dso-1.s @@ -1,6 +1,7 @@ .text .global dsofn .type dsofn,@function + .p2align 1 dsofn: nop .Lfe: diff --git a/ld/testsuite/ld-cris/libdso-10.d b/ld/testsuite/ld-cris/libdso-10.d index f06c7a5..e045496 100644 --- a/ld/testsuite/ld-cris/libdso-10.d +++ b/ld/testsuite/ld-cris/libdso-10.d @@ -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 -- 2.7.4