From: Francois-Xavier Coudert Date: Sat, 10 Feb 2024 11:55:29 +0000 (+0100) Subject: Darwin, testsuite: -bind_at_load is deprecated X-Git-Tag: releases/gcc-13.3.0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c4228ac33cee1acdb95cfb3ff8fed8cdebc9d9d;p=thirdparty%2Fgcc.git Darwin, testsuite: -bind_at_load is deprecated gcc/testsuite/ChangeLog: * gcc.dg/darwin-ld-2.c: Ignore warning that -bind_at_load is deprecated. (cherry picked from commit f88219333e85a05a98468f67d2f2190fc330044e) --- diff --git a/gcc/testsuite/gcc.dg/darwin-ld-2.c b/gcc/testsuite/gcc.dg/darwin-ld-2.c index 5de19524f0b7..2a6b491da5bc 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() {