[svn] / branches / release-1_3-branch / xvidcore / src / nasm.inc Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/nasm.inc

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

trunk/xvidcore/src/nasm.inc revision 1846, Fri Dec 5 10:15:02 2008 UTC branches/release-1_3-branch/xvidcore/src/nasm.inc revision 1956, Fri Feb 25 12:40:25 2011 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.6 2008-12-05 10:15:02 Isibaar Exp $  ; * $Id: nasm.inc,v 1.7.2.2 2011-02-25 12:40:25 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# 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
# Line 203  Line 207 
207                  %endif                  %endif
208          %endif          %endif
209  %endmacro  %endmacro
210    
211    %macro NON_EXEC_STACK 0
212    %ifidn __OUTPUT_FORMAT__,elf
213    section .note.GNU-stack noalloc noexec nowrite progbits
214    %endif
215    %ifidn __OUTPUT_FORMAT__,elf32
216    section .note.GNU-stack noalloc noexec nowrite progbits
217    %endif
218    %ifidn __OUTPUT_FORMAT__,elf64
219    section .note.GNU-stack noalloc noexec nowrite progbits
220    %endif
221    %endmacro

Legend:
Removed from v.1846  
changed lines
  Added in v.1956

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