In the wake of PR28209 ([G]OMP environment variables undocumented), I came
across libgomp/NOTES:
"Notes on the external ABI presented by libgomp. This ought to get
transformed into proper documentation at some point."
Would a 1:1 transcription to texinfo suffice for the moment being?
E.g. something similar to:
-- libgomp.texi --
@chapter The libgomp ABI
@menu
* Implementing MASTER construct
...
* Implementing SINGLE construct
@end menu
@node Implementing MASTER construct
@section Implementing MASTER construct
[copy-paste-and-texify-NOTES]
@node ...
-- libgomp.texi --
Regards
Daniel
P.S. I can neither confirm nor (re-)assign PR28209 to myself ...?!