public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed][testsuite] Fix pr27463.sh on riscv64
@ 2021-03-17 16:33 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2021-03-17 16:33 UTC (permalink / raw)
  To: dwz, jakub, mark

Hi,

On riscv64, I run into:
...
cc main.c unavailable-dwarf-piece-dw.S -o unavailable-dwarf-piece
unavailable-dwarf-piece-dw.S: Assembler messages:
unavailable-dwarf-piece-dw.S:24: Error: non-constant .uleb128 is not supported
  ...
make: *** [Makefile:100: unavailable-dwarf-piece] Error 1
...

Fix this similar to commit 53c0488 "[testsuite] Fix pr25109.sh on riscv64".

Committed to trunk.

Thanks,
- Tom

[testsuite] Fix pr27463.sh on riscv64

2021-03-17  Tom de Vries  <tdevries@suse.de>

	* Makefile (no-multifile-prop): Allow target rule to fail.

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2f7c76a..2990567 100644
--- a/Makefile
+++ b/Makefile
@@ -96,11 +96,11 @@ $(TEMP_ASM_FILES): %-dw.S: $(TEST_SRC)/../lib/%.exp
 	  export DEJAGNU=$(DEJAGNU); \
 	  runtest --tool=dwz -srcdir $(srcdir)/testsuite/ lib/$*.exp
 
-$(filter-out no-multifile-prop, $(TEST_EXECS_DWARF_ASM)): %: %-dw.S
+$(filter-out no-multifile-prop unavailable-dwarf-piece, $(TEST_EXECS_DWARF_ASM)): %: %-dw.S
 	$(CC) $(TEST_SRC)/main.c $< -o $@
 
 # Fails to compile on riscv64: Error: non-constant .uleb128 is not supported.
-no-multifile-prop: %: %-dw.S
+no-multifile-prop unavailable-dwarf-piece: %: %-dw.S
 	$(CC) $(TEST_SRC)/main.c $< -o $@ || true
 
 odr-struct:

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

only message in thread, other threads:[~2021-03-17 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 16:33 [committed][testsuite] Fix pr27463.sh on riscv64 Tom de Vries

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).