From 46bd3441b00c22ba78f04617fd77f0231ccc698d Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 18 Nov 2014 15:21:30 -0800 Subject: [PATCH] erasure-code isa-l: remove duplicated lines (fix warning) 06a245a added a section def to assembly files; I added it twice to this file. There's no damage, but a compiler warning (on machines with yasm installed) Signed-off-by: Dan Mick (cherry picked from commit 10f6ef185a9d09e396e94036ec90bfe8a0738ce9) --- .../isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s b/src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s index 593a731883f0a..894783f6346bd 100644 --- a/src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s +++ b/src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s @@ -198,5 +198,3 @@ global %1_slver slversion gf_vect_dot_prod_avx, 02, 03, 0061 ; inform linker that this doesn't require executable stack section .note.GNU-stack noalloc noexec nowrite progbits -; inform linker that this doesn't require executable stack -section .note.GNU-stack noalloc noexec nowrite progbits -- 2.39.5