]> sourceware.org Git - insight.git/commitdiff
Upgrade submodule, sync patch.
authorPatrick Monnerat <patrick@monnerat.net>
Fri, 17 May 2024 12:32:00 +0000 (14:32 +0200)
committerPatrick Monnerat <patrick@monnerat.net>
Fri, 17 May 2024 12:32:00 +0000 (14:32 +0200)
binutils-gdb
patches/binutils-gdb/007-gdbtk-obj-in-subdir.patch

index ad658482c1e4feec4ac99c8e7df17ff78d0c2996..9ea82bfdd612081e21b38ea89d9bb0f836d92814 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ad658482c1e4feec4ac99c8e7df17ff78d0c2996
+Subproject commit 9ea82bfdd612081e21b38ea89d9bb0f836d92814
index 5c7d8549b6b55091a8dbd90c2b6237e091ce2656..e649b97b0fdb91db95ed30514694f684f77f711b 100644 (file)
@@ -1,8 +1,8 @@
 Keep gdbtk object files in their source directory.
 Link insight using gdb objects rather than gdb static library.
 diff -Naurp a/gdb/Makefile.in b/gdb/Makefile.in
---- a/gdb/Makefile.in  2023-12-15 11:51:38.010745506 +0100
-+++ b/gdb/Makefile.in  2023-12-15 11:52:18.765108460 +0100
+--- a/gdb/Makefile.in  2024-05-17 14:06:51.020119820 +0200
++++ b/gdb/Makefile.in  2024-05-17 14:10:45.483201123 +0200
 @@ -554,15 +554,15 @@ GDBTK_LIBRARY = $(datadir)/insight$(GDBT
  GDBTK_SRC_DIR = @GDBTK_SRC_DIR@
  
@@ -50,15 +50,15 @@ diff -Naurp a/gdb/Makefile.in b/gdb/Makefile.in
  
  installcheck:
  
-@@ -2174,6 +2172,7 @@ test-cp-name-parser$(EXEEXT): test-cp-na
+@@ -2163,6 +2161,7 @@ uninstall: force $(CONFIG_UNINSTALL)
+ # computing the list of source files from the list of object files.
  
  INIT_FILES_FILTER_OUT = \
-       cp-name-parser.o \
 +      gdbres.o \
        init.o \
        version.o \
        xml-builtin.o \
-@@ -2644,10 +2643,10 @@ clean-gdbtk:
+@@ -2634,10 +2633,10 @@ clean-gdbtk:
        rm -f insight$(EXEEXT)
  
  # Removing the old gdb first works better if it is running, at least on SunOS.
@@ -71,12 +71,12 @@ diff -Naurp a/gdb/Makefile.in b/gdb/Makefile.in
                $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
  
  gdbres.o: $(srcdir)/gdbtk/gdb.rc $(srcdir)/gdbtk/gdbtool.ico
-@@ -2682,7 +2681,7 @@ endif
+@@ -2672,7 +2671,7 @@ endif
  
  # A list of all the objects we might care about in this build, for
  # dependency tracking.
--all_object_files = gdb.o $(LIBGDB_OBS) gdbtk-main.o \
-+all_object_files = gdb.o $(LIBGDB_OBS) gdbtk/generic/gdbtk-main.o \
-       test-cp-name-parser.o
+-all_object_files = gdb.o $(LIBGDB_OBS) gdbtk-main.o
++all_object_files = gdb.o $(LIBGDB_OBS) gdbtk/generic/gdbtk-main.o
  
  # All the .deps files to include.
+ all_deps_files = $(foreach dep,$(patsubst %.o,%.Po,$(all_object_files)),\
This page took 0.026455 seconds and 5 git commands to generate.