kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
9b4044d8 2018-05-28 22:17:08 Land #426, don't assume ; works as a newline assembly character
b0103dad 2018-05-28 18:07:25 update links
787d8d24 2018-05-19 17:31:42 __warn_references: tweak assembly for "gnu.warning" section On some targets ';' (like hppa) is treated as a comment in assembly files. This occasionally causes the following assembly failures: ``` Error: can't resolve `.gnu.warning.EVP_DecryptFinal' {.gnu.warning.EVP_DecryptFinal section} - `.Ltext0' {.text section} ``` Note how branch (or other reference) attempts to cross the boundary across two section types: '.text' and '.gnu.warning'. Tobias Ulmer notes that openbsd already uses newlines for similar macro: https://github.com/openbsd/src/blob/master/sys/arch/hppa/include/cdefs.h This change switches from ';' to newline as well. Tested on hppa2.0 and x86_64. Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/656104 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
138734e5 2018-05-02 23:33:37 expand symbol filter to include underscore
4c61b0e7 2018-05-02 22:34:53 update release notes
13b704d4 2018-05-02 22:30:34 fix extra comma in amd64 normalization
0974145a 2018-04-06 04:14:33 better separate linux and non-linux checks for clock_gettime
d34dcede 2018-04-01 19:05:18 Land #414, Build and run regression tests against shared libraries with CMake
650487db 2018-03-27 21:40:52 Build and run regression tests against shared libraries with CMake
a98f8a3a 2018-03-25 22:31:14 update changelog