dbus/test decode-gcov.c,1.6,1.7
Havoc Pennington
hp@pdx.freedesktop.org
Thu, 09 Oct 2003 20:56:32 -0700
Update of /cvs/dbus/dbus/test
In directory pdx:/tmp/cvs-serv17200/test
Modified Files:
decode-gcov.c
Log Message:
2003-10-09 Havoc Pennington <hp@redhat.com>
* configure.in: define DBUS_HAVE_GCC33_GCOV if we have
gcc 3.3. Not that we do anything about it yet.
* bus/signals.c (bus_match_rule_parse): impose max length on the
match rule text
* dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
Index: decode-gcov.c
===================================================================
RCS file: /cvs/dbus/dbus/test/decode-gcov.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- decode-gcov.c 30 Sep 2003 02:32:59 -0000 1.6
+++ decode-gcov.c 10 Oct 2003 03:56:30 -0000 1.7
@@ -38,6 +38,10 @@
#include <stdlib.h>
#include <string.h>
+#ifdef DBUS_HAVE_GCC33_GCOV
+#error "gcov support not yet implemented for gcc 3.3 and greater; the file format changed"
+#endif
+
#ifndef DBUS_HAVE_INT64
#error "gcov support can't be built without 64-bit integer support"
#endif