0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++73 forks (73 forks)auto 404
good first issuetriage
Repository metrics
- Stars
- 254 stars (254 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
The existing behavior is to emit VER5 ignoring the object file. Picking up flags from the object file seems like a separate change that will require additional error checking/testing. Should I create an issue for this?
Originally posted by @quic-areg in https://github.com/qualcomm/eld/pull/403#discussion_r2373596365
Contributor guide
- Research direction
- Examine the current ELF flag handling in the linker source, particularly for ARM object files. Understand how flags like VER5 are emitted and why object file flags are ignored. Investigate the existing test infrastructure for flag passing and determine the necessary changes to propagate flags from object files to the output. Look at the referenced PR #403 discussion for context on error checking and testing requirements.
- Tech stack
- None
- Domain
- backendtoolingbuild system
- Issue type
- Feature
- Prerequisites
- C++ELF file formatLinker internalsARM architecture