From 1410d87cafe792f6c57d04b41ab97cf250ba0225 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 16 Aug 2005 15:13:29 +0000 Subject: * ld-cris/dso-1.s: Add missing alignment directive. * ld-cris/libdso-10.d: Adjust accordingly. --- ld/testsuite/ld-cris/dso-1.s | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/testsuite/ld-cris/dso-1.s') 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: -- cgit v1.1