From 86e79d795514424a4a69be0568bc2eeb802733b6 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 12 Apr 2018 14:52:36 +1000 Subject: 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 --- testsuites/libtests/dl06/dl06-o2.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testsuites/libtests/dl06/dl06-o2.h (limited to 'testsuites/libtests/dl06/dl06-o2.h') diff --git a/testsuites/libtests/dl06/dl06-o2.h b/testsuites/libtests/dl06/dl06-o2.h new file mode 100644 index 0000000000..12be7ee197 --- /dev/null +++ b/testsuites/libtests/dl06/dl06-o2.h @@ -0,0 +1,16 @@ +/* + * Copyright (c) 2018 Chris Johns . All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ + +#if !defined(DL06_02_H) +#define DL06_02_H + +void dl_o2_func1 (unsigned short s[7]); +double dl_o2_func2 (double d1, double d2); +double dl_o2_func3 (double d); + +#endif -- cgit v1.2.3