init: os161-bas2-2.02

This commit is contained in:
2020-04-06 18:30:47 +02:00
commit 43a5bb7945
741 changed files with 94067 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
These are support functions needed by gcc to perform operations on
64-bit integer types on 32-bit machines. The names are meaningful to
the gcc back end. The term "millicode" is sometimes used to describe
such compiler support code.
This code was taken from NetBSD's src/common/lib/libc/quad, and
polished some for OS/161.