summaryrefslogtreecommitdiffstats
path: root/libFLAC/ia32/stream_encoder_asm.nasm
diff options
context:
space:
mode:
Diffstat (limited to 'libFLAC/ia32/stream_encoder_asm.nasm')
-rw-r--r--libFLAC/ia32/stream_encoder_asm.nasm7
1 files changed, 2 insertions, 5 deletions
diff --git a/libFLAC/ia32/stream_encoder_asm.nasm b/libFLAC/ia32/stream_encoder_asm.nasm
index b7ecef8..86f24e0 100644
--- a/libFLAC/ia32/stream_encoder_asm.nasm
+++ b/libFLAC/ia32/stream_encoder_asm.nasm
@@ -1,7 +1,8 @@
; vim:filetype=nasm ts=8
; libFLAC - Free Lossless Audio Codec library
-; Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
+; Copyright (C) 2001-2009 Josh Coalson
+; Copyright (C) 2011-2013 Xiph.Org Foundation
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
@@ -153,7 +154,3 @@ cident precompute_partition_info_sums_32bit_asm_ia32_
ret
end
-
-%ifdef OBJ_FORMAT_elf
- section .note.GNU-stack noalloc
-%endif