From d11d9deb002f339cb0197a6eafaaf6eb3216fd11 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Oct 2008 16:06:22 +0000 Subject: [PATCH] 2008-10-09 Thomas Schwinge * Makefile.in (gnu-nat.o): Revert the 2008-09-10 change, as the problem is fixed upstream. --- gdb/ChangeLog | 3 +++ gdb/Makefile.in | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dbc3be9..687679f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2008-10-09 Thomas Schwinge + * Makefile.in (gnu-nat.o): Revert the 2008-09-10 change, as the problem + is fixed upstream. + * reply_mig_hack.awk: Use the `BAD_TYPECHECK' macro. * MAINTAINERS (Write After Approval): Add myself. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ab0a0b6..5b6c93d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1346,13 +1346,6 @@ 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 -- 2.7.4