binutils-gdb/sim/mips
Mike Frysinger d79fe0d643 sim: punt zfree()
The sim keeps track of which allocations are zero-ed internally (via
zalloc) and then calls a helper "zfree" function rather than "free".
But this "zfree" function simply calls "free" itself.  Since I can
see no point in this and it is simply useless overhead, punt it.

The only real change is in hw-alloc.c where we remove the zalloc_p
tracking, and sim-utils.c where zfree is delete.  The rest of the
changes are a simple `sed` from "zfree" to "free".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-02-14 05:14:28 +00:00
..
ChangeLog sim: punt zfree() 2011-02-14 05:14:28 +00:00
Makefile.in sim/mips/ 2007-06-25 11:21:53 +00:00
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
configure.ac Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
cp1.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cp1.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
dsp.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
dsp.igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
dsp2.igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
dv-tx3904cpu.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
dv-tx3904irc.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
dv-tx3904sio.c sim: punt zfree() 2011-02-14 05:14:28 +00:00
dv-tx3904tmr.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
interp.c sim: punt zfree() 2011-02-14 05:14:28 +00:00
m16.dc
m16.igen 2004-09-24 Monika Chaddha <monika@acmet.com> 2004-09-24 20:28:24 +00:00
m16e.igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
m16run.c
mdmx.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
mdmx.igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
mips.dc
mips.igen sim/mips/ 2007-10-22 20:02:25 +00:00
mips3d.igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
mips3264r2.igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
sb1.igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
sim-main.c 2002-06-03 Chris Demetriou <cgd@broadcom.com> 2002-06-03 22:30:52 +00:00
sim-main.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
smartmips.igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
tconfig.in * tconfig.in (SIM_QUIET_NAN_NEGATED): Define. 2005-07-08 18:42:15 +00:00
tx.igen
vr.igen 2005-05-26 David Ung <davidu@mips.com> 2005-05-26 21:31:57 +00:00