comparison test/resolve_self/README.txt @ 227:318a9ffc2b85

- resolve_self test cleanups
author Tassilo Philipp
date Sun, 16 Apr 2017 13:29:36 +0200
parents 3e629dc19168
children
comparison
equal deleted inserted replaced
226:6e40eb9fb261 227:318a9ffc2b85
10 10
11 Background 11 Background
12 self referencing is important on configurations where there is no 12 self referencing is important on configurations where there is no
13 shared library but everything is statically linked. 13 shared library but everything is statically linked.
14 14
15 Note that on some platforms, linker flags have to be used so symbol
16 names are in the binary, at first hand (e.g. --export-dynamic).
15 17
16
17
18
19