aboutsummaryrefslogtreecommitdiff
path: root/tccasm.c
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@celest.fr>2010-04-26 00:46:39 +0200
committerThomas Preud'homme <thomas.preudhomme@celest.fr>2010-05-01 16:45:36 +0200
commita28b18fa16edaeb6bc7d34cf1ddac690b27ba610 (patch)
tree909b72cbe83ba6cc163d38afbba2c1f063d91810 /tccasm.c
parent036ff17916586febc968b964ee416e1d4d1da70f (diff)
downloadtinycc-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 'tccasm.c')
0 files changed, 0 insertions, 0 deletions