aboutsummaryrefslogtreecommitdiff
path: root/libitm/ChangeLog
diff options
context:
space:
mode:
authorTorvald Riegel <triegel@redhat.com>2012-02-14 13:13:56 +0000
committerTorvald Riegel <torvald@gcc.gnu.org>2012-02-14 13:13:56 +0000
commit7d33bcb73866d5310b4eb190172240bcb71f51f6 (patch)
tree3f757ed98c58cd9c6de39c80072caa8625239a50 /libitm/ChangeLog
parentdd552284fd817c9d946598a7b647f9e67753bed6 (diff)
downloadgcc-7d33bcb73866d5310b4eb190172240bcb71f51f6.zip
gcc-7d33bcb73866d5310b4eb190172240bcb71f51f6.tar.gz
gcc-7d33bcb73866d5310b4eb190172240bcb71f51f6.tar.bz2
libitm: Add xcalloc.
libitm/ * util.cc (GTM::xcalloc): New. * common.h (GTM::xcalloc): Declare. From-SVN: r184210
Diffstat (limited to 'libitm/ChangeLog')
-rw-r--r--libitm/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index decdad3..130c9ef 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-14 Torvald Riegel <triegel@redhat.com>
+
+ * util.cc (GTM::xcalloc): New.
+ * common.h (GTM::xcalloc): Declare.
+
2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
* config/sparc/target.h (cpu_relax): Read from CC register.