summaryrefslogtreecommitdiffstats
path: root/libiberty/ternary.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-05-24 21:01:33 +0000
committerDJ Delorie <dj@redhat.com>2005-05-24 21:01:33 +0000
commitabf6a75b428517d9caaf9155212b0b10e0379a99 (patch)
tree3476694dba1d2c731deb2a131b0d8d6c5dcb0cd3 /libiberty/ternary.c
parentf127898a4db12540b9898e25777c6c3725d119bf (diff)
downloadppe42-binutils-abf6a75b428517d9caaf9155212b0b10e0379a99.tar.gz
ppe42-binutils-abf6a75b428517d9caaf9155212b0b10e0379a99.zip
merge from gcc
Diffstat (limited to 'libiberty/ternary.c')
-rw-r--r--libiberty/ternary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/ternary.c b/libiberty/ternary.c
index e57e94404a..8fc561a453 100644
--- a/libiberty/ternary.c
+++ b/libiberty/ternary.c
@@ -74,7 +74,7 @@ ternary_insert (ternary_tree *root, const char *s, PTR data, int replace)
for (;;)
{
/* Allocate the memory for the node, and fill it in */
- *pcurr = (ternary_tree) xmalloc (sizeof (ternary_node));
+ *pcurr = XNEW (ternary_node);
curr = *pcurr;
curr->splitchar = *s;
curr->lokid = curr->hikid = curr->eqkid = 0;
OpenPOWER on IntegriCloud