From: amodra Date: Mon, 9 Nov 2015 04:54:15 +0000 (+0000) Subject: Configury changes for obstack optimization X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83e25db8da1b7b9f4ee71e2f9575fc6e237f3bf;p=thirdparty%2Fgcc.git 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 --- 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