| Commit message (Collapse) | Author | Files | Lines |
|
Changes: https://git.lysator.liu.se/nettle/nettle/-/blob/master/NEWS
|
|
Changes: https://git.lysator.liu.se/nettle/nettle/-/blob/nettle_3.10_release_20240616/NEWS
|
|
- Remove ELFv2 patch since upstream adds configure test for ELFV2_ABI [1]
Changes: https://git.lysator.liu.se/nettle/nettle/-/blob/master/NEWS
Reference: https://git.lysator.liu.se/nettle/nettle/-/commit/c7cf19390dcb0e9792fc23b0c935c1fe5e4f91e1 [1]
|
|
- Update header of patch files
Changes: https://git.lysator.liu.se/nettle/nettle/-/blob/release-3.7-fixes/NEWS
|
|
|
|
Due to the string "swap_mask" being replaced with the vector register,
the assembly label pointing at the local data variable .swap_mask was
being replaced as well, causing the local label to be named ".0", which
the clang integrated assembler treats as a syntax error.
Change the name to .swap_data.
Submitted by: bdragon
|