[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r8816 - in /libdfp/trunk: Makefile.gdb Makefile.in tests/debug-test.sh



Author: ryanarn
Date: Thu Aug 13 09:08:56 2009
New Revision: 8816

Log:
2009-08-13  Ryan S. Arnold  <rsa@xxxxxxxxxx>

	* Makefile.in: Change test-debug to > debug-test.
	* tests/debug-test.sh: Change test-debug.conf -> debug-test.conf.
	* Makefile.gdb: Change test-debug to debug-test.

Modified:
    libdfp/trunk/Makefile.gdb
    libdfp/trunk/Makefile.in
    libdfp/trunk/tests/debug-test.sh

Modified: libdfp/trunk/Makefile.gdb
==============================================================================
--- libdfp/trunk/Makefile.gdb (original)
+++ libdfp/trunk/Makefile.gdb Thu Aug 13 09:08:56 2009
@@ -1,7 +1,7 @@
 # These are all used for debugging testcases.  This is sufficiently hackish so
 # it's going into it's own Makefile.
 
-$(top_builddir)/test-debug.conf: Makefile
+$(top_builddir)/debug-test.conf: Makefile
 	echo 'CC="$(CC)"' > $@
 	echo 'DBG=$(dir $(firstword $(CC)))gdb$(cc_msize)' >> $@
 	echo 'OBJDUMP=$(dir $(firstword $(CC)))objdump' >> $@
@@ -10,7 +10,7 @@
 	echo 'LIBDFP_BUILD=$(top_builddir)/' >> $@
 	echo 'LIBDFP_HEADERS=$(top_srcdir)/dfp' >> $@
 	echo 'LIBDFP_SRC=$(top_srcdir)' >> $@
-	cp $(top_srcdir)/tests/test-debug.sh $(top_builddir)/
+	cp $(top_srcdir)/tests/debug-test.sh $(top_builddir)/
 	@echo
 
 $(addsuffix .conf,$(libdfp_tests)):

Modified: libdfp/trunk/Makefile.in
==============================================================================
--- libdfp/trunk/Makefile.in (original)
+++ libdfp/trunk/Makefile.in Thu Aug 13 09:08:56 2009
@@ -277,23 +277,23 @@
 	2>&1> $(top_builddir)/$@
 	@echo
 
-DISTCLEANFILES = $(top_builddir)/test-debug.conf
+DISTCLEANFILES = $(top_builddir)/debug-test.conf
 
 # Pick up the following rules from Makefile.debug:
-#	$(top_builddir)/test-debug.conf:
+#	$(top_builddir)/debug-test.conf:
 #	$(addsuffix .conf,$(libdfp_tests)):
 #	$(addsuffix .gdb,$(libdfp_tests)):
 include $(top_srcdir)/Makefile.gdb
 
-# We use test-debug.conf as an input file for some debuggin utilities.
-check: $(top_builddir)/test-debug.conf $(addsuffix .conf,$(libdfp_tests)) $(addsuffix .out,$(libdfp_tests)) $(addsuffix .gdb,$(libdfp_tests))
+# We use debug-test.conf as an input file for some debuggin utilities.
+check: $(top_builddir)/debug-test.conf $(addsuffix .conf,$(libdfp_tests)) $(addsuffix .out,$(libdfp_tests)) $(addsuffix .gdb,$(libdfp_tests))
 
 #	@echo Running make check against tests: $(libdfp_tests)
 
 .PHONY: check
 
 clean:
-	rm *.o *.os $(STATIC_LIBRARY) $(SHARED_LIBRARY) $(SHARED_VERSION_LIBRARY) Versions.all Versions.sysdeps libdfp.map Versions.tmp sysd-versions $(top_builddir)/$(dfp_backend)/*.o $(top_builddir)/$(dfp_backend)/*.a _make* test-debug.conf $(addsuffix .out,$(libdfp_tests)) $(addsuffix .conf,$(libdfp_tests)) $(addsuffix .gdb,$(libdfp_tests)) $(libdfp_tests) _check
+	rm *.o *.os $(STATIC_LIBRARY) $(SHARED_LIBRARY) $(SHARED_VERSION_LIBRARY) Versions.all Versions.sysdeps libdfp.map Versions.tmp sysd-versions $(top_builddir)/$(dfp_backend)/*.o $(top_builddir)/$(dfp_backend)/*.a _make* debug-test.conf $(addsuffix .out,$(libdfp_tests)) $(addsuffix .conf,$(libdfp_tests)) $(addsuffix .gdb,$(libdfp_tests)) $(libdfp_tests) _check
 
 .PHONY: clean
 

Modified: libdfp/trunk/tests/debug-test.sh
==============================================================================
--- libdfp/trunk/tests/debug-test.sh (original)
+++ libdfp/trunk/tests/debug-test.sh Thu Aug 13 09:08:56 2009
@@ -3,7 +3,7 @@
 if test -z "$1"; then
 	echo "$1 must be the test-*.conf file name you wish to debug."
 fi
-	source test-debug.conf
+	source debug-test.conf
 	source $1
 
 $DBG -x ${GDB_SCRIPT} -d ${LIBDFP_SRC} ${GLIBC_BUILD}/elf/ld.so