binutils-gdb/sim/igen
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
compare_igen_models 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 Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure.ac Index: m32r/ChangeLog 2005-01-12 16:23:24 +00:00
filter.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
filter.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
filter_host.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
filter_host.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-engine.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-engine.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-icache.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-icache.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-idecode.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-idecode.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-itable.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-itable.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-model.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-model.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-semantics.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-semantics.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-support.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen-support.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gen.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
igen.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
igen.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ld-cache.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ld-cache.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ld-decode.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ld-decode.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ld-insn.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ld-insn.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
lf.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
lf.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
misc.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
misc.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
table.c sim: punt zfree() 2011-02-14 05:14:28 +00:00
table.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00