From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 9931B3858407; Tue, 26 Jul 2022 12:28:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9931B3858407 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/sphinx] Merge branch 'master' into devel/sphinx X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/devel/sphinx X-Git-Oldrev: d683a5b3d26279768797b7507489c6c3cdb1e9b6 X-Git-Newrev: ab3d567fa925d1c21d06a51c18e8a0fcec09a244 Message-Id: <20220726122811.9931B3858407@sourceware.org> Date: Tue, 26 Jul 2022 12:28:11 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2022 12:28:11 -0000 https://gcc.gnu.org/g:ab3d567fa925d1c21d06a51c18e8a0fcec09a244 commit ab3d567fa925d1c21d06a51c18e8a0fcec09a244 Merge: d683a5b3d26 87ce0f1fd65 Author: Martin Liska Date: Tue Jul 26 14:27:54 2022 +0200 Merge branch 'master' into devel/sphinx Diff: gcc/doc/tm.texi | 2 +- gcc/doc/tm.texi.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --cc gcc/doc/tm.texi index 2e66d6f7621,92bda1a7e14..af403e89d1a --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@@ -10863,16 -10208,7 +10863,15 @@@ Here are macros for DWARF output @defmac DWARF2_DEBUGGING_INFO Define this macro if GCC should produce dwarf version 2 format debugging output in response to the @option{-g} option. - @end defmac +@deftypefn {Target Hook} int TARGET_DWARF_CALLING_CONVENTION (const_tree @var{function}) +@c hook-start:TARGET_DWARF_CALLING_CONVENTION +Define this to enable the dwarf attribute @code{DW_AT_calling_convention} to +be emitted for each function. Instead of an integer return the enum +value for the @code{DW_CC_} tag. +@end deftypefn +@c hook-end + To support optional call frame debugging information, you must also define @code{INCOMING_RETURN_ADDR_RTX} and either set @code{RTX_FRAME_RELATED_P} on the prologue insns if you use RTL for the