ggc-page.c (alloc_page): Substituting xmalloc...
authorAngelo Graziosi <angelo.graziosi@alice.it>
Fri, 11 Jul 2008 18:07:15 +0000 (20:07 +0200)
committerRaksit Ashok <raksit@gcc.gnu.org>
Fri, 11 Jul 2008 18:07:15 +0000 (18:07 +0000)
commitec4d7730c818bb14591b9d0c82f92e73cadf27fb
tree2c0b96b5a0f4136f8e915c52607211b92233fa21
parent760b18ad400092ea513d159b825b3617247dce8c
ggc-page.c (alloc_page): Substituting xmalloc...

2008-07-11  Angelo Graziosi  <angelo.graziosi@alice.it>

* ggc-page.c (alloc_page):
Substituting xmalloc, xcalloc with
XNEWVEC and XCNEWVAR macros which add the
needed casts.

From-SVN: r137722
gcc/ChangeLog
gcc/ggc-page.c