]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/
authorPedro Alves <palves@redhat.com>
Mon, 27 Oct 2008 11:37:40 +0000 (11:37 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 27 Oct 2008 11:37:40 +0000 (11:37 +0000)
* Makefile.in (INSTALLED_LIBS, CLIBS): Remove reference to
$(TM_CLIBS).
(CDEPS): Remove reference to $(TM_CDEPS).

gdb/doc/
* gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
.mt files, TM_CLIBS or TM_CDEPS.
(x86 Watchpoints): Don't mention TDEPFILES.

gdb/ChangeLog
gdb/Makefile.in
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 71d09b60fa74d980b2587ac8554b001a10bae2d0..7c79dd5225f85a9ffcff11d293d47868731f00d6 100644 (file)
@@ -1,3 +1,9 @@
+2008-10-27  Pedro Alves  <pedro@codesourcery.com>
+
+       * Makefile.in (INSTALLED_LIBS, CLIBS): Remove reference to
+       $(TM_CLIBS).
+       (CDEPS): Remove reference to $(TM_CDEPS).
+
 2008-10-26  Michael Snyder  <msnyder@vmware.com>
 
        * infrun.c (handle_inferior_event): Handle dynamic symbol
index 645d9012f9547455de9ec5b10ec71b51a818f414..7bda059ec74f7a11f9b289aacdd497c23ccb386e 100644 (file)
@@ -411,13 +411,13 @@ INTERNAL_LDFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) $(LDFLAGS) $(CONFIG_
 # If you have the Cygnus libraries installed,
 # you can use 'CLIBS=$(INSTALLED_LIBS)' 'CDEPS='
 INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty -ldecnumber \
-       $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
+       $(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
        -lintl -liberty $(LIBGNU)
 CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
-       $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
+       $(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
        $(LIBICONV) $(LIBEXPAT) \
        $(LIBIBERTY) $(WIN32LIBS) $(LIBGNU)
-CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
+CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
        $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU)
 
 ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
index 6b0557505c15a542ec88e9d2a3a6def9545c093e..363ee18e2ec90804754dc450368c87b2151f3927 100644 (file)
@@ -1,3 +1,9 @@
+2008-10-27  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
+       .mt files, TM_CLIBS or TM_CDEPS.
+       (x86 Watchpoints): Don't mention TDEPFILES.
+
 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
 
        * gdb.texinfo (Remote Protocol): Add new nodes to menu.
index 1edb444a4c9e2b7a1890c55387991f9a01f2e064..9caff8fe1a18f8d73f77fb8610edc50eb166b299 100644 (file)
@@ -821,8 +821,7 @@ defining @code{I386_USE_GENERIC_WATCHPOINTS}.
 
 @item
 Add @file{i386-nat.o} to the value of the Make variable
-@code{NATDEPFILES} (@pxref{Native Debugging, NATDEPFILES}) or
-@code{TDEPFILES} (@pxref{Target Architecture Definition, TDEPFILES}).
+@code{NATDEPFILES} (@pxref{Native Debugging, NATDEPFILES}).
 
 @item
 Provide implementations for the @code{I386_DR_LOW_*} macros described
@@ -4106,15 +4105,7 @@ Defaults to @code{1}.
 The following files add a target to @value{GDBN}:
 
 @table @file
-@vindex TDEPFILES
-@item gdb/config/@var{arch}/@var{ttt}.mt
-Contains a Makefile fragment specific to this target.  Specifies what
-object files are needed for target @var{ttt}, by defining
-@samp{TDEPFILES=@dots{}} and @samp{TDEPLIBS=@dots{}}.
-
-You can also define @samp{TM_CLIBS} and @samp{TM_CDEPS}, but these are
-now deprecated, replaced by autoconf, and may go away in future
-versions of @value{GDBN}.
+@cindex target dependent files
 
 @item gdb/@var{ttt}-tdep.c
 Contains any miscellaneous code required for this target machine.  On