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

Diff of /trunk/xvidcore/src/nasm.inc

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

revision 1845, Thu Dec 4 18:30:36 2008 UTC revision 2165, Thu Jan 17 10:34:38 2019 UTC
# Line 19  Line 19 
19  ; *  along with this program ; if not, write to the Free Software  ; *  along with this program ; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: nasm.inc,v 1.5 2008-12-04 18:30:36 Isibaar Exp $  ; * $Id: nasm.inc,v 1.9 2011-02-25 12:38:37 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 175  Line 175 
175  %endmacro  %endmacro
176    
177  %macro TEXT 0  %macro TEXT 0
178        SECTION .rotext align=SECTION_ALIGN        SECTION .text align=SECTION_ALIGN
179  %endmacro  %endmacro
180    
181  %macro cglobal 1  %macro cglobal 1
# Line 199  Line 199 
199                  %endif                  %endif
200          %endif          %endif
201  %endmacro  %endmacro
202    
203    %macro NON_EXEC_STACK 0
204    %ifidn __OUTPUT_FORMAT__,elf
205    section .note.GNU-stack noalloc noexec nowrite progbits
206    %endif
207    %ifidn __OUTPUT_FORMAT__,elf32
208    section .note.GNU-stack noalloc noexec nowrite progbits
209    %endif
210    %ifidn __OUTPUT_FORMAT__,elf64
211    section .note.GNU-stack noalloc noexec nowrite progbits
212    %endif
213    %endmacro

Legend:
Removed from v.1845  
changed lines
  Added in v.2165

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