Configury changes for obstack optimization
authorAlan Modra <amodra@gmail.com>
Mon, 9 Nov 2015 04:54:15 +0000 (15:24 +1030)
committerAlan Modra <amodra@gcc.gnu.org>
Mon, 9 Nov 2015 04:54:15 +0000 (15:24 +1030)
Missed from last patch

* config.in: Regenerate.

From-SVN: r229991

libiberty/ChangeLog
libiberty/config.in

index d0b1e8bcf7ba575df6ad91c076b42974cc5201f7..ca9b61a80af585d0ee6692547a61fa8423b387e6 100644 (file)
@@ -2,6 +2,7 @@
 
        * configure.ac: Check size of size_t.
        * configure: Regenerate.
+       * config.in: Regenerate.
 
 2015-11-09  Alan Modra  <amodra@gmail.com>
 
index 0dedbf08e0ffce7f49dcb6c7fc5fe78a4845f40d..1ff50c67f600a6399f40c69ca942d89d5c3a83a3 100644 (file)
 /* 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