Yasm Assembler mainline development tree
(ffmpeg 依赖)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Johnson
0ea57bf7bf
Move section alignment to libyasm, refactoring it from individual object
formats.
* section.h (yasm_object_get_general): Add align parameter.
(yasm_section_set_align, yasm_section_get_align): New.
* section.c (yasm_section): Add align member and implementations.
* objfmt.h (yasm_objfmt_section_align): Remove.
* gas-bison.y (gas_parser_align): Change to use yasm_section_get/set_align().
* xdf, elf, bin, dbg, coff, stabs: Refactor as necessary.
svn path=/trunk/yasm/; revision=1319
|
19 years ago |
.. |
tests
|
In GAS mode, detect sections that are marked as contain code thanks to "x"
|
19 years ago |
Makefile.inc
|
Continue re2c updates. This one gets rid of the unused label warnings.
|
19 years ago |
gas-bison.y
|
Move section alignment to libyasm, refactoring it from individual object
|
19 years ago |
gas-defs.h
|
Preliminary GAS parser. Only a few instructions are supported at present.
|
19 years ago |
gas-parser.c
|
In GAS mode, detect sections that are marked as contain code thanks to "x"
|
19 years ago |
gas-parser.h
|
In GAS mode, detect sections that are marked as contain code thanks to "x"
|
19 years ago |
gas-token.re
|
Handle instruction and prefix identifiers properly when used in other
|
19 years ago |