summaryrefslogtreecommitdiff
path: root/sim/README-HACKING
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-12 04:04:08 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-12 04:13:11 -0500
commit68895f7d7e17c0fc407b7aedf74e65e5c793388c (patch)
tree8c6565599b612620522326ea8e4a0826caab60f6 /sim/README-HACKING
parentf220ef633cd8445d620d94f7af2f75dd097b3d13 (diff)
downloadbinutils-gdb-68895f7d7e17c0fc407b7aedf74e65e5c793388c.tar.gz
sim: README-HACKING: clean up stale run references
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.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r--sim/README-HACKING2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING
index 0c67648e930..7f0f93e0ab4 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.