NetBSD/lib/libc/arch
uwe 2194ee2027 Add a comment that explains that
. this function cannot have _PROF_PROLOGUE
  . this function cannot be called via PLT

Change ENTRY to NENTRY for the former.

XXX: The latter is important in the gcc3 world, that have shared
libraries.  We will need to play tricks with .hidden to make sure
every shared library gets its own private __udivsi3 that it can call
directly, without going through the PLT.
2003-08-27 15:03:06 +00:00
..
alpha Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
arm Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
hppa Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
i386 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
m68k Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
mips Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
ns32k Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
powerpc export size_t __getcachelinesize(void) for memset() 2003-08-11 02:11:23 +00:00
sh3 Add a comment that explains that 2003-08-27 15:03:06 +00:00
sh5 Pop the caller's PIC prologue and push our own, as we can be called 2003-08-12 13:28:55 +00:00
sparc Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
sparc64 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
vax execl, execle and execlp must be weak-aliased. 2003-08-24 21:04:53 +00:00
x86_64 Return the right value for modf(). Fixes PR 22503. 2003-08-16 21:45:50 +00:00