summaryrefslogtreecommitdiff
path: root/tools/toolchain-patches
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-12-04 15:44:20 +0000
committerSolomon Peachy <pizza@shaftnet.org>2023-05-22 14:48:07 -0400
commite7cc77e5b882be40122010b037401d3e9a4c519b (patch)
treeb0ca97e3c0b7e81852ddcb33dc7961692bd57fd5 /tools/toolchain-patches
parent6e05fcf4d01a1beac811a6eaf9c27fa3aed7e4da (diff)
downloadrockbox-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 'tools/toolchain-patches')
0 files changed, 0 insertions, 0 deletions