This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Trimming the CVS "gdb" module


Following tries to close a number of random discussions that noticed that the GDB module contains stuff that is no longer applicable.

The attached modifies GDB's "gdb" CVS module trimming it back to what is currently relevant. It drops mmalloc/ (not used), cgen/cpu/ (moved to cpu/), intl (use installed), and utils/ (not used).

It also adds the module old-gdb which retains all the old directories and hence can be used to check out old gdb versions (although "gdb" will be sufficient for most needs).

I'll look to commit this in a week, this needs to be closed before 6.3 is branched.

Andrew

? diffs
Index: modules
===================================================================
RCS file: /cvs/src/CVSROOT/modules,v
retrieving revision 1.56
diff -p -u -r1.56 modules
--- modules	30 Mar 2004 01:35:57 -0000	1.56
+++ modules	6 Oct 2004 16:36:49 -0000
@@ -128,14 +128,22 @@ sim		-a naked-sim naked-bfd naked-opcode
 		naked-libiberty naked-mmalloc naked-include \
 		src-support naked-intl
 
-naked-gdb-guifull -a src/gdb
-naked-gdb	-a !src/gdb/gdbtk !src/gdb/testsuite/gdb.gdbtk src/gdb
-gdb-support	-a naked-texinfo naked-bfd naked-opcodes \
+# OLD-GDB contains everything that ever was in GDB.  It can be used to
+# check out out old GDB branches and as an approximation for an old
+# mainline.
+old-gdb		-a !src/gdb/gdbtk !src/gdb/testsuite/gdb.gdbtk src/gdb \
+		naked-texinfo naked-bfd naked-opcodes \
 		naked-readline naked-libiberty naked-mmalloc naked-include \
 		naked-sim naked-utils src-support naked-intl naked-cpu \
-		src/cgen/cpu \
-		src/djunpack.bat
+		src/cgen/cpu src/djunpack.bat
 
+naked-gdb-guifull -a src/gdb
+naked-gdb	-a !src/gdb/gdbtk !src/gdb/testsuite/gdb.gdbtk src/gdb
+gdb-support	-a naked-texinfo naked-bfd naked-opcodes \
+		naked-readline naked-libiberty naked-include \
+		naked-sim naked-utils naked-cpu src/djunpack.bat \
+		src-support
+# Module reflecting active development.
 gdb		-a naked-gdb gdb-support
 gdb+dejagnu	-a gdb naked-dejagnu naked-expect naked-tcl
 gdb+binutils	-a gdb naked-binutils naked-gas naked-gprof naked-ld

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]