source: rtems/testsuites/libtests/dl08/dl-o2.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: 505 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(DL02_H)
11#define DL02_H
12
13/*
14 * A set of variables in dl-o2 reference by dl-03.
15 */
16
17extern int   dl02_bss1;
18extern float dl02_bss2[7];
19extern char  dl02_bss3[21];
20extern int   dl02_data1;
21extern float dl02_data2;
22
23int rtems_main_o2 (void);
24
25#endif
Note: See TracBrowser for help on using the repository browser.