| commit | d89a57526d1714a0030705145798e5499feef87e | [log] [tgz] |
|---|---|---|
| author | Guinevere Larsen <guinevere@redhat.com> | Fri Jun 06 11:59:24 2025 -0300 |
| committer | Guinevere Larsen <guinevere@redhat.com> | Mon Jun 16 17:17:15 2025 -0300 |
| tree | a0e73cad4ea1b6b71acb916eca2270111d89d4f6 | |
| parent | 62f1dbee49983c1820bc32015d2e8cd2d085c4dd [diff] |
gdb/doc: Explain linker namespaces Recent GDB commits added more features related to linker namespaces and documented them on the manual, but did not add a convenient way for a user to understand what they are. This commit adds a quick explanation of what they are. It also fixes the inconsistency of using "linker namespaces" and "linkage namespaces", by always using the first form to avoid user confusion. Approved-By: Eli Zaretskii <eliz@gnu.org>