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 2c5290f0bb1c121ab5225099649dc37ff408de89 (commit) from 14bbe0adf33d7b1e2aa52494a246b1e73de2e2c1 (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 2c5290f0bb1c121ab5225099649dc37ff408de89 Author: Indu Bhagat <indu.bha...@oracle.com> Date: Fri May 9 14:14:20 2025 -0700 readings: add links to CTF and BTF format specifications Fix PR web/114649 diff --git a/htdocs/readings.html b/htdocs/readings.html index 56398317..3b0556e6 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -598,6 +598,10 @@ names. <li><a href="https://dwarfstd.org">DWARF Workgroup</a></li> + <li><a href="https://sourceware.org/binutils/docs/ctf-spec.html">Compact C Type Format (CTF)</a></li> + + <li><a href="https://www.kernel.org/doc/Documentation/bpf/btf.rst">BPF Type Format (BTF)</a></li> + </ul><ul> <li><a href="http://compilerconnection.com">Links related to many ----------------------------------------------------------------------- Summary of changes: htdocs/readings.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs