diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/dw2-decodedline.S')
-rw-r--r-- | binutils/testsuite/binutils-all/dw2-decodedline.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/dw2-decodedline.S b/binutils/testsuite/binutils-all/dw2-decodedline.S index 3656e6237e5..a54bdcfba17 100644 --- a/binutils/testsuite/binutils-all/dw2-decodedline.S +++ b/binutils/testsuite/binutils-all/dw2-decodedline.S @@ -2,13 +2,13 @@ .file 1 "dw2-decodedline.c" .file 2 "directory/file1.c" .text -.globl f1 + .globl f1 .type f1, %function f1: .loc 2 1 0 nop .size f1, .-f1 -.globl main + .globl main .type main, %function main: .loc 1 2 0 |