From 5304543ebd60778ad46123cd63142e27627fa150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 4 Nov 2014 20:45:42 +0100 Subject: Update ics-openvpn to rev 906. --- .../main/openssl/crypto/perlasm/x86masm.pl | 198 +++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 ics-openvpn-stripped/main/openssl/crypto/perlasm/x86masm.pl (limited to 'ics-openvpn-stripped/main/openssl/crypto/perlasm/x86masm.pl') diff --git a/ics-openvpn-stripped/main/openssl/crypto/perlasm/x86masm.pl b/ics-openvpn-stripped/main/openssl/crypto/perlasm/x86masm.pl new file mode 100644 index 00000000..f937d07c --- /dev/null +++ b/ics-openvpn-stripped/main/openssl/crypto/perlasm/x86masm.pl @@ -0,0 +1,198 @@ +#!/usr/bin/env perl + +package x86masm; + +*out=\@::out; + +$::lbdecor="\$L"; # local label decoration +$nmdecor="_"; # external name decoration + +$initseg=""; +$segment=""; + +sub ::generic +{ my ($opcode,@arg)=@_; + + # fix hexadecimal constants + for (@arg) { s/(?