diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/dw2-1.S')
-rw-r--r-- | binutils/testsuite/binutils-all/dw2-1.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/dw2-1.S b/binutils/testsuite/binutils-all/dw2-1.S index ab12be6..ed46cd0 100644 --- a/binutils/testsuite/binutils-all/dw2-1.S +++ b/binutils/testsuite/binutils-all/dw2-1.S @@ -20,13 +20,13 @@ .text .globl _start _start: - .int 0 + .4byte 0 .Lbegin_text1: .globl func_cu1 .type func_cu1, %function func_cu1: .Lbegin_func_cu1: - .int 0 + .4byte 0 .Lend_func_cu1: .size func_cu1, .-func_cu1 .Lend_text1: |