diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-05-26 02:31:04 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-05-26 02:31:04 -0400 |
commit | ed0c8249825161036356a3616e8c5247c15d0927 (patch) | |
tree | 0e50d829cbe7fd976fdc79aa673de0c630adaf5d /crt/rcrt1.c | |
parent | reprocess all libc/ldso symbolic relocations in dynamic linking stage 3 (diff) | |
download | grovel-ed0c8249825161036356a3616e8c5247c15d0927.tar.gz grovel-ed0c8249825161036356a3616e8c5247c15d0927.tar.xz |
fix incorrect application of visibility to Scrt1.o
commit de2b67f8d41e08caa56bf6540277f6561edb647f attempted to avoid
having vis.h affect crt files, but the Makefile variable used,
CRT_LIBS, refers to the final output copies in the lib directory, not
the copies in the crt build directory, and thus the -DCRT was not
applied.
while unlikely to be noticed, this regression probably broke
production of PIE executables whose main functions are not in the
executable but rather a shared library.
Diffstat (limited to 'crt/rcrt1.c')
0 files changed, 0 insertions, 0 deletions