[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.1.2.5, Wed Sep 16 17:11:39 2009 UTC revision 1.5, Thu Dec 4 18:30:36 2008 UTC
# Line 175  Line 175 
175  %endmacro  %endmacro
176    
177  %macro TEXT 0  %macro TEXT 0
 %ifidn __OUTPUT_FORMAT__,macho  
       SECTION .text align=SECTION_ALIGN  
 %else  
178        SECTION .rotext align=SECTION_ALIGN        SECTION .rotext align=SECTION_ALIGN
 %endif  
179  %endmacro  %endmacro
180    
181  %macro cglobal 1  %macro cglobal 1
# Line 203  Line 199 
199                  %endif                  %endif
200          %endif          %endif
201  %endmacro  %endmacro
   
 %macro NON_EXEC_STACK 0  
 %ifidn __OUTPUT_FORMAT__,elf  
 section .note.GNU-stack noalloc noexec nowrite progbits  
 %endif  
 %ifidn __OUTPUT_FORMAT__,elf64  
 section .note.GNU-stack noalloc noexec nowrite progbits  
 %endif  
 %endmacro  

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.5

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