iverilog/tgt-vhdl
Cary R 1993bf6f69 Remove malloc.h support and for C++ files use <c...> include files.
The functions (malloc, free, etc.) that used to be provided in
malloc.h are now provided in cstdlib for C++ files and stdlib.h for
C files. Since we require a C99 compliant compiler it makes sense
that malloc.h is no longer needed.

This patch also modifies all the C++ files to use the <c...>
version of the standard C header files (e.g. <cstdlib> vs
<stdlib.h>). Some of the files used the C++ version and others did
not. There are still a few other header changes that could be done,
but this takes care of much of it.
2010-06-01 08:56:30 -07:00
..
vhpi Move the VHDL support package 2008-07-07 15:36:13 +01:00
Makefile.in Update all Makefile.in files to support OpenSolaris 2010-05-13 18:54:09 -07:00
cast.cc Add some casts in tgt-vhdl to remove warnings. 2009-12-11 21:46:49 -08:00
display.cc Handle %m in VHDL $display code 2009-01-25 07:55:20 -08:00
expr.cc VHDL: fix spurious resize seen in pr2911213 2009-12-18 13:38:12 -08:00
logic.cc VHDL: ensure with-select statement choices completely cover input space 2009-12-14 12:01:27 -08:00
lpm.cc Account for output drive of LPM mux devices. 2010-03-16 14:25:00 -07:00
process.cc C++ functions passed to C should be declared extern "C" 2010-05-13 19:00:41 -07:00
scope.cc C++ functions passed to C should be declared extern "C" 2010-05-13 19:00:41 -07:00
state.cc Add some casts in tgt-vhdl to remove warnings. 2009-12-11 21:46:49 -08:00
state.hh Handle generate scopes with signals in VHDL target 2009-09-03 17:13:33 -07:00
stmt.cc Add some casts in tgt-vhdl to remove warnings. 2009-12-11 21:46:49 -08:00
support.cc Add some casts in tgt-vhdl to remove warnings. 2009-12-11 21:46:49 -08:00
support.hh Don't place a trailing ',' after the last enum item. 2010-05-13 18:56:44 -07:00
vhdl-s.conf Cary R.'s additional system functions, real value error messages, etc. 2008-09-06 12:06:01 +01:00
vhdl.cc Unify the version stamp in the version_*.h header files. 2009-11-27 09:25:50 -08:00
vhdl.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
vhdl_config.h.in Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 08:56:30 -07:00
vhdl_element.cc Improve memory management in VHDL target 2009-01-18 16:42:10 -08:00
vhdl_element.hh Improve memory management in VHDL target 2009-01-18 16:42:10 -08:00
vhdl_helper.hh Cleanup various style issues. 2010-04-13 21:29:15 -07:00
vhdl_syntax.cc VHDL: ensure with-select statement choices completely cover input space 2009-12-14 12:01:27 -08:00
vhdl_syntax.hh Don't place a trailing ',' after the last enum item. 2010-05-13 18:56:44 -07:00
vhdl_target.h C++ functions passed to C should be declared extern "C" (second patch) 2010-05-13 19:01:55 -07:00
vhdl_type.cc Cleanup various style issues. 2010-04-13 21:29:15 -07:00
vhdl_type.hh Don't place a trailing ',' after the last enum item. 2010-05-13 18:56:44 -07:00