gdb/
authorPedro Alves <palves@redhat.com>
Fri, 12 Sep 2008 10:39:03 +0000 (10:39 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 12 Sep 2008 10:39:03 +0000 (10:39 +0000)
* 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
gdb/Makefile.in
gdb/config/i386/i386gnu.mh
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 2b44bfb81c579324c6e18bca1b1da396b9c5061c..96281331f2c3f05c8850f9a26fa924ea7866c122 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-12  Pedro Alves  <pedro@codesourcery.com>
+
+       * Makefile.in (generated_files): Add $(NAT_GENERATED_FILES).
+       * config/i386/i386gnu.mh (NAT_GENERATED_FILES): New.
+
 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * fork-child.c (startup_inferior): Use target_wait and target_resume
index be07d23df32a118b52842ad203b75f3a9ff64f22..4e65f72957168706df380c5eb07026fd914916e9 100644 (file)
@@ -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) $<
index a188b1c15090a58df511d221d87cd6a34765624a..d4e09d9ba9c6526995176e468e9ab9f82dec55f2 100644 (file)
@@ -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
index 0ba64560d5eb672310e2613ffdb62f68811b1a52..06f7a4488d2d26452852bda4b36b55090d15bac0 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-12  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
+
 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * gdbint.texinfo (Target Conditionals): Remove documentation
index e4ae2b1ae7b9fb344fe9add343c81107828fca89..63b0d34de3cb65d80fa56234ebc85db8b3d71970 100644 (file)
@@ -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}