187f34658dec9097d987d254a990ea7f311bfc95fStephen Hines//===- DynObjFileFormat.h -------------------------------------------------===//
25460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao//
35460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao//                     The MCLinker Project
45460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao//
55460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao// This file is distributed under the University of Illinois Open Source
65460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao// License. See LICENSE.TXT for details.
75460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao//
85460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao//===----------------------------------------------------------------------===//
937b74a387bb3993387029859c2d9d051c41c724eStephen Hines#ifndef MCLD_LD_DYNOBJFILEFORMAT_H_
1037b74a387bb3993387029859c2d9d051c41c724eStephen Hines#define MCLD_LD_DYNOBJFILEFORMAT_H_
115460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao
1237b74a387bb3993387029859c2d9d051c41c724eStephen Hinesnamespace mcld {
135460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao
145460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao/** \class DynObjFormat
155460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao *  \brief DynObjFormat describes the file format for dynamic objects.
165460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao */
1737b74a387bb3993387029859c2d9d051c41c724eStephen Hinesclass DynObjFormat : public LDFileFormat {};
185460a1f25d9ddecb5c70667267d66d51af177a99Shih-wei Liao
1937b74a387bb3993387029859c2d9d051c41c724eStephen Hines}  // namespace mcld
20affc150dc44fab1911775a49636d0ce85333b634Zonr Chang
2137b74a387bb3993387029859c2d9d051c41c724eStephen Hines#endif  // MCLD_LD_DYNOBJFILEFORMAT_H_
22