summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-01-29 12:50:47 +0000
committerjasone <jasone@FreeBSD.org>2000-01-29 12:50:47 +0000
commitb7a1b427dece6984516b88a6b55d66047d55df7d (patch)
tree93fad1d2a6fa8e9993f859a5c2c07d9da55575dd /contrib/gcc/config
parentf27f68a3d1abca1334a2ec663f5732355d562620 (diff)
downloadFreeBSD-src-b7a1b427dece6984516b88a6b55d66047d55df7d.zip
FreeBSD-src-b7a1b427dece6984516b88a6b55d66047d55df7d.tar.gz
Undo the ill-conceived breakage of the previous commit and really fix:
For libc_r renamed syscalls, correct symbol naming from _thread_sys_foo() <-- _foo() to _thread_sys_foo() <-- _foo() <-- foo(). This is necessary for system calls which libc_r doesn't define foo(). Some weak symbols such as poll() are defined twice. From what I understand, depending on one weak symbol or the other to be used is a bad idea. All such weak symbols defined in the libc_r-specific code should therefore be made strong (non-weak?). Simplify PSEUDO() to not define any weak symbols, since they aren't ever needed. alpha/SYS.h: Correct reversed usage of WEAK_ALIAS(), which has reversed arguments from __weak_reference(). Also, fix reversal of symbols, so that syscall foo() is a weak alias for _foo(). Add WEAK_ALIAS() call to PRSYSCALL(), which unlike the i386 version of PRSYSCALL(), is not defined in terms of PSYSCALL(). Make PSEUDO() equivalent to the i386 version.
Diffstat (limited to 'contrib/gcc/config')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud