yasm/modules
Peter Johnson 48720ff6a6 Fix a few things found by valgrind. There will be more of these.
* bytecode.c (yasm_bc_create_insn): Initialize operands list if none were
given.
* section.c (yasm_object_destroy): Free filenames.
* gas-token.c (fill): Use memmove instead of memcpy on overlapping memory
copy.
* nasm-token.c (fill): Likewise.
* elf.c (elf_secthead_destroy): Free size member.

svn path=/trunk/yasm/; revision=1399
2006-03-05 07:50:16 +00:00
..
arch Rewrite x86 identifier recognition to use a minimal perfect hash table 2006-03-04 22:09:26 +00:00
dbgfmts * dwarf2-info.c (yasm_dwarf2__generate_info): Set section alignment to 0 for 2006-02-14 07:16:24 +00:00
listfmts * nasm-listfmt.c (nasm_listfmt_output_expr): Fix garbage due to non-simple 2005-01-24 06:21:16 +00:00
objfmts Fix a few things found by valgrind. There will be more of these. 2006-03-05 07:50:16 +00:00
optimizers * basic-optimizer.c (basic_optimize_bytecode_2): Fix check of 2005-09-25 03:27:05 +00:00
parsers Fix a few things found by valgrind. There will be more of these. 2006-03-05 07:50:16 +00:00
preprocs Fix #69 by making the NASM preproc and parser use the yasm built-in 2006-02-24 04:29:39 +00:00
Makefile.inc First part of list file support. This should accurately output all file 2004-10-02 06:18:30 +00:00