From 2b2dee6586048e62d066a3ea7b761649828b3aff Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 28 Dec 2017 00:30:40 +0100 Subject: Add OpenVPN3 to build, change build system to cmake --- main/lzo/asm/i386/src_nasm/lzo1x_s1.asm | 78 --------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 main/lzo/asm/i386/src_nasm/lzo1x_s1.asm (limited to 'main/lzo/asm/i386/src_nasm/lzo1x_s1.asm') diff --git a/main/lzo/asm/i386/src_nasm/lzo1x_s1.asm b/main/lzo/asm/i386/src_nasm/lzo1x_s1.asm deleted file mode 100644 index cd4cb71d..00000000 --- a/main/lzo/asm/i386/src_nasm/lzo1x_s1.asm +++ /dev/null @@ -1,78 +0,0 @@ -; lzo1x_s1.asm -- lzo1x_decompress_asm -; -; This file is part of the LZO real-time data compression library. -; -; Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer -; All Rights Reserved. -; -; The LZO library is free software; you can redistribute it and/or -; modify it under the terms of the GNU General Public License as -; published by the Free Software Foundation; either version 2 of -; the License, or (at your option) any later version. -; -; The LZO library is distributed in the hope that it will be useful, -; but WITHOUT ANY WARRANTY; without even the implied warranty of -; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -; GNU General Public License for more details. -; -; You should have received a copy of the GNU General Public License -; along with the LZO library; see the file COPYING. -; If not, write to the Free Software Foundation, Inc., -; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -; -; Markus F.X.J. Oberhumer -; -; http://www.oberhumer.com/opensource/lzo/ -; - -; /***** DO NOT EDIT - GENERATED AUTOMATICALLY *****/ - -%include "asminit.def" -%ifdef NAME1 -globalf(NAME1(lzo1x_decompress_asm)) -%endif -%ifdef NAME2 -globalf(NAME2(lzo1x_decompress_asm)) -%endif -%ifdef NAME1 -NAME1(lzo1x_decompress_asm): -%endif -%ifdef NAME2 -NAME2(lzo1x_decompress_asm): -%endif -db 85,87,86,83,81,82,131,236,12,252,139,116,36,40,139,124 -db 36,48,189,3,0,0,0,49,192,49,219,172,60,17,118,35 -db 44,17,60,4,115,40,137,193,235,56,5,255,0,0,0,138 -db 30,70,8,219,116,244,141,68,24,18,235,18,141,116,38,0 -db 138,6,70,60,16,115,73,8,192,116,228,131,192,3,137,193 -db 193,232,2,33,233,139,22,131,198,4,137,23,131,199,4,72 -db 117,243,243,164,138,6,70,60,16,115,37,193,232,2,138,30 -db 141,151,255,247,255,255,141,4,152,70,41,194,138,2,136,7 -db 138,66,1,136,71,1,138,66,2,136,71,2,1,239,235,119 -db 60,64,114,52,137,193,193,232,2,141,87,255,131,224,7,138 -db 30,193,233,5,141,4,216,70,41,194,65,57,232,115,55,235 -db 119,5,255,0,0,0,138,30,70,8,219,116,244,141,76,24 -db 33,49,192,235,15,141,118,0,60,32,114,124,131,224,31,116 -db 229,141,72,2,102,139,6,141,87,255,193,232,2,131,198,2 -db 41,194,57,232,114,66,137,203,193,235,2,116,17,139,2,131 -db 194,4,137,7,131,199,4,75,117,243,33,233,116,9,138,2 -db 66,136,7,71,73,117,247,138,70,254,33,232,15,132,46,255 -db 255,255,138,14,70,136,15,71,72,117,247,138,6,70,233,109 -db 255,255,255,144,141,116,38,0,135,214,243,164,137,214,235,215 -db 129,193,255,0,0,0,138,30,70,8,219,116,243,141,76,11 -db 9,235,25,144,141,116,38,0,60,16,114,44,137,193,131,224 -db 8,193,224,13,131,225,7,116,221,131,193,2,102,139,6,131 -db 198,2,141,151,0,192,255,255,193,232,2,116,43,41,194,233 -db 114,255,255,255,141,116,38,0,193,232,2,138,30,141,87,255 -db 141,4,152,70,41,194,138,2,136,7,138,90,1,136,95,1 -db 131,199,2,233,111,255,255,255,131,249,3,15,149,192,139,84 -db 36,40,3,84,36,44,57,214,119,38,114,29,43,124,36,48 -db 139,84,36,52,137,58,247,216,131,196,12,90,89,91,94,95 -db 93,195,184,1,0,0,0,235,227,184,8,0,0,0,235,220 -db 184,4,0,0,0,235,213,137,246,141,188,39,0,0,0,0 -%ifdef NAME1 -globalf_end(NAME1(lzo1x_decompress_asm)) -%endif -%ifdef NAME2 -globalf_end(NAME2(lzo1x_decompress_asm)) -%endif -- cgit v1.2.3