From 7708fa01118edc2d23868c960924dabe20d93764 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 18 Jan 2002 04:51:10 +0000 Subject: Remove XDEPFILES from GDB. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 16 ++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d3d5ff3..4bc20b4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2002-01-17 Andrew Cagney + * gdbint.texinfo (Host Definition): Remove references to XDEPFILES + and xyz-xdep.o. + +2002-01-17 Andrew Cagney + * gdb.texinfo (Maintenance Commands): Add appendix. (Set Breaks): Copy ``maint info breakpoint'' doco to ``Maintenance Commands'' appendix. Add reference. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index bc2225e..d75375d 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2041,26 +2041,18 @@ eventually disappear. Several files control @value{GDBN}'s configuration for host systems: @table @file -@vindex XDEPFILES @item gdb/config/@var{arch}/@var{xyz}.mh Specifies Makefile fragments needed when hosting on machine @var{xyz}. -In particular, this lists the required machine-dependent object files, -by defining @samp{XDEPFILES=@dots{}}. Also specifies the header file -which describes host @var{xyz}, by defining @code{XM_FILE= -xm-@var{xyz}.h}. You can also define @code{CC}, @code{SYSV_DEFINE}, -@code{XM_CFLAGS}, @code{XM_ADD_FILES}, @code{XM_CLIBS}, @code{XM_CDEPS}, -etc.; see @file{Makefile.in}. +Optionally specifies the header file which describes host @var{xyz}, by +defining @code{XM_FILE= xm-@var{xyz}.h}. You can also define @code{CC}, +@code{SYSV_DEFINE}, @code{XM_CFLAGS}, @code{XM_ADD_FILES}, +@code{XM_CLIBS}, @code{XM_CDEPS}, etc.; see @file{Makefile.in}. @item gdb/config/@var{arch}/xm-@var{xyz}.h (@file{xm.h} is a link to this file, created by @code{configure}). Contains C macro definitions describing the host system environment, such as byte order, host C compiler and library. -@item gdb/@var{xyz}-xdep.c -Contains any miscellaneous C code required for this machine as a host. -On most machines it doesn't exist at all. If it does exist, put -@file{@var{xyz}-xdep.o} into the @code{XDEPFILES} line in -@file{gdb/config/@var{arch}/@var{xyz}.mh}. @end table @subheading Generic Host Support Files -- cgit v1.1