CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/16 23:31:45
Modified files:
lib/libcrypto/sha: sha1_aarch64_ce.S sha1_amd64_generic.S
sha1_amd64_shani.S sha256_aarch64_ce.S
sha256_amd64_generic.S sha256_amd64_shani.S
sha512_aarch64_ce.S sha512_amd64_generic.S
Log message:
Use .section before .rodata to appease gas.
gas dislikes bare .rodata - add .section before .rodata to make it happier
(LLVM does not care and is happy with either). For consistency, do the same
with .text.
