source: rtems/testsuites/libtests/dl10/dl10.scn @ dad6fd43

5
Last change on this file since dad6fd43 was dad6fd43, checked in by Chris Johns <chrisj@…>, on 03/09/19 at 18:04:42

libdl: Add an archive command

  • The archive command lists archives, symbols and any duplicate symbols.
  • Change the RTL shell commands to the rtems_printer to allow the output to be captured.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1*** BEGIN OF TEST libdl (RTL) 10 ***
2*** TEST VERSION: 5.0.0.c1aa9685eaa9d5d321c965a2aa44f868b7834c23
3*** TEST STATE: EXPECTED-PASS
4*** TEST BUILD: RTEMS_NETWORKING RTEMS_POSIX_API
5*** TEST TOOLS: 7.4.0 20181206 (RTEMS 5, RSB 98588a55961a92f5d27bfd756dfc9e31b2b1bf98, Newlib 3e24fbf6f)
6RTL (libdl) commands: dl, rtl
7
8
9RTEMS Shell on /dev/foobar. Use 'help' to list commands.
10SHLL [/] # rtl obj load dl10-o1.o
11SHLL [/] # rtl list -l
12 dl10-o1.o
13  unresolved    : 0
14  users         : 1
15  references    : 0
16  symbols       : 9
17  symbol memory : 281
18 /libdl10_1.a:dl10-o2.o
19  unresolved    : 0
20  users         : 0
21  references    : 1
22  symbols       : 6
23  symbol memory : 186
24 /libdl10_2.a:dl10-o5.o
25  unresolved    : 0
26  users         : 0
27  references    : 2
28  symbols       : 6
29  symbol memory : 214
30 /libdl10_2.a:dl10-o3.o
31  unresolved    : 0
32  users         : 0
33  references    : 1
34  symbols       : 1
35  symbol memory : 34
36 /libdl10_1.a:dl10-o4.o
37  unresolved    : 0
38  users         : 0
39  references    : 1
40  symbols       : 7
41  symbol memory : 250
Note: See TracBrowser for help on using the repository browser.