source: rtems/testsuites/libtests/dl06/dl-load.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: 322 bytes
Line 
1/*
2 * Copyright (c) 2014 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(_DL_LOAD_H_)
10#define _DL_LOAD_H_
11
12int dl_load_test(void);
13
14#endif
Note: See TracBrowser for help on using the repository browser.