[PATCH/committed] sim: README-HACKING: clean up stale run references

Mike Frysinger vapier@gentoo.org
Tue Jan 12 09:13:41 GMT 2021


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      | 4 ++++
 sim/README-HACKING | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sim/ChangeLog b/sim/ChangeLog
index d01c5fd3c423..b994135c65d8 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -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.
diff --git a/sim/README-HACKING b/sim/README-HACKING
index 0c67648e930e..7f0f93e0ab49 100644
--- a/sim/README-HACKING
+++ b/sim/README-HACKING
@@ -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.
-- 
2.28.0



More information about the Gdb-patches mailing list