mirror of git://gcc.gnu.org/git/gcc.git
Configury changes for obstack optimization
Missed from last patch * config.in: Regenerate. From-SVN: r229991
This commit is contained in:
parent
126e0b6b61
commit
61c94e79eb
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* configure.ac: Check size of size_t.
|
* configure.ac: Check size of size_t.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
* config.in: Regenerate.
|
||||||
|
|
||||||
2015-11-09 Alan Modra <amodra@gmail.com>
|
2015-11-09 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -470,6 +470,9 @@
|
||||||
/* The size of `long long', as computed by sizeof. */
|
/* The size of `long long', as computed by sizeof. */
|
||||||
#undef SIZEOF_LONG_LONG
|
#undef SIZEOF_LONG_LONG
|
||||||
|
|
||||||
|
/* The size of `size_t', as computed by sizeof. */
|
||||||
|
#undef SIZEOF_SIZE_T
|
||||||
|
|
||||||
/* Define if you know the direction of stack growth for your system; otherwise
|
/* 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
|
it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
|
||||||
toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
|
toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue