mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-22 11:15:44 +00:00
[NFC] Small indentation fix in lld/ELF/Relocations.cpp
This commit is contained in:
parent
b34de68a1a
commit
e8e0e5f3ee
@ -1021,10 +1021,10 @@ void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset,
|
||||
// R_HEX_GD_PLT_B22_PCREL (call a@GDPLT) is transformed into
|
||||
// call __tls_get_addr even if the symbol is non-preemptible.
|
||||
if (!(config->emachine == EM_HEXAGON &&
|
||||
(type == R_HEX_GD_PLT_B22_PCREL ||
|
||||
type == R_HEX_GD_PLT_B22_PCREL_X ||
|
||||
type == R_HEX_GD_PLT_B32_PCREL_X)))
|
||||
expr = fromPlt(expr);
|
||||
(type == R_HEX_GD_PLT_B22_PCREL ||
|
||||
type == R_HEX_GD_PLT_B22_PCREL_X ||
|
||||
type == R_HEX_GD_PLT_B32_PCREL_X)))
|
||||
expr = fromPlt(expr);
|
||||
} else if (!isAbsoluteValue(sym)) {
|
||||
expr =
|
||||
target->adjustGotPcExpr(type, addend, sec->content().data() + offset);
|
||||
|
Loading…
x
Reference in New Issue
Block a user