aboutsummaryrefslogtreecommitdiff
path: root/modules/dbgfmts/dwarf2/dwarf2-line.c
AgeCommit message (Expand)Author
2015-06-26Upgrade to yasm 1.3.0.Elliott Hughes
2011-08-19Remove $Id$ and RCSID() usage.Peter Johnson
2011-07-11dwarf: Fix uninitialized structure member.Peter Johnson
2011-06-25Fix "times" relocation handling.Peter Johnson
2010-09-06Fix #223: Correctly handle "./" paths in dwarf2.Peter Johnson
2010-08-16dwarf2: Add support for .loc "discriminator" option.Peter Johnson
2008-10-07Add core TASM syntax support.Peter Johnson
2007-11-14Add NASM-compatible multi-section binary support to bin object format.Peter Johnson
2007-07-14Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process.Peter Johnson
2007-07-14Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson
2007-05-26Clean up directive handling. This standardizes error/warning messages andPeter Johnson
2007-05-15Move absolute section handling into NASM parser, removing all traces of itPeter Johnson
2007-04-22Update all copyright dates.Peter Johnson
2007-04-22Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson
2007-03-21Massive update of directive handling, including handling of extern, global,Peter Johnson
2007-03-05Restructure yasm_object as the central clearing house for yasm_objfmt,Peter Johnson
2007-02-24Massive warnings cleanup and cleanup of size_t vs uintptr_t vs unsigned long.Peter Johnson
2007-02-07Allow directives to have no parameters in the parser, and check for it atPeter Johnson
2006-06-20In preparation for further work on optimizing multiple, break multiple apartPeter Johnson
2006-06-07Get rid of calc_bc_dist_func, the only times this was used was whenPeter Johnson
2006-05-31Merge [1333]-[1543] (inclusive) into new-optimizer branch. This results inPeter Johnson
2006-05-10* coretype.h (yasm_value): Add size field (specified in bits).Peter Johnson
2006-05-10* bc-int.h (yasm_bytecode_callback): Add reserve flag to indicate if thePeter Johnson
2006-05-04Revamp error/warning handling, using a model similar to Python's internalPeter Johnson
2006-04-01* coff-objfmt.c (coff_objfmt_section_switch): Fix up handling of GAS flagsPeter Johnson
2006-03-22* dwarf2-line.c: Avoid obvious crash case on unassigned file number.Peter Johnson
2006-03-19Massive cleanup of relocation and WRT handling. Closes #49 and lays thePeter Johnson
2006-02-14Remove some unused variables/functions.Peter Johnson
2006-02-11Generate DWARF2 information from asm source, closing #43. Asm-level sourcePeter Johnson