diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-12 04:04:08 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-12 04:13:11 -0500 |
commit | 68895f7d7e17c0fc407b7aedf74e65e5c793388c (patch) | |
tree | 8c6565599b612620522326ea8e4a0826caab60f6 /sim/README-HACKING | |
parent | f220ef633cd8445d620d94f7af2f75dd097b3d13 (diff) | |
download | binutils-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-HACKING | 2 |
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. |