iverilog/tgt-stub
Cary R b26bdd3c19 MinGW fixes (development)
The MinGW system() implementation appears to return the straight
return value instead of the waitpid() like result that more
normal systems return. Because of this just return the system()
result without processing for MinGW compilations.

Older version of the MinGW runtime (pre 3.14) just used the
underlying vsnprintf(). Which has some problems. The 3.14 version
has some nice improvements, but it has a sever bug when processing
"%*.*f", -1, -1, <some_real_value>.  Because of this we need to use
the underlying version without the enhancements for now.

snprintf prints %p differently than the other printf routines
so use _snprintf to get consistent results.

Only build the PDF files if both man and ps2pdf exist.

MinGW does not know about the z modifier for %d, %u, etc.

Add some missing Makefile check targets.
2008-05-22 20:24:21 -07:00
..
.cvsignore Configure for stub. 2006-04-10 03:07:07 +00:00
Makefile.in MinGW fixes (development) 2008-05-22 20:24:21 -07:00
configure.in Spelling fixes (larry doolittle) 2007-02-26 19:49:48 +00:00
expression.c Properly pad results of function calls. 2008-05-09 15:25:42 -07:00
memory.c Rearrange how memories are supported as vvp_vector4 arrays. 2005-03-03 04:33:10 +00:00
priv.h Dead code for memories in scopes. 2007-01-17 05:00:12 +00:00
statement.c Use standard for printing uint64_t 2008-05-22 18:42:56 -07:00
stub-s.conf Install stub target. 2006-05-01 18:48:24 +00:00
stub.c Elaborate abs() is continuous assign expressions. 2008-05-05 22:00:39 -07:00
stub.conf Install stub target. 2006-05-01 18:48:24 +00:00