summaryrefslogtreecommitdiff
path: root/rdoff/symtab.c
Commit message (Collapse)AuthorAgeFilesLines
* Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-261-1/+0
| | | | | | | There is absolutely no reason not to include <string.h> globally, and with the inline function for mempcpy() we need it there anyway. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* rdoff: use nasm-provided safe memory allocation and I/OH. Peter Anvin2017-04-171-8/+8
| | | | | | | | | We already have abort-on-error memory allocation and I/O operations in nasmlib, so use them for rdoff as well. Delete long-since-obsolete rdoff Mkfiles directory. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Add new copyright headers to the rdoff codeH. Peter Anvin2009-06-281-6/+35
| | | | | | | | To the best of my knowledge, the only file which we don't have 2-BSD relicensing permission for at this stage is rdf2ihx.c. That file probably should just be rewritten, if anyone cares. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
|
* Portability fixesH. Peter Anvin2007-10-021-0/+3
| | | | | | | | | Concentrate compiler dependencies to compiler.h; make sure compiler.h is included first in every .c file (since some prototypes may depend on the presence of feature request macros.) Actually use the conditional inclusion of various functions (totally broken in previous releases.)
* c99 printf/fprintf compliance.Keith Kanios2007-04-141-1/+1
|
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-2/+2
|
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-2/+2
|
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-76/+73
|
* Remove "malloc.h" from rdoff/symtab.c - BSD build problem?Frank Kotler2003-04-011-1/+0
|
* RDOFF patch from Yuri Zaporogets:H. Peter Anvin2002-05-041-4/+8
| | | | | | | | | | - Panos Minos's LDRDF fix (correct export of relocation records); - Panos Minos's symtab.c verbose dump fix; - Librarian (rdflib) now puts a signature block when creating a library (instead of creating an empty file). In theory it doesn't break binary compatibility, but due to a bug in the original 'rdlib.c' you can't use old LDRDF with new libraries. Fix this bug as well. - Other minor changes in LDRDF.
* NASM 0.98.08nasm-0.98.08H. Peter Anvin2002-04-301-1/+3
|
* NASM 0.98nasm-0.98fork-0.98bfH. Peter Anvin2002-04-301-41/+86
|
* NASM 0.94nasm-0.94H. Peter Anvin2002-04-301-1/+1
|
* NASM 0.91nasm-0.91H. Peter Anvin2002-04-301-0/+80