diff options
| author | Kushal Pal <kushpal@qti.qualcomm.com> | 2025-05-26 11:42:04 +0530 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-06-05 02:23:55 -0400 |
| commit | 7c578568f10b014156cedb875a728860771a7722 (patch) | |
| tree | 52c706b7d2dbea37a306a620687b9b9b85c9025c /docs | |
| parent | 52eb4cdee110b73a4d180e2d64445de0e122513e (diff) | |
| download | meson-7c578568f10b014156cedb875a728860771a7722.tar.gz | |
docs: Update docs for eld
Update reference table for eld
Mention eld support in release notes
Signed-off-by: Kushal Pal <kushpal@qti.qualcomm.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Reference-tables.md | 1 | ||||
| -rw-r--r-- | docs/markdown/snippets/eld-support.md | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index a5d27858e..981bd18cf 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -58,6 +58,7 @@ These are return values of the `get_linker_id` method in a compiler object. | Value | Linker family | | ----- | --------------- | | ld.bfd | The GNU linker | +| ld.eld | Qualcomm's embedded linker | | ld.gold | The GNU gold linker | | ld.lld | The LLVM linker, with the GNU interface | | ld.mold | The fast MOLD linker | diff --git a/docs/markdown/snippets/eld-support.md b/docs/markdown/snippets/eld-support.md new file mode 100644 index 000000000..cc854fad9 --- /dev/null +++ b/docs/markdown/snippets/eld-support.md @@ -0,0 +1,6 @@ +## Added Qualcomm's embedded linker, eld + +Qualcomm recently open-sourced their embedded linker. +https://github.com/qualcomm/eld + +Meson users can now use this linker. |
