From 7c578568f10b014156cedb875a728860771a7722 Mon Sep 17 00:00:00 2001 From: Kushal Pal Date: Mon, 26 May 2025 11:42:04 +0530 Subject: docs: Update docs for eld Update reference table for eld Mention eld support in release notes Signed-off-by: Kushal Pal --- docs/markdown/Reference-tables.md | 1 + docs/markdown/snippets/eld-support.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 docs/markdown/snippets/eld-support.md (limited to 'docs') 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. -- cgit v1.3