[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

revision 1943, Sun Jan 9 13:21:00 2011 UTC 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.7.2.1 2011-01-09 13:20:50 Isibaar Exp $  ; * $Id: nasm.inc,v 1.7.2.2 2011-02-25 12:40:25 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 212  Line 212 
212  %ifidn __OUTPUT_FORMAT__,elf  %ifidn __OUTPUT_FORMAT__,elf
213  section .note.GNU-stack noalloc noexec nowrite progbits  section .note.GNU-stack noalloc noexec nowrite progbits
214  %endif  %endif
215    %ifidn __OUTPUT_FORMAT__,elf32
216    section .note.GNU-stack noalloc noexec nowrite progbits
217    %endif
218  %ifidn __OUTPUT_FORMAT__,elf64  %ifidn __OUTPUT_FORMAT__,elf64
219  section .note.GNU-stack noalloc noexec nowrite progbits  section .note.GNU-stack noalloc noexec nowrite progbits
220  %endif  %endif

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

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