History log of /netbsd-src/lib/libc/arch/sparc64/gen/fixunsdfsi.S (Results 1 – 5 of 5)
Revision Date Author Comments
# 4d12bfcd 12-Sep-2013 joerg <joerg@NetBSD.org>

Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# c5491702 25-Jul-2000 mycroft <mycroft@NetBSD.org>

Make __dtoul() actually DTRT. The calling convention was totally wrong, and
the `big' value should be 2^63, not 2^31.
Also, nuke __fixunsdfsi(), since this is never output by the sparc64 compiler.


# 713a1d89 04-Apr-1999 eeh <eeh@NetBSD.org>

Add _dtoul() which gcc generates a lot. Maybe it should go in another file.


# cf009bcc 11-Sep-1998 eeh <eeh@NetBSD.org>

Add sparc64-specific libc.