blob: 6cc4a01e90e9f1f450d76a89a680352773a2113f [file] [log] [blame]
//===- HexagonELFMCLinker.cpp ---------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "HexagonELFMCLinker.h"
#include <mcld/LinkerConfig.h>
using namespace mcld;
HexagonELFMCLinker::HexagonELFMCLinker(LinkerConfig& pConfig,
mcld::Module& pModule,
MemoryArea& pOutput)
: ELFMCLinker(pConfig, pModule, pOutput) {
}
HexagonELFMCLinker::~HexagonELFMCLinker()
{
}