From 3d0bb823b09d0f6103cba00d833152b7f6a6e1d1 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 12 Sep 2008 10:39:03 +0000 Subject: gdb/ * Makefile.in (generated_files): Add $(NAT_GENERATED_FILES). * config/i386/i386gnu.mh (NAT_GENERATED_FILES): New. gdb/doc/ * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES. --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 3 ++- gdb/config/i386/i386gnu.mh | 5 +++++ gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdbint.texinfo | 2 +- 5 files changed, 17 insertions(+), 2 deletions(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2b44bfb..9628133 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-09-12 Pedro Alves + + * Makefile.in (generated_files): Add $(NAT_GENERATED_FILES). + * config/i386/i386gnu.mh (NAT_GENERATED_FILES): New. + 2008-09-11 Ulrich Weigand * fork-child.c (startup_inferior): Use target_wait and target_resume diff --git a/gdb/Makefile.in b/gdb/Makefile.in index be07d23..4e65f72 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -831,7 +831,8 @@ DISTSTUFF = $(YYFILES) # All generated files which can be included by another file. -generated_files = config.h observer.h observer.inc ada-lex.c $(GNULIB_H) +generated_files = config.h observer.h observer.inc ada-lex.c \ + $(GNULIB_H) $(NAT_GENERATED_FILES) .c.o: $(COMPILE) $< diff --git a/gdb/config/i386/i386gnu.mh b/gdb/config/i386/i386gnu.mh index a188b1c..d4e09d9 100644 --- a/gdb/config/i386/i386gnu.mh +++ b/gdb/config/i386/i386gnu.mh @@ -29,3 +29,8 @@ MIGCOM = $(MIG) -cc cat - /dev/null %_U.h %_U.c: %.defs $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \ | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $*_U.h + +NAT_GENERATED_FILES = notify_S.h notify_S.c \ + process_reply_S.h process_reply_S.c \ + msg_reply_S.h msg_reply_S.c msg_U.h msg_U.c \ + exc_request_U.h exc_request_U.c exc_request_S.h exc_request_S.c diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0ba6456..06f7a44 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-09-12 Pedro Alves + + * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES. + 2008-09-11 Ulrich Weigand * gdbint.texinfo (Target Conditionals): Remove documentation diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e4ae2b1..63b0d34 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4412,7 +4412,7 @@ native-dependent object files, by defining @samp{NATDEPFILES=@dots{}}. Also specifies the header file which describes native support on @var{xyz}, by defining @samp{NAT_FILE= nm-@var{xyz}.h}. You can also define @samp{NAT_CFLAGS}, @samp{NAT_ADD_FILES}, @samp{NAT_CLIBS}, -@samp{NAT_CDEPS}, etc.; see @file{Makefile.in}. +@samp{NAT_CDEPS}, @samp{NAT_GENERATED_FILES}, etc.; see @file{Makefile.in}. @emph{Maintainer's note: The @file{.mh} suffix is because this file originally contained @file{Makefile} fragments for hosting @value{GDBN} -- cgit v1.1