summaryrefslogtreecommitdiff
path: root/modules/dbgfmts
Commit message (Expand)AuthorAgeFilesLines
* Fix memleak of codeview leaf (#114)Peter Meerwald-Stadler2023-05-121-0/+1
* Fix info.stab / info.stabstr typo in stabs-dbgfmt.c (#96)Ozkan Sezer2020-05-031-1/+1
* Leak fixes (#79)bird2tori2017-09-231-0/+2
* COFF/PE: Always set paddr and vaddr to 0.Peter Johnson2014-09-261-8/+8
* Warnings cleanup.Peter Johnson2014-08-102-4/+3
* cv8: Fix line number issues with multiple files.Peter Johnson2013-07-034-40/+67
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-1928-40/+2
* dwarf: Fix uninitialized structure member.Peter Johnson2011-07-112-59/+28
* Fix "times" relocation handling.Peter Johnson2011-06-256-26/+38
* Fix test failure due to build environment.Peter Johnson2011-03-203-46/+20
* Fix #223: Correctly handle "./" paths in dwarf2.Peter Johnson2010-09-066-5/+1764
* coff/win32/win64: Add support for .def, .scl, .type, and .endef directives.Peter Johnson2010-08-171-1/+1
* dwarf2: Add support for .loc "discriminator" option.Peter Johnson2010-08-162-4/+70
* Instead of initializing unknown sections en-masse during objfmt_output(),Peter Johnson2010-03-282-32/+32
* Update autoconf/automake scripts.Peter Johnson2010-01-071-1/+1
* Use queue.h HEAD macros more portably (also avoiding compiler warning).Peter Johnson2010-01-031-2/+2
* Update code generated for alignment padding for more recent processors.Peter Johnson2009-03-203-237/+237
* Add core TASM syntax support.Peter Johnson2008-10-076-0/+11
* Fix extraneous warnings and update testcases for [2114] changes.Peter Johnson2008-07-081-1/+1
* Add cmake build infrastructure.Peter Johnson2008-05-225-0/+21
* Fix #123: Be explicit that errors are such by printing "error:" at beginningPeter Johnson2007-12-041-19/+19
* Add NASM-compatible multi-section binary support to bin object format.Peter Johnson2007-11-146-9/+9
* Fix #118: Don't use getcwd(NULL, 0), as it's platform-specific behavior.Peter Johnson2007-10-161-9/+2
* Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process.Peter Johnson2007-07-147-7/+0
* Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson2007-07-149-9/+0
* Clean up a number of obsolete autoconf-detected standard C things.Peter Johnson2007-07-131-2/+2
* Clean up directive handling. This standardizes error/warning messages andPeter Johnson2007-05-265-40/+131
* Move absolute section handling into NASM parser, removing all traces of itPeter Johnson2007-05-151-0/+6
* Update all copyright dates.Peter Johnson2007-04-2211-11/+11
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-2211-1449/+1449
* Massive update of directive handling, including handling of extern, global,Peter Johnson2007-03-219-2884/+2868
* Restructure yasm_object as the central clearing house for yasm_objfmt,Peter Johnson2007-03-0511-217/+168
* stabs_test.sh: Fix line endings after removal of eol-style native property.Peter Johnson2007-02-241-5/+5
* stabs_test.sh: Fix properties.Peter Johnson2007-02-241-5/+5
* Massive warnings cleanup and cleanup of size_t vs uintptr_t vs unsigned long.Peter Johnson2007-02-247-24/+26
* CV8: Don't put any ".name" symbols into the debug symbol table. ThesePeter Johnson2007-02-201-2/+6
* Work around other warnings by including util.h earlier.Peter Johnson2007-02-151-7/+2
* Allow directives to have no parameters in the parser, and check for it atPeter Johnson2007-02-071-3/+8
* x86arch.c, x86id.c: Explicitly cast to unsigned char.Peter Johnson2007-01-071-3/+6
* Push down GAS .ident directive handling into objfmts. Note this makes itPeter Johnson2006-12-141-38/+60
* Add yasm_parsers(7), yasm_objfmts(7), and yasm_dbgfmts(7) man pages,Peter Johnson2006-10-212-0/+136
* Make out_test.sh smart about 0-byte errwarn output and don't require aPeter Johnson2006-09-167-4/+0
* In preparation for further work on optimizing multiple, break multiple apartPeter Johnson2006-06-205-11/+8
* Implement first cut at optimizer step 2. Limitations:Peter Johnson2006-06-141-1235/+1203
* x86_bc_insn_expand(): Don't require ea/imm to be abs to expand, and checkPeter Johnson2006-06-111-52/+52
* Reintegrate stabs dbgfmt.Peter Johnson2006-06-102-15/+18
* Get rid of calc_bc_dist_func, the only times this was used was whenPeter Johnson2006-06-075-13/+13
* Merge [1333]-[1543] (inclusive) into new-optimizer branch. This results inPeter Johnson2006-05-3135-64/+121294
|\
| * * coretype.h (yasm_value): Add size field (specified in bits).Peter Johnson2006-05-103-8/+8
| * * bc-int.h (yasm_bytecode_callback): Add reserve flag to indicate if thePeter Johnson2006-05-106-11/+22