Fix UNRESOLVED test-case.

	* gcc.target/i386/pr81213.c: Do not scan assembler
	and add one missing PR entry.
parent da920d0c
2020-03-26 Martin Liska <mliska@suse.cz>
* gcc.target/i386/pr81213.c: Do not scan assembler
and add one missing PR entry.
2020-03-26 Jakub Jelinek <jakub@redhat.com> 2020-03-26 Jakub Jelinek <jakub@redhat.com>
PR debug/94323 PR debug/94323
......
/* PR ipa/81213. */
/* PR ipa/81214. */ /* PR ipa/81214. */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-require-ifunc "" } */ /* { dg-require-ifunc "" } */
...@@ -16,7 +17,3 @@ int main() ...@@ -16,7 +17,3 @@ int main()
{ {
return foo() + bar(); return foo() + bar();
} }
/* { dg-final { scan-assembler "\t.globl\tfoo" } } */
/* { dg-final { scan-assembler "foo.resolver:" } } */
/* { dg-final { scan-assembler "foo\\, @gnu_indirect_function" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment