diff options
| author | Thomas Preud'homme <thomas.preudhomme@celest.fr> | 2010-04-26 00:46:39 +0200 |
|---|---|---|
| committer | Thomas Preud'homme <thomas.preudhomme@celest.fr> | 2010-05-01 16:45:36 +0200 |
| commit | a28b18fa16edaeb6bc7d34cf1ddac690b27ba610 (patch) | |
| tree | 909b72cbe83ba6cc163d38afbba2c1f063d91810 /libtcc.h | |
| parent | 036ff17916586febc968b964ee416e1d4d1da70f (diff) | |
| download | tinycc-a28b18fa16edaeb6bc7d34cf1ddac690b27ba610.tar.gz tinycc-a28b18fa16edaeb6bc7d34cf1ddac690b27ba610.tar.bz2 | |
Link alias symbols together
Make sure alias symbols resolve to the same address in program .bss or .data
section. This ensure for example that if a program reference environ (via an
extern char **environ declaration) and the libc change its value via the
__environ alias after the R_ARCH_COPY relocation have been performed, then
the program will see the new value.
Diffstat (limited to 'libtcc.h')
0 files changed, 0 insertions, 0 deletions
