From 1d3bf4a0a07d0758842fa5cc584b95771e7c226c Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 12 Jun 2018 18:37:19 +0200 Subject: testsuite/ld-cris/libdso-1.d: Correct recent address pattern update. --- ld/testsuite/ld-cris/libdso-1.d | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ld/testsuite') diff --git a/ld/testsuite/ld-cris/libdso-1.d b/ld/testsuite/ld-cris/libdso-1.d index 2ad44af..5a7e9a1 100644 --- a/ld/testsuite/ld-cris/libdso-1.d +++ b/ld/testsuite/ld-cris/libdso-1.d @@ -4,10 +4,12 @@ #objdump: -T # Just check that we actually got a DSO with the dsofn symbol. +# The pattern also makes sure that the address (modulo 16) is non-zero +# and even. .*: file format elf32-cris DYNAMIC SYMBOL TABLE: #... -000000.[02468ace] g DF .text 0+2 dsofn +0+[^0]+0*[02468ace] g DF .text 0+2 dsofn #pass -- cgit v1.1