diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2015-04-18 15:28:02 +0800 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2015-04-18 15:34:04 +0800 |
| commit | 9336fa7ae50ef60cb0049136a7831e7e8d94a20a (patch) | |
| tree | 649e8c3af3a4a3c1d582eec258768294b3e3d731 /include/stdbool.h | |
| parent | b472d53672bb8840511cc6d59316c5ea435a396e (diff) | |
| download | tinycc-9336fa7ae50ef60cb0049136a7831e7e8d94a20a.tar.gz tinycc-9336fa7ae50ef60cb0049136a7831e7e8d94a20a.tar.bz2 | |
Fix program symbols exported in dynsym section
Prior to this commit TinyCC was exporting symbols defined in programs
only when they resolve an undefined symbol of a library. However, the
expected behavior (see --export-dynamic in GNU ld manpage) is that all
symbols used by libraries and defined by a program should be exported in
dynsym section. This is because symbol resolution search first in
program and then in libraries, thus allowing program symbol to interpose
symbol defined in a library.
Diffstat (limited to 'include/stdbool.h')
0 files changed, 0 insertions, 0 deletions
