* configure, conf.in: Rebuild with autoconf 2.12.

This commit is contained in:
Ian Lance Taylor 1996-11-26 22:08:11 +00:00
parent 0e809bba05
commit 775c64a97f
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
Tue Nov 26 10:33:16 1996 Ian Lance Taylor <ian@cygnus.com>
* configure, conf.in: Rebuild with autoconf 2.12.
* config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no
alignment is specified.

View File

@ -19,9 +19,9 @@
/* 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.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown
*/
#undef STACK_DIRECTION