This is the mail archive of the gdb-patches@sourceware.org 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/obvious] Regenerate config.in


Hi,

This patch added a configure #define but didn't regenerate config.in:

http://sourceware.org/ml/gdb-patches/2007-11/msg00044.html

I ran autoheader and committed the attached change.
-- 
[]'s
Thiago Jung Bauermann
Software Engineer
IBM Linux Technology Center
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.9064
diff -u -r1.9064 ChangeLog
--- ChangeLog	8 Jan 2008 19:28:09 -0000	1.9064
+++ ChangeLog	8 Jan 2008 19:37:54 -0000
@@ -1,3 +1,7 @@
+2008-01-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+	* config.in: Regenerate.
+
 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
 
 	* ada-lang.c (ada_convert_actual): Renames convert_actual.
Index: config.in
===================================================================
RCS file: /cvs/src/src/gdb/config.in,v
retrieving revision 1.95
diff -u -r1.95 config.in
--- config.in	17 Nov 2007 00:41:17 -0000	1.95
+++ config.in	8 Jan 2008 19:37:54 -0000
@@ -503,6 +503,9 @@
 /* Define if the prfpregset_t type is broken. */
 #undef PRFPREGSET_T_BROKEN
 
+/* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
+#undef PRINTF_HAS_DECFLOAT
+
 /* Define to 1 if the "%Lg" format works to print long doubles. */
 #undef PRINTF_HAS_LONG_DOUBLE
 

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