103 Commits (50ff757dae48f0016a28166f2baf7f4b27ca4c74)

Author SHA1 Message Date
Peter Johnson 10fa8fadc1 Correctly process 32-bit memory expressions in expr_checkea(). 24 years ago
Peter Johnson 4d95de5161 Plug memory leaks, and enhance finding later ones with *_delete functions. 24 years ago
Peter Johnson dc1c3c70f5 Get rid of all the extra filename strdup()'s. (Bug #14). 24 years ago
Peter Johnson 7a6eaf8c03 Make InternalError() a bit easier to call. Also, reverse its file and line 24 years ago
Peter Johnson 6f708e3034 Add xfree() to replace calls to free(). 24 years ago
Peter Johnson adf5a95e89 Add option for malloc debugging using dmalloc library (http://dmalloc.com/). 24 years ago
Peter Johnson e7bab50cf2 Parse NOSPLIT. 24 years ago
Peter Johnson 121f93b0a0 *COMPLETELY* rewrite most of expression handling. 24 years ago
Peter Johnson 6a7504341f Add _copy() constructor. 24 years ago
Peter Johnson 68c9dcc62c Add several major functions, including effective address ModRM calculation 24 years ago
Peter Johnson df1245459f Add parsing of memory expressions. Currently adds a lot of duplication for 24 years ago
Peter Johnson 8149291eca Add expr_contains_float() and symrec_get_equ() functions. These are the first 24 years ago
Peter Johnson 1708da018a Don't allow floats to be used as targets of jumps. 24 years ago
Peter Johnson 84de990744 Support TIMES prefix. Split expr parsing to have a no-float and no-string 24 years ago
Peter Johnson 256511eea8 Fix conficts created when adding EQU. 24 years ago
Peter Johnson 079c17a068 Fix handling of numeric constants ending in a single character (h,q,b). 24 years ago
Peter Johnson 124177e635 Handle EQU. Handle BITS directive. Move directive handling out to separate 24 years ago
Peter Johnson 193392dcb6 Fix LOTS of little nits. Primary changes: 24 years ago
Peter Johnson 677d561c21 Fix SHR operation, and do some reindentation. 24 years ago
Peter Johnson 48a36cdf22 Make most data structures opaque, keeping internals truly internal and making the 24 years ago
Peter Johnson b13f4e4f87 malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc. The x* family performs 24 years ago
Peter Johnson 98e25fc1f6 Add some (optional through configure) additional warning flags. Add options 24 years ago
Peter Johnson a46ed054f7 Check for NULL datavals to avoid crashes. 24 years ago
Peter Johnson 1abd74ba04 Fix large parts of expression and symbol handling. Actually link in labels 24 years ago
Peter Johnson 197f8857e4 Change error/warning framework to store a list of errors and warnings instead 24 years ago
Peter Johnson 5d71f1f737 Fixed nasty bug in error handling. It should have been setting the return 24 years ago
Peter Johnson f9209d5200 Used ternary search tree instead of linked list to store symbol table. 24 years ago
Peter Johnson ac22f77d42 Get initial bits setting from object format. Change the initial section name 24 years ago
Peter Johnson 63d8a451b7 Define YY_NEVER_INTERACTIVE, because we never are :). 24 years ago
Peter Johnson 91f41e241b Try to fix configure and automake files so everything builds a bit cleaner. 24 years ago
Peter Johnson 60fd596a66 Cleaned up bytecode data structure, some effaddr functions. Made ea an 24 years ago
Peter Johnson d0c4ae1572 Make sure bison.y and token.l get included in the distribution. 24 years ago
Peter Johnson 1fd753346c Build section linked list, and support the section directive, including 24 years ago
Peter Johnson 0b24caa55c Cleanup of local .cvsignore files after addition of global CVSROOT/cvsignore. 24 years ago
Peter Johnson e649bada33 Change ../ to $(top_builddir). It's clearer and safer. 24 years ago
Peter Johnson ef19b09dc2 Limit some tools to --enable-dev only. Only check for and use them if 24 years ago
Peter Johnson 79295b7e9d Add rcs id. 24 years ago
Peter Johnson 52847afaff Use absolute paths instead of srcdir because libintl.h is built in the 24 years ago
Peter Johnson b2890b8f9d $Id$ -> $IdPath$. 24 years ago
Peter Johnson d758a063b2 Add barebones optimizer module framework. 24 years ago
Peter Johnson 305d332441 Add prefix on local functions so they're easy to find in the debugger. 24 years ago
Peter Johnson 20daa47e62 Reindent to match other code for the most part. 24 years ago
Peter Johnson f8b36698fa Update file descriptions to indicate that these files are just for the 24 years ago
Peter Johnson 3c2a67ca1c Use bytecode * instead of bytecode in parser. 24 years ago
Peter Johnson 013530034e Start building of sections and bytecodes in parser. 24 years ago
Peter Johnson ca16006ce9 Allow whitespace before a directive. 24 years ago
Peter Johnson 84e0411c49 Use queue.h macros in section.h, and reference bytecode using bytecodehead. 24 years ago
Peter Johnson 074b748ece Rename outfmt to objfmt and related files and directories. "objfmt" is more 24 years ago
Peter Johnson 45df22d110 Convert to using gettext instead of the ugly errwarn constant strings. 24 years ago
Peter Johnson 86f7268ea8 Add RCSID(). 24 years ago