Skip to content

MLECO-6441: Adding global offset table to ld files

Kshitij Sisodia requested to merge fix/mleco-6441 into experimental/executorch

Global offset table section has been added to the linker scripts for all targets. This is especially important for ExecuTorch runtime. This already exists for LLVM based toolchains but was missing for GNU toolchains.

A minor addition to support ExecuTorch runtime logging is also included.

Change-Id: Ia3fdf13b26b24163c3405d33c2df532359749836 Signed-off-by: Kshitij Sisodia kshitij.sisodia@arm.com

Merge request reports

Loading