aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-11-09 15:24:15 +1030
committerAlan Modra <amodra@gcc.gnu.org>2015-11-09 15:24:15 +1030
commit61c94e79ebc90cf45fb9985dee0e3878ac33e55c (patch)
tree5c81bf4368d2aa399364d0dc3718797734b62a91 /libiberty/config.in
parent126e0b6b6124f603f2627ea99f3b24efe42993e3 (diff)
downloadgcc-61c94e79ebc90cf45fb9985dee0e3878ac33e55c.zip
gcc-61c94e79ebc90cf45fb9985dee0e3878ac33e55c.tar.gz
gcc-61c94e79ebc90cf45fb9985dee0e3878ac33e55c.tar.bz2
Configury changes for obstack optimization
Missed from last patch * config.in: Regenerate. From-SVN: r229991
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 0dedbf0..1ff50c6 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