aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2024-02-10 12:55:29 +0100
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2024-02-10 12:55:29 +0100
commitf88219333e85a05a98468f67d2f2190fc330044e (patch)
treecd8971f26fa6d9450a136ab836a9b3d31486508d /gcc
parentd10c0dce53b2f1435fb66a570f15310baef5172d (diff)
downloadgcc-f88219333e85a05a98468f67d2f2190fc330044e.zip
gcc-f88219333e85a05a98468f67d2f2190fc330044e.tar.gz
gcc-f88219333e85a05a98468f67d2f2190fc330044e.tar.bz2
Darwin, testsuite: -bind_at_load is deprecated
gcc/testsuite/ChangeLog: * gcc.dg/darwin-ld-2.c: Ignore warning that -bind_at_load is deprecated.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/darwin-ld-2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/darwin-ld-2.c b/gcc/testsuite/gcc.dg/darwin-ld-2.c
index 5de1952..2a6b491 100644
--- a/gcc/testsuite/gcc.dg/darwin-ld-2.c
+++ b/gcc/testsuite/gcc.dg/darwin-ld-2.c
@@ -3,6 +3,7 @@
/* { dg-options "-bind_at_load" } */
/* { dg-do link { target *-*-darwin* } } */
+/* { dg-prune-output "-bind_at_load is deprecated" } */
int main()
{