aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-02 22:38:23 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-02 22:38:23 +0000
commitaac7f4eaf285cfa05a09ce0750f3f828ba0b0f01 (patch)
treeeb4b35b0031b389cdb25e2d2ed735f4fb663d11e /gdb/xcoffread.c
parent4c17829508ff57f839698eb08f6adf8fdf2526a1 (diff)
downloadfsf-binutils-gdb-aac7f4eaf285cfa05a09ce0750f3f828ba0b0f01.zip
fsf-binutils-gdb-aac7f4eaf285cfa05a09ce0750f3f828ba0b0f01.tar.gz
fsf-binutils-gdb-aac7f4eaf285cfa05a09ce0750f3f828ba0b0f01.tar.bz2
mfree() -> xmfree().
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 375d658..965473a 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -1860,7 +1860,7 @@ xcoff_symfile_finish (struct objfile *objfile)
{
if (objfile->sym_private != NULL)
{
- mfree (objfile->md, objfile->sym_private);
+ xmfree (objfile->md, objfile->sym_private);
}
/* Start with a fresh include table for the next objfile. */