summaryrefslogtreecommitdiff
path: root/lib/LD/BinaryReader.cpp
blob: f5c439f14ae46e7826367041aa2f7d45ce4728e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//===- BinaryReader.cpp ---------------------------------------------------===//
//
//                     The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <mcld/LD/BinaryReader.h>

using namespace mcld;

//===----------------------------------------------------------------------===//
// BinaryReader
//===----------------------------------------------------------------------===//
BinaryReader::~BinaryReader()
{
}