[SCM] GNU gnutls branch, master, updated. gnutls_3_0_15-48-g8056a52

"Nikos Mavrogiannopoulos" <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=8056a527aa2bbacdc16c99f60e6f4c539c87fbb7

The branch, master has been updated
       via  8056a527aa2bbacdc16c99f60e6f4c539c87fbb7 (commit)
       via  47ed64a838586f138a10ef7a0537d9274daac943 (commit)
      from  5695d21ec286003137d3995618d27c1dff7f7baa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8056a527aa2bbacdc16c99f60e6f4c539c87fbb7
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Fri Mar 16 07:55:09 2012 +0100

    updated licenses

commit 47ed64a838586f138a10ef7a0537d9274daac943
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Fri Mar 16 07:50:58 2012 +0100

    renamed asm directories.

-----------------------------------------------------------------------

Summary of changes:
 cfg.mk                                             |   84 ++++++++++----------
 devel/perlasm/license-gnutls.txt                   |    4 +-
 devel/perlasm/license.txt                          |    6 +-
 lib/accelerated/x86/Makefile.am                    |   12 ++--
 .../{asm-coff => coff}/appro-aes-gcm-x86-64-coff.s |    6 +-
 .../x86/{asm-coff => coff}/appro-aes-x86-64-coff.s |    6 +-
 .../x86/{asm-coff => coff}/appro-aes-x86-coff.s    |    6 +-
 .../x86/{asm-coff => coff}/cpuid-x86-64-coff.s     |    2 +
 .../x86/{asm-coff => coff}/cpuid-x86-coff.s        |    2 +
 .../x86/{asm-coff => coff}/padlock-x86-64-coff.s   |    6 +-
 .../x86/{asm-coff => coff}/padlock-x86-coff.s      |    6 +-
 .../x86/{asm => elf}/appro-aes-gcm-x86-64.s        |    6 +-
 .../x86/{asm => elf}/appro-aes-x86-64.s            |    6 +-
 lib/accelerated/x86/{asm => elf}/appro-aes-x86.s   |    6 +-
 lib/accelerated/x86/{asm => elf}/cpuid-x86-64.s    |    2 +
 lib/accelerated/x86/{asm => elf}/cpuid-x86.s       |    2 +
 lib/accelerated/x86/{asm => elf}/padlock-x86-64.s  |    6 +-
 lib/accelerated/x86/{asm => elf}/padlock-x86.s     |    6 +-
 .../appro-aes-gcm-x86-64-macosx.s                  |    6 +-
 .../appro-aes-x86-64-macosx.s                      |    6 +-
 .../{asm-macosx => macosx}/appro-aes-x86-macosx.s  |    6 +-
 .../{asm-macosx => macosx}/cpuid-x86-64-macosx.s   |    4 +-
 .../x86/{asm-macosx => macosx}/cpuid-x86-macosx.s  |    4 +-
 .../{asm-macosx => macosx}/padlock-x86-64-macosx.s |    6 +-
 .../{asm-macosx => macosx}/padlock-x86-macosx.s    |    6 +-
 25 files changed, 129 insertions(+), 83 deletions(-)
 rename lib/accelerated/x86/{asm-coff => coff}/appro-aes-gcm-x86-64-coff.s (99%)
 rename lib/accelerated/x86/{asm-coff => coff}/appro-aes-x86-64-coff.s (99%)
 rename lib/accelerated/x86/{asm-coff => coff}/appro-aes-x86-coff.s (99%)
 rename lib/accelerated/x86/{asm-coff => coff}/cpuid-x86-64-coff.s (97%)
 rename lib/accelerated/x86/{asm-coff => coff}/cpuid-x86-coff.s (97%)
 rename lib/accelerated/x86/{asm-coff => coff}/padlock-x86-64-coff.s (99%)
 rename lib/accelerated/x86/{asm-coff => coff}/padlock-x86-coff.s (99%)
 rename lib/accelerated/x86/{asm => elf}/appro-aes-gcm-x86-64.s (99%)
 rename lib/accelerated/x86/{asm => elf}/appro-aes-x86-64.s (99%)
 rename lib/accelerated/x86/{asm => elf}/appro-aes-x86.s (99%)
 rename lib/accelerated/x86/{asm => elf}/cpuid-x86-64.s (97%)
 rename lib/accelerated/x86/{asm => elf}/cpuid-x86.s (97%)
 rename lib/accelerated/x86/{asm => elf}/padlock-x86-64.s (99%)
 rename lib/accelerated/x86/{asm => elf}/padlock-x86.s (99%)
 rename lib/accelerated/x86/{asm-macosx => macosx}/appro-aes-gcm-x86-64-macosx.s (99%)
 rename lib/accelerated/x86/{asm-macosx => macosx}/appro-aes-x86-64-macosx.s (99%)
 rename lib/accelerated/x86/{asm-macosx => macosx}/appro-aes-x86-macosx.s (99%)
 rename lib/accelerated/x86/{asm-macosx => macosx}/cpuid-x86-64-macosx.s (93%)
 rename lib/accelerated/x86/{asm-macosx => macosx}/cpuid-x86-macosx.s (93%)
 rename lib/accelerated/x86/{asm-macosx => macosx}/padlock-x86-64-macosx.s (98%)
 rename lib/accelerated/x86/{asm-macosx => macosx}/padlock-x86-macosx.s (99%)

diff --git a/cfg.mk b/cfg.mk
index ac64acf..9e71e3f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -158,128 +158,128 @@ upload-web:
 			doxygen/ devel/ cyclo/
 
 ASM_SOURCES:= \
-	lib/accelerated/x86/asm/cpuid-x86-64.s \
-	lib/accelerated/x86/asm/cpuid-x86.s \
-	lib/accelerated/x86/asm/appro-aes-gcm-x86-64.s \
-	lib/accelerated/x86/asm/appro-aes-x86-64.s \
-	lib/accelerated/x86/asm/appro-aes-x86.s \
-	lib/accelerated/x86/asm/padlock-x86-64.s \
-	lib/accelerated/x86/asm/padlock-x86.s \
-	lib/accelerated/x86/asm-coff/cpuid-x86-coff.s \
-	lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s \
-	lib/accelerated/x86/asm-coff/appro-aes-gcm-x86-64-coff.s \
-	lib/accelerated/x86/asm-coff/appro-aes-x86-64-coff.s \
-	lib/accelerated/x86/asm-coff/appro-aes-x86-coff.s \
-	lib/accelerated/x86/asm-coff/padlock-x86-64-coff.s \
-	lib/accelerated/x86/asm-coff/padlock-x86-coff.s \
-	lib/accelerated/x86/asm-macosx/cpuid-x86-64-macosx.s \
-	lib/accelerated/x86/asm-macosx/cpuid-x86-macosx.s \
-	lib/accelerated/x86/asm-macosx/appro-aes-gcm-x86-64-macosx.s \
-	lib/accelerated/x86/asm-macosx/appro-aes-x86-64-macosx.s \
-	lib/accelerated/x86/asm-macosx/appro-aes-x86-macosx.s \
-	lib/accelerated/x86/asm-macosx/padlock-x86-64-macosx.s \
-	lib/accelerated/x86/asm-macosx/padlock-x86-macosx.s
+	lib/accelerated/x86/elf/cpuid-x86-64.s \
+	lib/accelerated/x86/elf/cpuid-x86.s \
+	lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s \
+	lib/accelerated/x86/elf/appro-aes-x86-64.s \
+	lib/accelerated/x86/elf/appro-aes-x86.s \
+	lib/accelerated/x86/elf/padlock-x86-64.s \
+	lib/accelerated/x86/elf/padlock-x86.s \
+	lib/accelerated/x86/coff/cpuid-x86-coff.s \
+	lib/accelerated/x86/coff/cpuid-x86-64-coff.s \
+	lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s \
+	lib/accelerated/x86/coff/appro-aes-x86-64-coff.s \
+	lib/accelerated/x86/coff/appro-aes-x86-coff.s \
+	lib/accelerated/x86/coff/padlock-x86-64-coff.s \
+	lib/accelerated/x86/coff/padlock-x86-coff.s \
+	lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s \
+	lib/accelerated/x86/macosx/cpuid-x86-macosx.s \
+	lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s \
+	lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s \
+	lib/accelerated/x86/macosx/appro-aes-x86-macosx.s \
+	lib/accelerated/x86/macosx/padlock-x86-64-macosx.s \
+	lib/accelerated/x86/macosx/padlock-x86-macosx.s
 
 asm-sources: $(ASM_SOURCES)
 
 asm-sources-clean:
 	rm -f $(ASM_SOURCES)
 
-lib/accelerated/x86/asm/cpuid-x86-64.s: devel/perlasm/cpuid-x86_64.pl
+lib/accelerated/x86/elf/cpuid-x86-64.s: devel/perlasm/cpuid-x86_64.pl
 	cat devel/perlasm/license-gnutls.txt > $@
 	perl $< elf >> $@
 	echo "" >> $@
 	echo ".section .note.GNU-stack,\"\",%progbits" >> $@
 
 
-lib/accelerated/x86/asm/cpuid-x86.s: devel/perlasm/cpuid-x86.pl
+lib/accelerated/x86/elf/cpuid-x86.s: devel/perlasm/cpuid-x86.pl
 	cat devel/perlasm/license-gnutls.txt > $@
 	perl $< elf >> $@
 	echo "" >> $@
 	echo ".section .note.GNU-stack,\"\",%progbits" >> $@
 
-lib/accelerated/x86/asm/appro-aes-gcm-x86-64.s: devel/perlasm/ghash-x86_64.pl
+lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s: devel/perlasm/ghash-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< elf >> $@
 	echo "" >> $@
 	echo ".section .note.GNU-stack,\"\",%progbits" >> $@
 
-lib/accelerated/x86/asm/appro-aes-x86-64.s: devel/perlasm/aesni-x86_64.pl
+lib/accelerated/x86/elf/appro-aes-x86-64.s: devel/perlasm/aesni-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< elf >> $@
 	echo "" >> $@
 	echo ".section .note.GNU-stack,\"\",%progbits" >> $@
 
-lib/accelerated/x86/asm/appro-aes-x86.s: devel/perlasm/aesni-x86.pl
+lib/accelerated/x86/elf/appro-aes-x86.s: devel/perlasm/aesni-x86.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< elf >> $@
 	echo "" >> $@
 	echo ".section .note.GNU-stack,\"\",%progbits" >> $@
 
-lib/accelerated/x86/asm/padlock-x86-64.s: devel/perlasm/e_padlock-x86_64.pl
+lib/accelerated/x86/elf/padlock-x86-64.s: devel/perlasm/e_padlock-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< elf >> $@
 	echo "" >> $@
 	echo ".section .note.GNU-stack,\"\",%progbits" >> $@
 
-lib/accelerated/x86/asm/padlock-x86.s: devel/perlasm/e_padlock-x86.pl
+lib/accelerated/x86/elf/padlock-x86.s: devel/perlasm/e_padlock-x86.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< elf >> $@
 	echo "" >> $@
 	echo ".section .note.GNU-stack,\"\",%progbits" >> $@
 
-lib/accelerated/x86/asm-coff/appro-aes-gcm-x86-64-coff.s: devel/perlasm/ghash-x86_64.pl
+lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s: devel/perlasm/ghash-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< mingw64 >> $@
 
-lib/accelerated/x86/asm-coff/appro-aes-x86-64-coff.s: devel/perlasm/aesni-x86_64.pl
+lib/accelerated/x86/coff/appro-aes-x86-64-coff.s: devel/perlasm/aesni-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< mingw64 >> $@
 
-lib/accelerated/x86/asm-coff/appro-aes-x86-coff.s: devel/perlasm/aesni-x86.pl
+lib/accelerated/x86/coff/appro-aes-x86-coff.s: devel/perlasm/aesni-x86.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< coff >> $@
 
-lib/accelerated/x86/asm-coff/padlock-x86-64-coff.s: devel/perlasm/e_padlock-x86_64.pl
+lib/accelerated/x86/coff/padlock-x86-64-coff.s: devel/perlasm/e_padlock-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< mingw64 >> $@
 
-lib/accelerated/x86/asm-coff/padlock-x86-coff.s: devel/perlasm/e_padlock-x86.pl
+lib/accelerated/x86/coff/padlock-x86-coff.s: devel/perlasm/e_padlock-x86.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< coff >> $@
 
-lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s: devel/perlasm/cpuid-x86_64.pl
+lib/accelerated/x86/coff/cpuid-x86-64-coff.s: devel/perlasm/cpuid-x86_64.pl
 	cat devel/perlasm/license-gnutls.txt > $@
 	perl $< mingw64 >> $@
 
-lib/accelerated/x86/asm-coff/cpuid-x86-coff.s: devel/perlasm/cpuid-x86.pl
+lib/accelerated/x86/coff/cpuid-x86-coff.s: devel/perlasm/cpuid-x86.pl
 	cat devel/perlasm/license-gnutls.txt > $@
 	perl $< coff >> $@
 
-lib/accelerated/x86/asm-macosx/appro-aes-gcm-x86-64-macosx.s: devel/perlasm/ghash-x86_64.pl
+lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s: devel/perlasm/ghash-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< macosx >> $@
 
-lib/accelerated/x86/asm-macosx/appro-aes-x86-64-macosx.s: devel/perlasm/aesni-x86_64.pl
+lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s: devel/perlasm/aesni-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< macosx >> $@
 
-lib/accelerated/x86/asm-macosx/appro-aes-x86-macosx.s: devel/perlasm/aesni-x86.pl
+lib/accelerated/x86/macosx/appro-aes-x86-macosx.s: devel/perlasm/aesni-x86.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< macosx >> $@
 
-lib/accelerated/x86/asm-macosx/padlock-x86-64-macosx.s: devel/perlasm/e_padlock-x86_64.pl
+lib/accelerated/x86/macosx/padlock-x86-64-macosx.s: devel/perlasm/e_padlock-x86_64.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< macosx >> $@
 
-lib/accelerated/x86/asm-macosx/padlock-x86-macosx.s: devel/perlasm/e_padlock-x86.pl
+lib/accelerated/x86/macosx/padlock-x86-macosx.s: devel/perlasm/e_padlock-x86.pl
 	cat devel/perlasm/license.txt > $@
 	perl $< macosx >> $@
 
-lib/accelerated/x86/asm-macosx/cpuid-x86-64-macosx.s: devel/perlasm/cpuid-x86_64.pl
+lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s: devel/perlasm/cpuid-x86_64.pl
 	cat devel/perlasm/license-gnutls.txt > $@
 	perl $< macosx >> $@
 
-lib/accelerated/x86/asm-macosx/cpuid-x86-macosx.s: devel/perlasm/cpuid-x86.pl
+lib/accelerated/x86/macosx/cpuid-x86-macosx.s: devel/perlasm/cpuid-x86.pl
 	cat devel/perlasm/license-gnutls.txt > $@
 	perl $< macosx >> $@
diff --git a/devel/perlasm/license-gnutls.txt b/devel/perlasm/license-gnutls.txt
index 4201a66..4aac769 100644
--- a/devel/perlasm/license-gnutls.txt
+++ b/devel/perlasm/license-gnutls.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -18,3 +18,5 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+# *** This file is auto-generated ***
+#
diff --git a/devel/perlasm/license.txt b/devel/perlasm/license.txt
index b1b2b21..718ea8d 100644
--- a/devel/perlasm/license.txt
+++ b/devel/perlasm/license.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,4 +34,6 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
diff --git a/lib/accelerated/x86/Makefile.am b/lib/accelerated/x86/Makefile.am
index 9abadfd..400f15d 100644
--- a/lib/accelerated/x86/Makefile.am
+++ b/lib/accelerated/x86/Makefile.am
@@ -42,30 +42,30 @@ AM_CFLAGS += -DASM_X86_64 -DASM_X86
 libx86_la_SOURCES += aes-gcm-x86.c
 
 if WINDOWS
-libx86_la_SOURCES += asm-coff/appro-aes-x86-64-coff.s asm-coff/padlock-x86-64-coff.s asm-coff/cpuid-x86-64-coff.s asm-coff/appro-aes-gcm-x86-64-coff.s
+libx86_la_SOURCES += coff/appro-aes-x86-64-coff.s coff/padlock-x86-64-coff.s coff/cpuid-x86-64-coff.s coff/appro-aes-gcm-x86-64-coff.s
 endif
 
 if MACOSX
-libx86_la_SOURCES += asm-macosx/appro-aes-x86-64-macosx.s asm-macosx/padlock-x86-64-macosx.s asm-macosx/cpuid-x86-64-macosx.s asm-macosx/appro-aes-gcm-x86-64-macosx.s
+libx86_la_SOURCES += macosx/appro-aes-x86-64-macosx.s macosx/padlock-x86-64-macosx.s macosx/cpuid-x86-64-macosx.s macosx/appro-aes-gcm-x86-64-macosx.s
 endif
 
 if ELF
-libx86_la_SOURCES += asm/appro-aes-x86-64.s asm/appro-aes-gcm-x86-64.s asm/padlock-x86-64.s asm/cpuid-x86-64.s
+libx86_la_SOURCES += elf/appro-aes-x86-64.s elf/appro-aes-gcm-x86-64.s elf/padlock-x86-64.s elf/cpuid-x86-64.s
 endif
 
 else #ASM_X86_64
 AM_CFLAGS += -DASM_X86_32 -DASM_X86
 
 if WINDOWS
-libx86_la_SOURCES += asm-coff/appro-aes-x86-coff.s asm-coff/padlock-x86-coff.s asm-coff/cpuid-x86-coff.s
+libx86_la_SOURCES += coff/appro-aes-x86-coff.s coff/padlock-x86-coff.s coff/cpuid-x86-coff.s
 endif
 
 if MACOSX
-libx86_la_SOURCES += asm-macosx/appro-aes-x86-macosx.s asm-macosx/padlock-x86-macosx.s asm-macosx/cpuid-x86-macosx.s
+libx86_la_SOURCES += macosx/appro-aes-x86-macosx.s macosx/padlock-x86-macosx.s macosx/cpuid-x86-macosx.s
 endif
 
 if ELF
-libx86_la_SOURCES += asm/appro-aes-x86.s asm/padlock-x86.s asm/cpuid-x86.s
+libx86_la_SOURCES += elf/appro-aes-x86.s elf/padlock-x86.s elf/cpuid-x86.s
 endif
 
 endif #ASM_X86_64
diff --git a/lib/accelerated/x86/asm-coff/appro-aes-gcm-x86-64-coff.s b/lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s
similarity index 99%
rename from lib/accelerated/x86/asm-coff/appro-aes-gcm-x86-64-coff.s
rename to lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s
index 201a790..fa449d6 100644
--- a/lib/accelerated/x86/asm-coff/appro-aes-gcm-x86-64-coff.s
+++ b/lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 
 .globl	gcm_gmult_4bit
diff --git a/lib/accelerated/x86/asm-coff/appro-aes-x86-64-coff.s b/lib/accelerated/x86/coff/appro-aes-x86-64-coff.s
similarity index 99%
rename from lib/accelerated/x86/asm-coff/appro-aes-x86-64-coff.s
rename to lib/accelerated/x86/coff/appro-aes-x86-64-coff.s
index 5a69465..7bd9665 100644
--- a/lib/accelerated/x86/asm-coff/appro-aes-x86-64-coff.s
+++ b/lib/accelerated/x86/coff/appro-aes-x86-64-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 .globl	aesni_encrypt
 .def	aesni_encrypt;	.scl 2;	.type 32;	.endef
diff --git a/lib/accelerated/x86/asm-coff/appro-aes-x86-coff.s b/lib/accelerated/x86/coff/appro-aes-x86-coff.s
similarity index 99%
rename from lib/accelerated/x86/asm-coff/appro-aes-x86-coff.s
rename to lib/accelerated/x86/coff/appro-aes-x86-coff.s
index 74e236b..d00c02f 100644
--- a/lib/accelerated/x86/asm-coff/appro-aes-x86-coff.s
+++ b/lib/accelerated/x86/coff/appro-aes-x86-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/aesni-x86.s"
 .text
 .globl	_aesni_encrypt
diff --git a/lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s b/lib/accelerated/x86/coff/cpuid-x86-64-coff.s
similarity index 97%
rename from lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s
rename to lib/accelerated/x86/coff/cpuid-x86-64-coff.s
index c7e9cc4..c86b645 100644
--- a/lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s
+++ b/lib/accelerated/x86/coff/cpuid-x86-64-coff.s
@@ -18,6 +18,8 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+# *** This file is auto-generated ***
+#
 .text	
 .globl	gnutls_cpuid
 .def	gnutls_cpuid;	.scl 2;	.type 32;	.endef
diff --git a/lib/accelerated/x86/asm-coff/cpuid-x86-coff.s b/lib/accelerated/x86/coff/cpuid-x86-coff.s
similarity index 97%
rename from lib/accelerated/x86/asm-coff/cpuid-x86-coff.s
rename to lib/accelerated/x86/coff/cpuid-x86-coff.s
index cf5365e..98dd862 100644
--- a/lib/accelerated/x86/asm-coff/cpuid-x86-coff.s
+++ b/lib/accelerated/x86/coff/cpuid-x86-coff.s
@@ -18,6 +18,8 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/cpuid-x86.s"
 .text
 .globl	_gnutls_cpuid
diff --git a/lib/accelerated/x86/asm-coff/padlock-x86-64-coff.s b/lib/accelerated/x86/coff/padlock-x86-64-coff.s
similarity index 99%
rename from lib/accelerated/x86/asm-coff/padlock-x86-64-coff.s
rename to lib/accelerated/x86/coff/padlock-x86-64-coff.s
index 4701809..b69b332 100644
--- a/lib/accelerated/x86/asm-coff/padlock-x86-64-coff.s
+++ b/lib/accelerated/x86/coff/padlock-x86-64-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 .globl	padlock_capability
 .def	padlock_capability;	.scl 2;	.type 32;	.endef
diff --git a/lib/accelerated/x86/asm-coff/padlock-x86-coff.s b/lib/accelerated/x86/coff/padlock-x86-coff.s
similarity index 99%
rename from lib/accelerated/x86/asm-coff/padlock-x86-coff.s
rename to lib/accelerated/x86/coff/padlock-x86-coff.s
index c9231f1..b068083 100644
--- a/lib/accelerated/x86/asm-coff/padlock-x86-coff.s
+++ b/lib/accelerated/x86/coff/padlock-x86-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/e_padlock-x86.s"
 .text
 .globl	_padlock_capability
diff --git a/lib/accelerated/x86/asm/appro-aes-gcm-x86-64.s b/lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s
similarity index 99%
rename from lib/accelerated/x86/asm/appro-aes-gcm-x86-64.s
rename to lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s
index 55da343..8f2b96f 100644
--- a/lib/accelerated/x86/asm/appro-aes-gcm-x86-64.s
+++ b/lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 
 .globl	gcm_gmult_4bit
diff --git a/lib/accelerated/x86/asm/appro-aes-x86-64.s b/lib/accelerated/x86/elf/appro-aes-x86-64.s
similarity index 99%
rename from lib/accelerated/x86/asm/appro-aes-x86-64.s
rename to lib/accelerated/x86/elf/appro-aes-x86-64.s
index 73c3798..f48666f 100644
--- a/lib/accelerated/x86/asm/appro-aes-x86-64.s
+++ b/lib/accelerated/x86/elf/appro-aes-x86-64.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 .globl	aesni_encrypt
 .type	aesni_encrypt,@function
diff --git a/lib/accelerated/x86/asm/appro-aes-x86.s b/lib/accelerated/x86/elf/appro-aes-x86.s
similarity index 99%
rename from lib/accelerated/x86/asm/appro-aes-x86.s
rename to lib/accelerated/x86/elf/appro-aes-x86.s
index 4dd1a50..5f07797 100644
--- a/lib/accelerated/x86/asm/appro-aes-x86.s
+++ b/lib/accelerated/x86/elf/appro-aes-x86.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/aesni-x86.s"
 .text
 .globl	aesni_encrypt
diff --git a/lib/accelerated/x86/asm/cpuid-x86-64.s b/lib/accelerated/x86/elf/cpuid-x86-64.s
similarity index 97%
rename from lib/accelerated/x86/asm/cpuid-x86-64.s
rename to lib/accelerated/x86/elf/cpuid-x86-64.s
index 7520978..b0b91b3 100644
--- a/lib/accelerated/x86/asm/cpuid-x86-64.s
+++ b/lib/accelerated/x86/elf/cpuid-x86-64.s
@@ -18,6 +18,8 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+# *** This file is auto-generated ***
+#
 .text	
 .globl	gnutls_cpuid
 .type	gnutls_cpuid,@function
diff --git a/lib/accelerated/x86/asm/cpuid-x86.s b/lib/accelerated/x86/elf/cpuid-x86.s
similarity index 97%
rename from lib/accelerated/x86/asm/cpuid-x86.s
rename to lib/accelerated/x86/elf/cpuid-x86.s
index b0fb52f..e8ebbfd 100644
--- a/lib/accelerated/x86/asm/cpuid-x86.s
+++ b/lib/accelerated/x86/elf/cpuid-x86.s
@@ -18,6 +18,8 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/cpuid-x86.s"
 .text
 .globl	gnutls_cpuid
diff --git a/lib/accelerated/x86/asm/padlock-x86-64.s b/lib/accelerated/x86/elf/padlock-x86-64.s
similarity index 99%
rename from lib/accelerated/x86/asm/padlock-x86-64.s
rename to lib/accelerated/x86/elf/padlock-x86-64.s
index 020d6e5..bf5f626 100644
--- a/lib/accelerated/x86/asm/padlock-x86-64.s
+++ b/lib/accelerated/x86/elf/padlock-x86-64.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 .globl	padlock_capability
 .type	padlock_capability,@function
diff --git a/lib/accelerated/x86/asm/padlock-x86.s b/lib/accelerated/x86/elf/padlock-x86.s
similarity index 99%
rename from lib/accelerated/x86/asm/padlock-x86.s
rename to lib/accelerated/x86/elf/padlock-x86.s
index fc5f9ac..ea982ec 100644
--- a/lib/accelerated/x86/asm/padlock-x86.s
+++ b/lib/accelerated/x86/elf/padlock-x86.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/e_padlock-x86.s"
 .text
 .globl	padlock_capability
diff --git a/lib/accelerated/x86/asm-macosx/appro-aes-gcm-x86-64-macosx.s b/lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s
similarity index 99%
rename from lib/accelerated/x86/asm-macosx/appro-aes-gcm-x86-64-macosx.s
rename to lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s
index 732332b..8a966e2 100644
--- a/lib/accelerated/x86/asm-macosx/appro-aes-gcm-x86-64-macosx.s
+++ b/lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 
 .globl	_gcm_gmult_4bit
diff --git a/lib/accelerated/x86/asm-macosx/appro-aes-x86-64-macosx.s b/lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s
similarity index 99%
rename from lib/accelerated/x86/asm-macosx/appro-aes-x86-64-macosx.s
rename to lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s
index de7ca03..92b78ef 100644
--- a/lib/accelerated/x86/asm-macosx/appro-aes-x86-64-macosx.s
+++ b/lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 .globl	_aesni_encrypt
 
diff --git a/lib/accelerated/x86/asm-macosx/appro-aes-x86-macosx.s b/lib/accelerated/x86/macosx/appro-aes-x86-macosx.s
similarity index 99%
rename from lib/accelerated/x86/asm-macosx/appro-aes-x86-macosx.s
rename to lib/accelerated/x86/macosx/appro-aes-x86-macosx.s
index ca05d9e..af47a8c 100644
--- a/lib/accelerated/x86/asm-macosx/appro-aes-x86-macosx.s
+++ b/lib/accelerated/x86/macosx/appro-aes-x86-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/aesni-x86.s"
 .text
 .globl	_aesni_encrypt
diff --git a/lib/accelerated/x86/asm-macosx/cpuid-x86-64-macosx.s b/lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s
similarity index 93%
rename from lib/accelerated/x86/asm-macosx/cpuid-x86-64-macosx.s
rename to lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s
index b4a4e94..12866c8 100644
--- a/lib/accelerated/x86/asm-macosx/cpuid-x86-64-macosx.s
+++ b/lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -18,6 +18,8 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+# *** This file is auto-generated ***
+#
 .text	
 .globl	_gnutls_cpuid
 
diff --git a/lib/accelerated/x86/asm-macosx/cpuid-x86-macosx.s b/lib/accelerated/x86/macosx/cpuid-x86-macosx.s
similarity index 93%
rename from lib/accelerated/x86/asm-macosx/cpuid-x86-macosx.s
rename to lib/accelerated/x86/macosx/cpuid-x86-macosx.s
index a69a5c7..7a66ffc 100644
--- a/lib/accelerated/x86/asm-macosx/cpuid-x86-macosx.s
+++ b/lib/accelerated/x86/macosx/cpuid-x86-macosx.s
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -18,6 +18,8 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/cpuid-x86.s"
 .text
 .globl	_gnutls_cpuid
diff --git a/lib/accelerated/x86/asm-macosx/padlock-x86-64-macosx.s b/lib/accelerated/x86/macosx/padlock-x86-64-macosx.s
similarity index 98%
rename from lib/accelerated/x86/asm-macosx/padlock-x86-64-macosx.s
rename to lib/accelerated/x86/macosx/padlock-x86-64-macosx.s
index a19e824..9b912f9 100644
--- a/lib/accelerated/x86/asm-macosx/padlock-x86-64-macosx.s
+++ b/lib/accelerated/x86/macosx/padlock-x86-64-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .text	
 .globl	_padlock_capability
 
diff --git a/lib/accelerated/x86/asm-macosx/padlock-x86-macosx.s b/lib/accelerated/x86/macosx/padlock-x86-macosx.s
similarity index 99%
rename from lib/accelerated/x86/asm-macosx/padlock-x86-macosx.s
rename to lib/accelerated/x86/macosx/padlock-x86-macosx.s
index b3822f4..02b427e 100644
--- a/lib/accelerated/x86/asm-macosx/padlock-x86-macosx.s
+++ b/lib/accelerated/x86/macosx/padlock-x86-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <[email protected]>
+# Copyright (c) 2011-2012, Andy Polyakov <[email protected]>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
 .file	"devel/perlasm/e_padlock-x86.s"
 .text
 .globl	_padlock_capability


hooks/post-receive
-- 
GNU gnutls
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.