source: rtems/testsuites/libtests/dl08/dl-o3.h @ a7c6176

5
Last change on this file since a7c6176 was a7c6176, checked in by Chris Johns <chrisj@…>, on 12/17/18 at 06:48:30

libtest/dl08: Add a test for archives.

  • Create 2 archives.
  • Load 1 object file which loads 6 object files from the libraries.

Updates #3686

  • Property mode set to 100644
File size: 316 bytes
Line 
1/*
2 * Copyright (c) 2018 Chris Johns <chrisj@rtems.org>.
3 * All rights reserved.
4 *
5 * The license and distribution terms for this file may be
6 * found in the file LICENSE in this distribution or at
7 * http://www.rtems.org/license/LICENSE.
8 */
9
10#if !defined(DL03_H)
11#define DL03_H
12
13int rtems_main_o3 (void);
14
15#endif
Note: See TracBrowser for help on using the repository browser.