mfree() -> xmfree().

This commit is contained in:
Andrew Cagney
2001-12-02 22:38:23 +00:00
parent 4c17829508
commit aac7f4eaf2
14 changed files with 48 additions and 44 deletions

View File

@@ -678,7 +678,7 @@ free_elfinfo (PTR objp)
while (ssi)
{
nssi = ssi->next;
mfree (objfile->md, ssi);
xmfree (objfile->md, ssi);
ssi = nssi;
}
@@ -709,7 +709,7 @@ elf_symfile_finish (struct objfile *objfile)
{
if (objfile->sym_stab_info != NULL)
{
mfree (objfile->md, objfile->sym_stab_info);
xmfree (objfile->md, objfile->sym_stab_info);
}
}