gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-36-g1ce7565


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-36-g1ce7565
Date: Tue, 25 Oct 2011 20:01:03 +0000

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=1ce7565f485e67094fb361ca8c5987da9737159f

The branch, master has been updated
       via  1ce7565f485e67094fb361ca8c5987da9737159f (commit)
      from  c9e0c70d588e0f80d313d13a9ad5f44f62546d9c (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 1ce7565f485e67094fb361ca8c5987da9737159f
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Oct 25 22:02:00 2011 +0200

    corrected symbols for coff.

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

Summary of changes:
 lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s |    6 +++---
 lib/accelerated/x86/asm-coff/cpuid-x86-coff.s    |   12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s 
b/lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s
index eb3c839..d2336e7 100644
--- a/lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s
+++ b/lib/accelerated/x86/asm-coff/cpuid-x86-64-coff.s
@@ -22,10 +22,10 @@
        .file "cpuid.asm"
         
        .text
-.globl _gnutls_cpuid
-.def   _gnutls_cpuid;  .scl 2; .type 32;       .endef
+.globl __gnutls_cpuid
+.def   __gnutls_cpuid; .scl 2; .type 32;       .endef
 .p2align 4
-_gnutls_cpuid:
+__gnutls_cpuid:
        pushq   %rbp
        movq    %rsp, %rbp
        pushq   %rbx
diff --git a/lib/accelerated/x86/asm-coff/cpuid-x86-coff.s 
b/lib/accelerated/x86/asm-coff/cpuid-x86-coff.s
index 0a88d1b..92b95db 100644
--- a/lib/accelerated/x86/asm-coff/cpuid-x86-coff.s
+++ b/lib/accelerated/x86/asm-coff/cpuid-x86-coff.s
@@ -22,10 +22,10 @@
        .file "cpuid.asm"
         
        .text
-.globl _gnutls_cpuid
-.def   _gnutls_cpuid;  .scl    2;      .type   32;     .endef
+.globl __gnutls_cpuid
+.def   __gnutls_cpuid; .scl    2;      .type   32;     .endef
 .align 16
-_gnutls_cpuid:
+__gnutls_cpuid:
        pushl   %ebp
        movl    %esp, %ebp
        subl    $12, %esp
@@ -53,10 +53,10 @@ _gnutls_cpuid:
        popl    %ebp
        ret
 
-.globl _gnutls_have_cpuid
-.def   _gnutls_have_cpuid;     .scl    2;      .type   32;     .endef
+.globl __gnutls_have_cpuid
+.def   __gnutls_have_cpuid;    .scl    2;      .type   32;     .endef
 .align 16
-_gnutls_have_cpuid:
+__gnutls_have_cpuid:
        pushfl  
        pop %eax        
        orl $0x200000, %eax     


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]