blob: 17d04ebd93763b1cb509e964daaf1b0955e2ba0e [file] [log] [blame]
//===- ObjectWriter.cpp ---------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <mcld/LD/ObjectWriter.h>
using namespace mcld;
//==========================
// ObjectWriter
ObjectWriter::ObjectWriter()
{
}
ObjectWriter::~ObjectWriter()
{
}