sim: README-HACKING: clean up stale run references
authorMike Frysinger <vapier@gentoo.org>
Tue, 12 Jan 2021 09:04:08 +0000 (04:04 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jan 2021 09:13:11 +0000 (04:13 -0500)
The run.c interface was deleted long ago and everyone moved to nrun.c
(which is also the default), so no one needs to declare this anymore.

sim/ChangeLog
sim/README-HACKING

index d01c5fd3c423d9bd22db9bb8040dfd99ab4455cb..b994135c65d87c43f1a37b3b9ba408a667239baf 100644 (file)
@@ -1,3 +1,7 @@
+2021-01-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * README-HACKING (SIM_RUN_OBJS): Delete.
+
 2021-01-09  Mike Frysinger  <vapier@gentoo.org>
 
        * MAINTAINERS (sh64): Move to past maintainers.
index 0c67648e930e741f3fc6d570b1b248936600f88b..7f0f93e0ab495f4cac406f00474ede431f183339 100644 (file)
@@ -85,8 +85,6 @@ SIM_EXTRA_CFLAGS =
 SIM_EXTRA_LIBS =
 # List of extra program dependencies.
 SIM_EXTRA_LIBDEPS =
-# List of main object files for `run'.
-SIM_RUN_OBJS = run.o
 # Dependency of `all' to build any extra files.
 SIM_EXTRA_ALL =
 # Dependency of `install' to install any extra files.