diff options
Diffstat (limited to 'ELF/Writer.h')
| -rw-r--r-- | ELF/Writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Writer.h b/ELF/Writer.h index 8b965f7beddb..17fbda394a20 100644 --- a/ELF/Writer.h +++ b/ELF/Writer.h @@ -24,7 +24,7 @@ template <class ELFT> class ObjectFile; template <class ELFT> class SymbolTable; template <class ELFT> void writeResult(); template <class ELFT> void markLive(); -template <class ELFT> bool isRelroSection(const OutputSection *Sec); +bool isRelroSection(const OutputSection *Sec); // This describes a program header entry. // Each contains type, access flags and range of output sections that will be |
