]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, testsuite: -bind_at_load is deprecated
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 10 Feb 2024 11:55:29 +0000 (12:55 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 10 Feb 2024 11:55:29 +0000 (12:55 +0100)
gcc/testsuite/ChangeLog:

* gcc.dg/darwin-ld-2.c: Ignore warning
that -bind_at_load is deprecated.

gcc/testsuite/gcc.dg/darwin-ld-2.c

index 5de19524f0b74122cc8c18eb70ff968bd943063a..2a6b491da5bcd48bc994f54cc116eefb3a215a77 100644 (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()
 {