From: Mike Frysinger Date: Tue, 12 Jan 2021 09:04:08 +0000 (-0500) Subject: sim: README-HACKING: clean up stale run references X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68895f7d7e17c0fc407b7aedf74e65e5c793388c;p=binutils-gdb.git 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. --- diff --git a/sim/ChangeLog b/sim/ChangeLog index d01c5fd3c42..b994135c65d 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2021-01-12 Mike Frysinger + + * README-HACKING (SIM_RUN_OBJS): Delete. + 2021-01-09 Mike Frysinger * MAINTAINERS (sh64): Move to past maintainers. 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.