Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[S390] module function call optimization
Avoid the detour over the PLT if the branch target of a function call in a module is in the range of the bras (16-bit) or brasl (32-bit) instruction. The PLT is still generated but it is unused. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
- Loading branch information