From: CSRG Date: Sat, 24 Feb 1979 07:36:46 +0000 (-0800) Subject: BSD 4_1_snap development X-Git-Tag: BSD-4_1_snap~1060 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/b89bb1b86edbdb5e87fac9b22b597e218e6a5be3?hp=7843c49475088caabb9e9133799ae5d9c4f6cd8a BSD 4_1_snap development Work on file usr/src/lib/libg/dbxxx.s Synthesized-from: CSRG/cd1/4.1.snap --- diff --git a/usr/src/lib/libg/dbxxx.s b/usr/src/lib/libg/dbxxx.s new file mode 100644 index 0000000000..a2f675733e --- /dev/null +++ b/usr/src/lib/libg/dbxxx.s @@ -0,0 +1,12 @@ + .data + .comm __dbargs,512 + .text + .align 1 + .globl __dbsubc +__dbsubc: + callg __dbargs+4,*__dbargs + .globl __dbsubn +__dbsubn: + halt + + .data