From: palves Date: Wed, 10 Sep 2008 18:13:20 +0000 (+0000) Subject: * Makefile.in (gnu-nat.o): New rule. X-Git-Tag: cgen-snapshot-20091101~5449 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=193486ee666c236cbb3d34f40a1ea63cf53b3d8f;p=pf3gnuchains%2Fpf3gnuchains4x.git * Makefile.in (gnu-nat.o): New rule. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 480763c36b..2ffa89d2a4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-09-10 Pedro Alves + + * Makefile.in (gnu-nat.o): New rule. + 2008-09-10 Joel Brobecker * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Use diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a4bf241925..be07d23df3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1343,6 +1343,13 @@ ALLDEPFILES = \ # Some files need explicit build rules (due to -Werror problems) or due # to sub-directory fun 'n' games. +# "gnu-nat.c" gets "suggest parentheses around assignment used as +# truth value" errors. It turns out that there is a system header +# that does `if (a = b)'. +gnu-nat.o: $(srcdir)/gnu-nat.c + $(COMPILE.pre) $(INTERNAL_WARN_CFLAGS) $(COMPILE.post) $(srcdir)/gnu-nat.c + $(POSTCOMPILE) + hpux-thread.o: $(srcdir)/hpux-thread.c $(COMPILE) -I$(srcdir)/osf-share -I$(srcdir)/osf-share/HP800 \ -I/usr/include/dce $(srcdir)/hpux-thread.c