This is the mail archive of the gdb-patches@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]

[commit] Fix breakage in DJGPP configury


The DJGPP configury stuff managed to bitrot (due to changes in
top-level configure and Makefile).  The patches below fix that.

Committed.

2004-11-13  Eli Zaretskii  <eliz@gnu.org>

	* config/djgpp/fnchange.lst: Group renames for opcode directory
	together.

	* config/djgpp/djconfig.sh: Replace file names that don't exist
	anymore with existing files, for checking the unpacked
	distribution.

	* config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
	Export pre-cooked values in configure-* targets that begin with
	"@test -f stage_last".

Index: gdb/config/djgpp/djconfig.sh
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/djconfig.sh,v
retrieving revision 1.8
diff -u -r1.8 djconfig.sh
--- gdb/config/djgpp/djconfig.sh	29 Dec 2003 07:35:35 -0000	1.8
+++ gdb/config/djgpp/djconfig.sh	13 Nov 2004 13:32:25 -0000
@@ -51,17 +51,22 @@
 
 # Make sure they don't have some file names mangled by untarring.
 echo -n "Checking the unpacked distribution..."
-if ( ! test -f ${srcdir}/intl/po2tblsed.in || \
-     ! test -f ${srcdir}/gdb/ChangeLog.002 || \
+if ( ! test -f ${srcdir}/bfd/ChangeLog.0203      || \
+     ! test -f ${srcdir}/gdb/ChangeLog.002       || \
+     ! test -f ${srcdir}/opcodes/ChangeLog.0203  || \
      ! test -f ${srcdir}/readline/config.h-in ) ; then
-  if ( ! test -f ${srcdir}/intl/po2tblsed.in ) ; then
-    notfound=${srcdir}/intl/po2tblsed.in
+  if ( ! test -f ${srcdir}/bfd/ChangeLog.0203 ) ; then
+    notfound=${srcdir}/bfd/ChangeLog.0203
   else
-    if ( ! test -d ${srcdir}/gdb/testsuite/cxx) ; then
+    if ( ! test -f ${srcdir}/gdb/ChangeLog.002) ; then
       notfound=${srcdir}/gdb/ChangeLog.002
     else
       if ( ! test -f ${srcdir}/readline/config.h-in ) ; then
         notfound=${srcdir}/readline/config.h-in
+      else
+        if ( ! test -f ${srcdir}/opcodes/ChangeLog.0203 ) ; then
+          notfound=${srcdir}/opcodes/ChangeLog.0203
+        fi
       fi
     fi
   fi
Index: gdb/config/djgpp/config.sed
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/config.sed,v
retrieving revision 1.5
diff -u -r1.5 config.sed
--- gdb/config/djgpp/config.sed	29 Dec 2003 07:35:35 -0000	1.5
+++ gdb/config/djgpp/config.sed	13 Nov 2004 13:32:25 -0000
@@ -22,7 +22,8 @@
 
 /^ac_given_srcdir=/,/^CEOF/ {
   /^s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%/a\
-  /@test ! -f /s,\\(.\\)\$, export am_cv_exeext=.exe; export lt_cv_sys_max_cmd_len=12288; \\1,
+  /@test ! -f /s,\\(.\\)\$, export am_cv_exeext=.exe; export lt_cv_sys_max_cmd_len=12288; \\1,\
+  /@test -f stage_last /s,\\(.\\)\$, export am_cv_exeext=.exe; export lt_cv_sys_max_cmd_len=12288; \\1,
 
 }
 
Index: gdb/config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.83
diff -u -r1.83 fnchange.lst
--- gdb/config/djgpp/fnchange.lst	1 Oct 2004 07:29:34 -0000	1.83
+++ gdb/config/djgpp/fnchange.lst	13 Nov 2004 13:32:52 -0000
@@ -282,6 +282,13 @@
 @V@/opcodes/openrisc-opc.c @V@/opcodes/orisc-opc.c
 @V@/opcodes/openrisc-opc.h @V@/opcodes/orisc-opc.h
 @V@/opcodes/openrisc-desc.h @V@/opcodes/orisc-desc.h
+@V@/opcodes/xstormy16-asm.c @V@/opcodes/xst16asm.c
+@V@/opcodes/xstormy16-desc.c @V@/opcodes/xst16dsc.c
+@V@/opcodes/xstormy16-desc.h @V@/opcodes/xst16dsc.h
+@V@/opcodes/xstormy16-dis.c @V@/opcodes/xst16dis.c
+@V@/opcodes/xstormy16-ibld.c @V@/opcodes/xst16ibd.c
+@V@/opcodes/xstormy16-opc.c @V@/opcodes/xst16opc.c
+@V@/opcodes/xstormy16-opc.h @V@/opcodes/xst16opc.h
 @V@/readline/config.h.bot @V@/readline/config.h-bot
 @V@/readline/config.h.in @V@/readline/config.h-in
 @V@/sim/frv/profile-fr400.c @V@/sim/frv/fr400-profile.c
@@ -390,10 +397,3 @@
 @V@/tk/unix/tkUnixScrlbr.c @V@/tk/unix/tkScrlbr.c
 @V@/tk/unix/tkUnixSelect.c @V@/tk/unix/tkSelect.c
 @V@/tk/unix/tkUnixSend.c @V@/tk/unix/tkSend.c
-@V@/opcodes/xstormy16-asm.c @V@/opcodes/xst16asm.c
-@V@/opcodes/xstormy16-desc.c @V@/opcodes/xst16dsc.c
-@V@/opcodes/xstormy16-desc.h @V@/opcodes/xst16dsc.h
-@V@/opcodes/xstormy16-dis.c @V@/opcodes/xst16dis.c
-@V@/opcodes/xstormy16-ibld.c @V@/opcodes/xst16ibd.c
-@V@/opcodes/xstormy16-opc.c @V@/opcodes/xst16opc.c
-@V@/opcodes/xstormy16-opc.h @V@/opcodes/xst16opc.h


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