Darwin, testsuite: -bind_at_load is deprecated

gcc/testsuite/ChangeLog:

	* gcc.dg/darwin-ld-2.c: Ignore warning
	that -bind_at_load is deprecated.
This commit is contained in:
Francois-Xavier Coudert 2024-02-10 12:55:29 +01:00
parent d10c0dce53
commit f88219333e

View file

@ -3,6 +3,7 @@
/* { dg-options "-bind_at_load" } */
/* { dg-do link { target *-*-darwin* } } */
/* { dg-prune-output "-bind_at_load is deprecated" } */
int main()
{