[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Fri Aug 4 11:18:31 PDT 2006
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.67 -> 1.68
---
Log message:
Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
Update ltld.[ch] to version 1.5.22.
Correct the notes about updating these tools (autoconf/README.TXT)
Add configure options for getting the correct option for including a whole
archive when linking.
---
Diffs of the changes: (+2 -2)
config.h.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.67 llvm/include/llvm/Config/config.h.in:1.68
--- llvm/include/llvm/Config/config.h.in:1.67 Mon Jun 5 11:11:07 2006
+++ llvm/include/llvm/Config/config.h.in Fri Aug 4 13:18:08 2006
@@ -508,7 +508,7 @@
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
+ automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
@@ -539,5 +539,5 @@
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
More information about the llvm-commits
mailing list