[cvs] / xvidcore / src / nasm.inc Repository:
ViewVC logotype

Diff of /xvidcore/src/nasm.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7, Wed Sep 16 17:07:58 2009 UTC revision 1.7.2.1, Sun Jan 9 13:20:50 2011 UTC
# Line 175  Line 175 
175  %endmacro  %endmacro
176    
177  %macro TEXT 0  %macro TEXT 0
178  %ifidn __OUTPUT_FORMAT__,macho  %ifidn __OUTPUT_FORMAT__,macho32
179          SECTION .text align=SECTION_ALIGN
180    %else
181    %ifidn __OUTPUT_FORMAT__,macho64
182        SECTION .text align=SECTION_ALIGN        SECTION .text align=SECTION_ALIGN
183  %else  %else
184        SECTION .rotext align=SECTION_ALIGN        SECTION .rotext align=SECTION_ALIGN
185  %endif  %endif
186    %endif
187  %endmacro  %endmacro
188    
189  %macro cglobal 1  %macro cglobal 1

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4