diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/dw2-decodedline-2.S')
-rw-r--r-- | binutils/testsuite/binutils-all/dw2-decodedline-2.S | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/dw2-decodedline-2.S b/binutils/testsuite/binutils-all/dw2-decodedline-2.S new file mode 100644 index 0000000..333cd36 --- /dev/null +++ b/binutils/testsuite/binutils-all/dw2-decodedline-2.S @@ -0,0 +1,18 @@ + .file "dw2-decodedline.c" + .file 1 "dw2-decodedline.c" + .file 2 "directory/file1.c" + .text + .globl f1 + .type f1, %function +f1: + .loc 2 1 0 + nop + ;; + .size f1, .-f1 + .globl main + .type main, %function +main: + .loc 1 2 0 + nop + ;; + .size main, .-main |