From: Jonathan Wakely
Date: Fri, 18 Jul 2025 16:43:08 +0000 (+0100)
Subject: libstdc++: Document new generated header
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717e20dddd84c8f275c4731ad3da16cc71aa923c;p=thirdparty%2Fgcc.git
libstdc++: Document new generated header
libstdc++-v3/ChangeLog:
* doc/xml/manual/build_hacking.xml: Document that
windows_zones-map.h is a generated file.
* doc/html/manual/appendix_porting.html: Regenerate.
---
diff --git a/libstdc++-v3/doc/html/manual/appendix_porting.html b/libstdc++-v3/doc/html/manual/appendix_porting.html
index e0f52dba6d2..887fa50caa4 100644
--- a/libstdc++-v3/doc/html/manual/appendix_porting.html
+++ b/libstdc++-v3/doc/html/manual/appendix_porting.html
@@ -497,4 +497,11 @@ baseline file.
See Configuring for the
--with-libstdcxx-zoneinfo
option that determines whether
this file is used.
+
+ The header file
+ src/c++20/windows_zones-map.h
+ is generated by the Python script
+ scripts/gen_windows_zones_map.py
+ using the XML file https://github.com/unicode-org/cldr/blob/main/common/supplemental/windowsZones.xml
+ from the Unicode CLDR Project.