]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-gdb-add-index-script.patch
- release 2 (by relup.sh)
[packages/gdb.git] / gdb-gdb-add-index-script.patch
index c15df68e481268f6193a5ae455d2d560f800002f..d04b4ac02456058f3b678d69a47380243ff2e3a4 100644 (file)
@@ -40,16 +40,14 @@ Subject: [PATCH 4/4] add gdb-add-index
  5 files changed, 57 insertions(+), 1 deletions(-)
  create mode 100755 gdb/gdb-add-index
 
-Index: gdb-7.4.50.20120103/gdb/Makefile.in
+Index: gdb-7.5.91.20130407/gdb/Makefile.in
 ===================================================================
---- gdb-7.4.50.20120103.orig/gdb/Makefile.in   2012-01-03 05:53:25.000000000 +0100
-+++ gdb-7.4.50.20120103/gdb/Makefile.in        2012-01-03 15:24:25.693543435 +0100
-@@ -1033,7 +1033,16 @@ install-only: install-gstack $(CONFIG_IN
-               $(INSTALL_DATA) $(srcdir)/gdb.1 \
+--- gdb-7.5.91.20130407.orig/gdb/Makefile.in   2013-04-11 16:52:51.000000000 +0200
++++ gdb-7.5.91.20130407/gdb/Makefile.in        2013-04-11 16:53:59.199279388 +0200
+@@ -1053,6 +1053,15 @@ install-only: install-gstack $(CONFIG_IN
                        $(DESTDIR)$(man1dir)/$$transformed_name.1 ; \
                $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \
--              $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h
-+              $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h; \
+               $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h
 +      transformed_name=`t='$(program_transform_name)'; \
 +                        echo gdb-add-index | sed -e "$$t"` ; \
 +              if test "x$$transformed_name" = x; then \
@@ -62,11 +60,11 @@ Index: gdb-7.4.50.20120103/gdb/Makefile.in
        @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
  
  install-python:
-Index: gdb-7.4.50.20120103/gdb/doc/gdb.texinfo
+Index: gdb-7.5.91.20130407/gdb/doc/gdb.texinfo
 ===================================================================
---- gdb-7.4.50.20120103.orig/gdb/doc/gdb.texinfo       2012-01-03 15:20:54.000000000 +0100
-+++ gdb-7.4.50.20120103/gdb/doc/gdb.texinfo    2012-01-03 15:23:43.295231946 +0100
-@@ -16228,6 +16228,14 @@ There are currently some limitation on i
+--- gdb-7.5.91.20130407.orig/gdb/doc/gdb.texinfo       2013-04-11 16:53:00.000000000 +0200
++++ gdb-7.5.91.20130407/gdb/doc/gdb.texinfo    2013-04-11 16:55:07.004278842 +0200
+@@ -17159,6 +17159,14 @@ There are currently some limitation on i
  for DWARF debugging information, not stabs.  And, they do not
  currently work for programs using Ada.
  
This page took 0.049214 seconds and 4 git commands to generate.