Skip to content

Fix NOCROSSREFS feature to work when there is no SECTIONS command#459

Merged
quic-seaswara merged 1 commit into
qualcomm:mainfrom
parth-07:NoCrossRefs
Oct 9, 2025
Merged

Fix NOCROSSREFS feature to work when there is no SECTIONS command#459
quic-seaswara merged 1 commit into
qualcomm:mainfrom
parth-07:NoCrossRefs

Conversation

@parth-07
Copy link
Copy Markdown
Contributor

@parth-07 parth-07 commented Oct 9, 2025

This commit fixes NOCROSSREFS feature to work when there is no SECTIONS command by removing a redundant condition that caused NOCROSSREFS checks to be skipped if there is no SECTIONS command.

Resolves #451

This commit fixes NOCROSSREFS feature to work when there is no SECTIONS
command by removing a redundant condition that caused NOCROSSREFS checks
to be skipped if there is no SECTIONS command.

Resolves qualcomm#451

Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
@quic-seaswara quic-seaswara merged commit ec89776 into qualcomm:main Oct 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NOCROSSREFS does not report cross references if there is no SECTIONS command in the linker script

2 participants