aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-09 02:30:13 +0000
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-09 02:30:13 +0000
commit9dac2720f30b6a3271d55c67cd79a3d90c11c2ed (patch)
treeb63391e5870d1b6f296c60ed12a39f0c91842edf /gcc/lto/ChangeLog
parentb0c5be65a5af923b8c776d44a53561d6d1ac23a6 (diff)
move gimple_canonical_types htab out of gc memory
lto/ * lto.c (read_cgraph_and_symbols): allocate gimple_canonical_types htab with malloc instead of ggc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218502 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index fa96f4825ca..5f509f01b6e 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-08 Trevor Saunders <tsaunders@mozilla.com>
+
+ * lto.c (read_cgraph_and_symbols): allocate gimple_canonical_types
+ htab with malloc instead of ggc.
+
2014-11-20 Trevor Saunders <tsaunders@mozilla.com>
* lto.c: Replace htab with hash_table.