2005-12-08 Wade Tregaskis <wtregaskis@apple.com>
authorEric Christopher <echristo@apple.com>
Fri, 9 Dec 2005 00:27:26 +0000 (00:27 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 9 Dec 2005 00:27:26 +0000 (00:27 +0000)
commit5eb2d2b09426fe9518afe641a6a783498b8e52b4
tree499f12f02ac3544480d2864e4e3650e63fb555e2
parent5547e191fe69992b57fc6b7d948a20bd06fd5bf3
2005-12-08  Wade Tregaskis <wtregaskis@apple.com>

* nasm/nasm/output/outmacho.c (struct section): Added "align" field.
(sectmap): Added ".rodata" section.
(exact_log2): New.
(macho_section): Added support for section attributes.
        "align=" and "data" specifically.
(macho_write_segment): Write out section alignment to Mach-O file.
output/outmacho.c