Simplify ada-exp.o rule
authorTom Tromey <tom@tromey.com>
Sat, 1 Sep 2018 16:28:34 +0000 (10:28 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 4 Sep 2018 16:45:55 +0000 (10:45 -0600)
commit8dc9fd87b0965f24e21922f295c4af9c3f624985
tree693757b4c570a5753c6df0f24b1a7afacb834015
parent3322c5d9a102f9af099bd87cc65a1e2a70f91c78
Simplify ada-exp.o rule

The ada-exp.o rule no longer needs to pass -Wno-old-style-definition
to the compiler, as this option has no meaning in C++.  So, This patch
simplifies the explicit ada-exp.o rule in the Makefile.  The rule is
still needed because, according to the comment, ada-exp.c may appear
in the srcdir.

gdb/ChangeLog
2018-09-04  Tom Tromey  <tom@tromey.com>

* Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
(ada-exp.o): Update.
gdb/ChangeLog
gdb/Makefile.in
This page took 0.026736 seconds and 4 git commands to generate.