| //===- 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> |
| #include <mcld/MC/MCLDInput.h> |
| #include <mcld/Target/GNULDBackend.h> |
| |
| using namespace mcld; |
| |
| //========================== |
| // ObjectWriter |
| ObjectWriter::ObjectWriter(GNULDBackend& pBackend) |
| { |
| } |
| |
| ObjectWriter::~ObjectWriter() |
| { |
| } |
| |