diff options
author | Pedro Alves <palves@redhat.com> | 2008-09-12 10:39:03 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-09-12 10:39:03 +0000 |
commit | 3d0bb823b09d0f6103cba00d833152b7f6a6e1d1 (patch) | |
tree | 3098db62ace43a5dea1fe1f1d73ac5a84dad4e5d /gdb/doc | |
parent | 7be8330a59e4c55791360237af8cf2b070d0f45c (diff) | |
download | gdb-3d0bb823b09d0f6103cba00d833152b7f6a6e1d1.zip gdb-3d0bb823b09d0f6103cba00d833152b7f6a6e1d1.tar.gz gdb-3d0bb823b09d0f6103cba00d833152b7f6a6e1d1.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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} |