diff options
author | Alan Modra <amodra@gmail.com> | 2015-11-09 15:24:15 +1030 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2015-11-09 15:24:15 +1030 |
commit | 61c94e79ebc90cf45fb9985dee0e3878ac33e55c (patch) | |
tree | 5c81bf4368d2aa399364d0dc3718797734b62a91 /libiberty | |
parent | 126e0b6b6124f603f2627ea99f3b24efe42993e3 (diff) | |
download | gcc-61c94e79ebc90cf45fb9985dee0e3878ac33e55c.tar.gz |
Configury changes for obstack optimization
Missed from last patch
* config.in: Regenerate.
From-SVN: r229991
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 1 | ||||
-rw-r--r-- | libiberty/config.in | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index d0b1e8bcf7b..ca9b61a80af 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -2,6 +2,7 @@ * configure.ac: Check size of size_t. * configure: Regenerate. + * config.in: Regenerate. 2015-11-09 Alan Modra <amodra@gmail.com> diff --git a/libiberty/config.in b/libiberty/config.in index 0dedbf08e0f..1ff50c67f60 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -470,6 +470,9 @@ /* The size of `long long', as computed by sizeof. */ #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 it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses |