From 2275e4c2a841c070358ec5222c491a8fd100f4e2 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 2 Nov 2002 10:52:36 +0000 Subject: [PATCH] Moved divt.s from runtime into common because it's a C library function, not a runtime support function. git-svn-id: svn://svn.cc65.org/cc65/trunk@1479 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/common/Makefile | 1 + libsrc/{runtime => common}/divt.s | 0 libsrc/runtime/Makefile | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename libsrc/{runtime => common}/divt.s (100%) diff --git a/libsrc/common/Makefile b/libsrc/common/Makefile index 906ba5773..2dd8096e3 100644 --- a/libsrc/common/Makefile +++ b/libsrc/common/Makefile @@ -62,6 +62,7 @@ S_OBJS = _fdesc.o \ calloc.o \ copydata.o \ cprintf.o \ + divt.o \ errno.o \ fmisc.o \ fprintf.o \ diff --git a/libsrc/runtime/divt.s b/libsrc/common/divt.s similarity index 100% rename from libsrc/runtime/divt.s rename to libsrc/common/divt.s diff --git a/libsrc/runtime/Makefile b/libsrc/runtime/Makefile index a0b41c09c..a7808a82b 100644 --- a/libsrc/runtime/Makefile +++ b/libsrc/runtime/Makefile @@ -54,7 +54,6 @@ OBJS = add.o \ decsp7.o \ decsp8.o \ div.o \ - divt.o \ enter.o \ eq.o \ ge.o \ -- 2.39.5