summaryrefslogtreecommitdiff
path: root/libyasm/bc-org.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-1/+0
* Fix "times" relocation handling.Peter Johnson2011-06-251-2/+4
* Add core TASM syntax support.Peter Johnson2008-10-071-0/+1
* Add support for second parameter (fill value) to .org directive in GASPeter Johnson2007-07-201-2/+4
* Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process.Peter Johnson2007-07-141-2/+0
* Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson2007-07-141-1/+0
* Update all copyright dates.Peter Johnson2007-04-221-1/+1
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-221-18/+18
* Move libyasm-stdint.h include out of util.h, as util.h is included fromPeter Johnson2007-02-241-0/+1
* Implement first phase of align and org.Peter Johnson2006-06-111-14/+17
* Merge [1333]-[1543] (inclusive) into new-optimizer branch. This results inPeter Johnson2006-05-311-7/+22
* * bc-int.h (yasm_bytecode_callback): Add reserve flag to indicate if thePeter Johnson2006-05-101-0/+132