diff options
Diffstat (limited to 'ld/testsuite/ld-cris/expdyn1.s')
-rw-r--r-- | ld/testsuite/ld-cris/expdyn1.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/expdyn1.s b/ld/testsuite/ld-cris/expdyn1.s index 100cef4..646be85 100644 --- a/ld/testsuite/ld-cris/expdyn1.s +++ b/ld/testsuite/ld-cris/expdyn1.s @@ -1,6 +1,7 @@ .data .global expobj .type expobj,@object + .size expobj,4 expobj: .dword 0 |