diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2022-12-04 15:44:20 +0000 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2023-05-22 14:48:07 -0400 |
commit | e7cc77e5b882be40122010b037401d3e9a4c519b (patch) | |
tree | b0ca97e3c0b7e81852ddcb33dc7961692bd57fd5 /manual/platform | |
parent | 6e05fcf4d01a1beac811a6eaf9c27fa3aed7e4da (diff) | |
download | rockbox-e7cc77e5b882be40122010b037401d3e9a4c519b.tar.gz rockbox-e7cc77e5b882be40122010b037401d3e9a4c519b.zip |
configure: Detect linker's NO_CROSSREFS_TO() support
NO_CROSSREFS_TO() was first introduced in binutils 2.27.
It is used to have the linker report errors when symbols
from a list of sections refer to a specified section,
which is useful for verifying that normal code does not
refer to INIT_ATTR code.
Note this doesn't actually start using NO_CROSSREFS_TO()
for builds -- that will have to wait until the toolchain
upgrade when we'll have a new enough binutils -- it just
detects support for the feature so it can be conditionally
enabled in linker scripts.
Change-Id: If1553eaa671fcbbdfe6af357a6331931e7c4f997
Diffstat (limited to 'manual/platform')
0 files changed, 0 insertions, 0 deletions