diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-08-16 15:13:29 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-08-16 15:13:29 +0000 |
commit | 1410d87cafe792f6c57d04b41ab97cf250ba0225 (patch) | |
tree | 05b4057b43be60667b86d76836862669a0929c55 /ld/testsuite/ld-cris/dso-1.s | |
parent | 18d944df002f75e0a0a933a7995327adb76e146c (diff) | |
download | gdb-1410d87cafe792f6c57d04b41ab97cf250ba0225.zip gdb-1410d87cafe792f6c57d04b41ab97cf250ba0225.tar.gz gdb-1410d87cafe792f6c57d04b41ab97cf250ba0225.tar.bz2 |
* ld-cris/dso-1.s: Add missing alignment directive.
* ld-cris/libdso-10.d: Adjust accordingly.
Diffstat (limited to 'ld/testsuite/ld-cris/dso-1.s')
-rw-r--r-- | ld/testsuite/ld-cris/dso-1.s | 1 |
1 files changed, 1 insertions, 0 deletions
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: |