source: rtems/testsuites/libtests/dl06/dl06-o2.h @ 86e79d7

5
Last change on this file since 86e79d7 was 86e79d7, checked in by Chris Johns <chrisj@…>, on 04/12/18 at 04:52:36

testsuites/dl06: Add a test for RAP format.

This test loads a RAP format file that contains calls that are not
in the kernel and linked from libm. It uses and test rtems-ld.

Update #2769

  • Property mode set to 100644
File size: 408 bytes
RevLine 
[86e79d7]1/*
2 * Copyright (c) 2018 Chris Johns <chrisj@rtems.org>.  All rights reserved.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
8
9#if !defined(DL06_02_H)
10#define DL06_02_H
11
12void dl_o2_func1 (unsigned short s[7]);
13double dl_o2_func2 (double d1, double d2);
14double dl_o2_func3 (double d);
15
16#endif
Note: See TracBrowser for help on using the repository browser.