aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2011-05-10 16:56:19 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2011-05-10 16:56:19 +0000
commit8242dd04b79486c5890e599caa9c492eac38c2f8 (patch)
tree21c9e334acd6ce8a0705b286bd6ae197901ec1a1 /gcc/c-family/ChangeLog
parent4a68b4ca4e0169389c97cd58a0b4eab9c3810c3f (diff)
downloadgcc-8242dd04b79486c5890e599caa9c492eac38c2f8.zip
gcc-8242dd04b79486c5890e599caa9c492eac38c2f8.tar.gz
gcc-8242dd04b79486c5890e599caa9c492eac38c2f8.tar.bz2
use build_function_type less in c-family and LTO
use build_function_type less in c-family and LTO gcc/c-family/ * c-common.c (def_fn_type): Don't call build_function_type, call build_function_type_array or build_varargs_function_type_array instead. (c_common_nodes_and_builtins): Likewise. gcc/lto/ * lto-lang.c (def_fn_type): Don't call build_function_type, call build_function_type_array or build_varargs_function_type_array instead. From-SVN: r173623
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 9fa7e29..01b6ba7 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-10 Nathan Froyd <froydnj@codesourcery.com>
+
+ * c-common.c (def_fn_type): Don't call build_function_type, call
+ build_function_type_array or build_varargs_function_type_array
+ instead.
+ (c_common_nodes_and_builtins): Likewise.
+
2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
* c-common.c (c_add_case_label): Omit the loc argument to