diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:48:50 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:48:50 +0000 |
| commit | 1c98619801a5705c688e683be3ef9d70169a0686 (patch) | |
| tree | 8422105cd1a94c368315f2db16b9ac746cf7c000 /lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h | |
| parent | f4f3ce4613680903220815690ad79fc7ba0a2e26 (diff) | |
Notes
Diffstat (limited to 'lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h')
| -rw-r--r-- | lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h b/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h deleted file mode 100644 index 62a7aee34496..000000000000 --- a/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h +++ /dev/null @@ -1,31 +0,0 @@ -//===- lld/ReaderWriter/ELF/Mips/MipsRelocationHandler.h ------------------===// -// -// The LLVM Linker -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -#ifndef LLD_READER_WRITER_ELF_MIPS_MIPS_RELOCATION_HANDLER_H -#define LLD_READER_WRITER_ELF_MIPS_MIPS_RELOCATION_HANDLER_H - -#include "lld/Core/Reference.h" - -namespace lld { -namespace elf { - -class MipsLinkingContext; -template<typename ELFT> class MipsTargetLayout; - -template <class ELFT> -std::unique_ptr<TargetRelocationHandler> -createMipsRelocationHandler(MipsLinkingContext &ctx, - MipsTargetLayout<ELFT> &layout); - -template <class ELFT> -Reference::Addend readMipsRelocAddend(Reference::KindValue kind, - const uint8_t *content); -} // elf -} // lld - -#endif |
