Files
Dark-Matter7232 2d9f3e6218 lib/lz4/lz4armv8: Fix build for Linux 4.14
The lz4armv8 assembly code uses SYM_FUNC_START and SYM_FUNC_END macros,
which are not compatible with Linux kernel version 4.14. To resolve
the build issues, these macros have been replaced with ENTRY and
ENDPROC macros.

Changes:
- Replaced SYM_FUNC_START with ENTRY for function declarations.
- Replaced SYM_FUNC_END with ENDPROC for function endings.
- Updated label definition for 'Failed' to align with the required syntax.

This patch ensures that the lz4armv8 assembly code compiles correctly
with Linux 4.14, maintaining functionality and compatibility.

Signed-off-by: Dark-Matter7232 <me@const.eu.org>
2024-08-11 14:37:20 +03:00
..
2022-05-27 08:51:18 +00:00
2022-05-27 08:51:18 +00:00
2023-10-05 18:28:47 +03:00
2017-06-09 11:52:07 +02:00
2022-04-11 08:52:28 +00:00
2019-04-20 09:15:07 +02:00
2023-03-21 13:29:19 +02:00
2023-03-16 18:11:12 +02:00
2022-10-07 11:19:36 +03:00
2022-10-07 11:26:56 +03:00
2023-08-30 21:11:25 +03:00
2017-08-15 09:02:07 -07:00