yasm/modules/objfmts
Peter Johnson 227731f235 * coff-objfmt.c (coff_objfmt_section_switch): Fix up handling of GAS flags
a bit; add support for .rodata and .debug sections.
* dwarf2-line.c (yasm_dwarf2__generate_line): Set alignment for .debug_line
explicitly to 1 rather than leaving it implicit.

Fix up testcases to match.

svn path=/trunk/yasm/; revision=1446
2006-04-01 09:09:53 +00:00
..
bin Massive cleanup of relocation and WRT handling. Closes #49 and lays the 2006-03-19 04:18:10 +00:00
coff * coff-objfmt.c (coff_objfmt_section_switch): Fix up handling of GAS flags 2006-04-01 09:09:53 +00:00
dbg Fix #70 by allowing overrides on the default (usually ".text") section. 2006-02-25 19:39:57 +00:00
elf First cut at CodeView (version "8" / 2005 only). Completely untested. 2006-03-27 02:15:19 +00:00
win32 * coff-objfmt.c (coff_objfmt_output_value): Add support for SEG value as 2006-03-20 06:15:15 +00:00
win64 Add a feature and fix a long-standing bug in Win64 output. The new feature 2006-03-20 00:43:18 +00:00
xdf First cut at CodeView (version "8" / 2005 only). Completely untested. 2006-03-27 02:15:19 +00:00
Makefile.inc - Add win64 as an alias for -f win32 -m amd64. 2005-09-28 05:50:51 +00:00