OSDN Git Service

gdb
authortromey <tromey>
Wed, 11 Aug 2010 03:35:50 +0000 (03:35 +0000)
committertromey <tromey>
Wed, 11 Aug 2010 03:35:50 +0000 (03:35 +0000)
Revert gdb-add-index addition:
* Makefile.in (install-only): Don't install gdb-add-index.
* gdb-add-index.sh: Remove.
gdb/doc
Revert gdb-add-index addition:
* gdb.texinfo (Index Files): Don't document gdb-add-index.

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

index b803360..de5e722 100644 (file)
@@ -1,3 +1,9 @@
+2010-08-10  Tom Tromey  <tromey@redhat.com>
+
+       Revert gdb-add-index addition:
+       * Makefile.in (install-only): Don't install gdb-add-index.
+       * gdb-add-index.sh: Remove.
+
 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
 
        * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
index 1d3e6a1..65eb1fe 100644 (file)
@@ -1018,16 +1018,7 @@ install-only: $(CONFIG_INSTALL) xml-syscall-install
                $(SHELL) $(srcdir)/../mkinstalldirs \
                        $(DESTDIR)$(man1dir) ; \
                $(INSTALL_DATA) $(srcdir)/gdb.1 \
-                       $(DESTDIR)$(man1dir)/$$transformed_name.1; \
-       transformed_name=`t='$(program_transform_name)'; \
-                         echo gdb-add-index | sed -e "$$t"` ; \
-               if test "x$$transformed_name" = x; then \
-                 transformed_name=gdb-add-index ; \
-               else \
-                 true ; \
-               fi ; \
-               $(INSTALL_PROGRAM) $(srcdir)/gdb-add-index.sh \
-                       $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT)
+                       $(DESTDIR)$(man1dir)/$$transformed_name.1
        @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
 .PHONY: install-tui
 install-tui:
index 38b338b..94cec13 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-10  Tom Tromey  <tromey@redhat.com>
+
+       Revert gdb-add-index addition:
+       * gdb.texinfo (Index Files): Don't document gdb-add-index.
+
 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Eli Zaretskii <eliz@gnu.org>
 
index 867c06c..dc82158 100644 (file)
@@ -15252,16 +15252,6 @@ There are currently some limitation on indices.  They only work when
 for DWARF debugging information, not stabs.  And, they do not
 currently work for programs using Ada.
 
-@pindex gdb-add-index
-@value{GDBN} comes with a program, @command{gdb-add-index}, which can
-be used to add the index to a symbol file.  It takes the symbol file
-as its only argument:
-
-@smallexample
-$ gdb-add-index symfile
-@end smallexample
-
-
 @node Symbol Errors
 @section Errors Reading Symbol Files