blob: 8b117656bb5a1ec0909e88af150e3996db6f1778 [file] [log] [blame]
//===- ZOption.cpp --------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <mcld/MC/ZOption.h>
using namespace mcld;
//===----------------------------------------------------------------------===//
// ZOption
//===----------------------------------------------------------------------===//
ZOption::ZOption()
: m_Kind(Unknown), m_PageSize(0x0) {
}