This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFA] Changes from free() to xfree()
- To: gdb-patches at sources dot redhat dot com
- Subject: Re: [RFA] Changes from free() to xfree()
- From: Kevin Buettner <kevinb at cygnus dot com>
- Date: Fri, 26 Jan 2001 11:42:51 -0700
- References: <200101261757.f0QHvD001040@dhcp-81.wirespeed.com>
On Jan 26, 9:57am, John R. Moore wrote:
> Here goes the xfree() fix, one more time. The fixes were tested on
> RedHat Linux 7.0 upgraded to kernel 2.4.0 on an Intel Pentium III.
>
> ChangeLog and patches follow:
>
> 2001-01-25 John R. Moore <jmoore@redhat.com>
>
> * cli/cli-cmds.c (apropos_command): Changed free() to xfree() where
> appropriate. Also changed Copyright to include 2001.
> * remote-utils.h (sr_set_device): Likewise.
> * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
> * value.h (value_free): Likewise.
> * gdbarch.sh (gdbarch_free): Likewise.
> * gdbarch.c, gdbarch.h: Regenerated.
John,
Thanks for making the recommended changes. I have reviewed your patch
and it looks good.
Kevin