[OpenSSL-1.0.2] TNF local patch - Sparc asm label fix

Issue #168 resolved
Takehiko NOZAKI repo owner created an issue

Comments (7)

  1. Takehiko NOZAKI reporter
    #   compile  libcrypto/sparccpuid.pico
    /usr/tooldir/bin/sparc64--netbsd-gcc  -DELF  -fstack-protector -Wstack-protector   --param ssp-buffer-size=1    --sysroot=/usr/src/obj.sparc64/destdir.sparc64 -Dlibcrypto -I. -I/usr/src/crypto/external/bsd/openssl/dist/crypto -I/usr/src/crypto/external/bsd/openssl/dist -I/usr/src/crypto/external/bsd/openssl/dist/crypto/asn1 -I/usr/src/crypto/external/bsd/openssl/dist/crypto/evp -I/usr/src/crypto/external/bsd/openssl/dist/crypto/modes -DDSO_DLFCN -DHAVE_DLFCN_H  -D_FORTIFY_SOURCE=2 -x assembler-with-cpp -c -DPIC -DBIGPIC -fPIC -DPIC   -I/usr/src/crypto/external/bsd/openssl/dist/crypto/crypto  /usr/src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S -o sparccpuid.pico
    /usr/src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S: Assembler messages:
    /usr/src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S:35: Error: Illegal operands
    /usr/src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S:132: Error: unknown pseudo-op: `.'
    *** [sparccpuid.pico] Error code 1
    
  2. Takehiko NOZAKI reporter

    add N*BSD-sparc target and fix Issue #158 and #168

    • Issue #158 - disable hardware GCM128 accelaration before SPARC 32bit(pre V9).
    • Issue #168 - sparc64 asm label fix to workaround for build failure.

    → <<cset ba094bef6983>>

  3. Takehiko NOZAKI reporter

    add N*BSD-sparc target and fix Issue #158, #168 and #375

    • Issue #158 - disable hardware GCM128 accelaration before SPARC 32bit(pre V9).
    • Issue #168 - sparc64 asm label fix to workaround for build failure.
    • Issue #375 - Makefile requires obsoleted SysV m4 -B option.

    → <<cset 6101065375b2>>

  4. Takehiko NOZAKI reporter

    add N*BSD-sparc target and fix Issue #158, #168 and #375

    • Issue #158 - disable hardware GCM128 accelaration before SPARC 32bit(pre V9).
    • Issue #168 - sparc64 asm label fix to workaround for build failure.
    • Issue #375 - Makefile requires obsoleted SysV m4 -B option.

    → <<cset 1bdc2eb2d413>>

  5. Takehiko NOZAKI reporter

    add N*BSD-sparc target and fix Issue #158, #168, #375 and #381

    • Issue #158 gcm128.c - disable hardware GCM128 accelaration before SPARC 32bit(pre V9)
    • Issue #168 sparccpuid.S - parc64 asm label fix to workaround for build failure
    • Issue #375 unix-Makefile.tmpl - Makefile requires obsoleted SysV m4 -B option
    • Issue #381 sparccpuid.S - avoid illegal instruction trap

    → <<cset 4c86eecb6f9f>>

  6. Log in to comment