binutils-gdb/sim/v850
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 run copyright.sh for 2011. 2011-01-01 15:34:07 +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 Index: arm/ChangeLog 2005-01-14 20:05:48 +00:00
interp.c http://sourceware.org/ml/gdb-patches/2010-11/msg00112.html 2011-01-11 14:19:34 +00:00
sim-main.h 2002-11-30 Andrew Cagney <cagney@redhat.com> 2002-11-30 18:01:30 +00:00
simops.c sim: punt zfree() 2011-02-14 05:14:28 +00:00
simops.h * simops.c (OP_40): Delete. Move code to... 2003-04-06 08:51:04 +00:00
v850-dc Add support for v850e1 instructions 2003-09-05 17:46:52 +00:00
v850.igen * simops.c (OP_1C007E0): Compensate for 64 bit hosts. 2008-02-06 04:41:26 +00:00
v850_sim.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00