]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Configury changes for obstack optimization
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Nov 2015 04:54:15 +0000 (04:54 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Nov 2015 04:54:15 +0000 (04:54 +0000)
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
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