public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add a testcase for PR binutils/27202
@ 2021-09-29  5:47 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2021-09-29  5:47 UTC (permalink / raw)
  To: binutils

If there are no objections, I will check in this tomorrow.

	PR binutils/27202
	* testsuite/gas/elf/dwarf-5-loc0.d: New file.
	* testsuite/gas/elf/dwarf-5-loc0.s: Likewise.
	* testsuite/gas/elf/elf.exp: Run dwarf-5-loc0.
---
 gas/testsuite/gas/elf/dwarf-5-loc0.d | 16 ++++++++++++++++
 gas/testsuite/gas/elf/dwarf-5-loc0.s | 11 +++++++++++
 gas/testsuite/gas/elf/elf.exp        |  1 +
 3 files changed, 28 insertions(+)
 create mode 100644 gas/testsuite/gas/elf/dwarf-5-loc0.d
 create mode 100644 gas/testsuite/gas/elf/dwarf-5-loc0.s

diff --git a/gas/testsuite/gas/elf/dwarf-5-loc0.d b/gas/testsuite/gas/elf/dwarf-5-loc0.d
new file mode 100644
index 00000000000..eb752c9caed
--- /dev/null
+++ b/gas/testsuite/gas/elf/dwarf-5-loc0.d
@@ -0,0 +1,16 @@
+#as: -gdwarf-5
+#readelf: -wL
+#name: DWARF5 .loc 0
+# The am33 cr16 crx ft32 mn10 msp430 nds32 and rl78 targets do not evaluate the subtraction of symbols at assembly time.
+# The riscv targets do not support the subtraction of symbols.
+#xfail: am3*-* cr16-* crx-* ft32*-* mn10*-* msp430-* nds32*-* riscv*-* rl78-*
+
+Contents of the \.debug_line section:
+
+CU: \./foo\.c:
+File name +Line number +Starting address +View +Stmt
+
+\./foo.c:\[\+\+\]
+foo\.c +1 +0x8 +x
+foo\.c +2 +0x10 +x
+foo\.c +- +0x10
diff --git a/gas/testsuite/gas/elf/dwarf-5-loc0.s b/gas/testsuite/gas/elf/dwarf-5-loc0.s
new file mode 100644
index 00000000000..093d5bc39f3
--- /dev/null
+++ b/gas/testsuite/gas/elf/dwarf-5-loc0.s
@@ -0,0 +1,11 @@
+	.file "foo.c"
+	.text
+	.balign 16
+	.globl _start
+_start:
+	.file 0 "foo.c"
+	.quad 0
+	.loc 0 1 view 0
+	.balign 16
+	.loc 0 2 view 0
+	.size _start, .-_start
diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp
index ab862640974..df6b2851c78 100644
--- a/gas/testsuite/gas/elf/elf.exp
+++ b/gas/testsuite/gas/elf/elf.exp
@@ -300,6 +300,7 @@ if { [is_elf_format] } then {
     run_dump_test "dwarf-5-file0" $dump_opts
     run_dump_test "dwarf-5-file0-2" $dump_opts
     run_dump_test "dwarf-5-dir0" $dump_opts
+    run_dump_test "dwarf-5-loc0" $dump_opts
     run_dump_test "dwarf-4-cu" $dump_opts
     run_dump_test "dwarf-5-cu" $dump_opts
     run_dump_test "dwarf-5-nop-for-line-table" $dump_opts
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-29  5:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29  5:47 [PATCH] Add a testcase for PR binutils/27202 H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).