summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2017-09-19 10:18:57 +0100
committerYao Qi <yao.qi@linaro.org>2017-09-19 10:18:57 +0100
commitaa70c9f1950b25b48f8fd6770f5d38a8252c24a4 (patch)
treecc4c0cad1e24f841b4aac8cb0ff00bc895ef3571 /gdb/Makefile.in
parentd6541620447f43985b34e9a39488bafb38158221 (diff)
downloadbinutils-gdb-aa70c9f1950b25b48f8fd6770f5d38a8252c24a4.tar.gz
Remove one explicit rule for monitor.o
gdb/monitor.c was removed by 40e0b27 (Delete the remaining ROM monitor targets). gdb: 2017-09-19 Yao Qi <yao.qi@linaro.org> * Makefile.in (monitor.o): Remove the rule.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 9dfc117b2f4..5740d43bb78 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2711,17 +2711,6 @@ ALLDEPFILES = \
# Some files need explicit build rules (due to -Werror problems) or due
# to sub-directory fun 'n' games.
-# FIXME: cagney/2003-08-10: "monitor.c" gets -Wformat-nonliteral
-# errors. It turns out that that is the least of monitor.c's
-# problems. The function print_vsprintf appears to be using
-# va_arg(long) to extract CORE_ADDR parameters - something that
-# definitly will not work. "monitor.c" needs to be rewritten so that
-# it doesn't use format strings and instead uses callbacks.
-monitor.o: $(srcdir)/monitor.c
- $(COMPILE.pre) $(INTERNAL_CFLAGS) $(GDB_WARN_CFLAGS_NO_FORMAT) \
- $(COMPILE.post) $(srcdir)/monitor.c
- $(POSTCOMPILE)
-
# Do not try to build "printcmd.c" with -Wformat-nonliteral. It manually
# checks format strings.
printcmd.o: $(srcdir)/printcmd.c