From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 315523858CDA; Wed, 29 Mar 2023 22:07:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 315523858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680127652; bh=m3OYlhxeuJ8gZcPQ+6SmG0gYzxWRNlHoaFVcum41K8I=; h=To:Subject:Date:From:From; b=Yibgch8LQSocbCpGNfhWfPZC7yADviDovmjIfbHhZ4c+Sj5IrXsGIdIa3y9vw/xtL lYM5eWFy0pbIINGZZycLI5Qi4LMzCy291EF0Hfn3VMLIDelkJc+1evnSMIhugmTQ7g guF0wx1QVdKDSoaib6vQGqzdS6w25P80gCVSzjcs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e0396e9ca4eb69ba6f95a9129c1c88294feb4aa5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 802b5d3be39f6e2a474b4ec5e420a9c4ada8f190 X-Git-Newrev: e0396e9ca4eb69ba6f95a9129c1c88294feb4aa5 Message-Id: <20230329220732.315523858CDA@sourceware.org> Date: Wed, 29 Mar 2023 22:07:32 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via e0396e9ca4eb69ba6f95a9129c1c88294feb4aa5 (commit) from 802b5d3be39f6e2a474b4ec5e420a9c4ada8f190 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e0396e9ca4eb69ba6f95a9129c1c88294feb4aa5 Author: Gerald Pfeifer Date: Thu Mar 30 00:07:06 2023 +0200 gcc-4.7: Adjust dwarfstd.org links diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html index f98f108c..91159f1f 100644 --- a/htdocs/gcc-4.7/changes.html +++ b/htdocs/gcc-4.7/changes.html @@ -994,13 +994,13 @@ void set_portb (uint8_t value) GCC now supports various new GNU extensions to the DWARF debugging information format, like entry + href="https://dwarfstd.org/issues/100909.1.html">entry value and call + href="https://dwarfstd.org/issues/100909.2.html">call site information, typed DWARF stack + href="https://dwarfstd.org/issues/140425.1.html">typed DWARF stack or a + href="https://dwarfstd.org/issues/110722.1.html">a more compact macro representation. Support for these extensions has been added to GDB 7.4. They can be disabled through the -gstrict-dwarf command-line option. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-4.7/changes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs