summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Target.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r--lld/ELF/Target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h
index 75b1f60e3bd..a51b29cdf4b 100644
--- a/lld/ELF/Target.h
+++ b/lld/ELF/Target.h
@@ -63,7 +63,7 @@ public:
PltNeed needsPlt(uint32_t Type, const SymbolBody &S) const;
virtual void relocateOne(uint8_t *Loc, uint8_t *BufEnd, uint32_t Type,
- uint64_t P, uint64_t SA, uint64_t ZA = 0) const = 0;
+ uint64_t P, uint64_t SA) const = 0;
virtual bool isGotRelative(uint32_t Type) const;
bool canRelaxTls(uint32_t Type, const SymbolBody *S) const;
template <class ELFT>
OpenPOWER on IntegriCloud