From c83e25db8da1b7b9f4ee71e2f9575fc6e237f3bf Mon Sep 17 00:00:00 2001 From: amodra Date: Mon, 9 Nov 2015 04:54:15 +0000 Subject: [PATCH] Configury changes for obstack optimization Missed from last patch * config.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229991 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/ChangeLog | 1 + libiberty/config.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index d0b1e8bcf7ba..ca9b61a80af5 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 diff --git a/libiberty/config.in b/libiberty/config.in index 0dedbf08e0ff..1ff50c67f600 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 -- 2.47.2