blob: 00dd169b6024ae6cfe35eacbd4fddb12b5b9e3dd [file] [log] [blame]
//===- BinaryWriter.cpp ---------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <mcld/LD/BinaryWriter.h>
#include <mcld/MC/MCLDInput.h>
#include <mcld/Target/GNULDBackend.h>
using namespace mcld;
//==========================
// BinaryWriter
BinaryWriter::BinaryWriter(GNULDBackend& pBackend)
{
}
BinaryWriter::~BinaryWriter()
{
}