summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/tmpfile.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-10-13 02:52:22 +0000
committermarcel <marcel@FreeBSD.org>2002-10-13 02:52:22 +0000
commitc6eea350fcfdb6696d8e29427e3457e4a5723027 (patch)
tree58e786e11501235e24195af295761a57bc800daf /lib/libc/stdio/tmpfile.c
parentcf195c5ed6e5764ba6c19016c02d87d7ca2cc7ad (diff)
downloadFreeBSD-src-c6eea350fcfdb6696d8e29427e3457e4a5723027.zip
FreeBSD-src-c6eea350fcfdb6696d8e29427e3457e4a5723027.tar.gz
ia64 specific CFLAGS change:
Fix the "@gprel relocation against dynamic symbol xxx" linker error. Variables defined in the link unit and small enough to be put in the short data section will have a gp-relative access sequence (using the @gprel relocation). It is invalid to have @gprel relocations in shared libraries, because they are to be resolved by the static linker and not the dynamic linker. The -fpic option will cause @ltoff relocations for @gprel relocations, but the side-effects are untested (if any). Instead, disable/eliminate the short data section to achieve the same.
Diffstat (limited to 'lib/libc/stdio/tmpfile.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud