From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id CDrYMJdQCWQrfAkAWB0awg (envelope-from ) for ; Wed, 08 Mar 2023 22:20:55 -0500 Received: by simark.ca (Postfix, from userid 112) id C4FF31E223; Wed, 8 Mar 2023 22:20:55 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, NICE_REPLY_A,RCVD_IN_DNSWL_HI,RDNS_DYNAMIC,UPPERCASE_50_75, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 799521E110 for ; Wed, 8 Mar 2023 22:20:55 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E7F053858005 for ; Thu, 9 Mar 2023 03:20:54 +0000 (GMT) Received: from mail.contemporary.net.au (msc1401703.lnk.telstra.net [139.130.245.200]) by sourceware.org (Postfix) with ESMTPS id 9D5C03858D33 for ; Thu, 9 Mar 2023 03:20:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9D5C03858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rtems.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=rtems.org Received: from [10.10.11.8] ([10.10.11.8]) (authenticated bits=0) by mail.contemporary.net.au (8.15.2/8.15.2) with ESMTPSA id 3293KMEe034457 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 9 Mar 2023 14:20:23 +1100 (EST) (envelope-from chrisj@rtems.org) Message-ID: Date: Thu, 9 Mar 2023 14:20:22 +1100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: GDB 13.1 and clang Content-Language: en-AU To: Simon Marchi , John Baldwin , gdb@sourceware.org References: <70b50c1d-29bf-2c5c-2dbb-c2ed7dc55ab2@FreeBSD.org> From: Chris Johns Organization: https://www.rtems.org/ In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On 9/3/2023 11:15 am, Simon Marchi wrote: >> On 3/8/23 17:53, John Baldwin wrote: >> diff --git a/gdb/Makefile.in b/gdb/Makefile.in >> index 6e39383eb93..40497541880 100644 >> --- a/gdb/Makefile.in >> +++ b/gdb/Makefile.in >> @@ -629,8 +629,8 @@ INTERNAL_CPPFLAGS = $(CPPFLAGS) @GUILE_CPPFLAGS@ @PYTHON_CPPFLAGS@ \ >> # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. >> INTERNAL_CFLAGS_BASE = \ >> $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \ >> - $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) $(ZLIBINC) \ >> - $(ZSTD_CFLAGS) $(BFD_CFLAGS) $(INCLUDE_CFLAGS) $(LIBDECNUMBER_CFLAGS) \ >> + $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(BFD_CFLAGS) $(INCLUDE_CFLAGS) \ >> + $(READLINE_CFLAGS) $(ZLIBINC) $(ZSTD_CFLAGS) $(LIBDECNUMBER_CFLAGS) \ >> $(INTL_CFLAGS) $(INCGNU) $(INCSUPPORT) $(LIBBACKTRACE_INC) \ >> $(ENABLE_CFLAGS) $(INTERNAL_CPPFLAGS) $(SRCHIGH_CFLAGS) \ >> $(TOP_CFLAGS) $(PTHREAD_CFLAGS) $(DEBUGINFOD_CFLAGS) $(GMPINC) \ > > If it works, I'd be fine with that patch. We'll need a PR number for > the patch to make it to the 13 branch though. I have raised a ticket .. https://sourceware.org/bugzilla/show_bug.cgi?id=30214 Chris