diff options
author | Greg Ungerer <gerg@linux-m68k.org> | 2023-09-13 17:13:50 +1000 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-10-06 10:03:01 +0200 |
commit | a0938a8e2fb3de5f7d570f3f283e79d4a23b6fe5 (patch) | |
tree | 719bdfce29416d3fbf22f4ec7a6b5e1afd08b7a0 /Makefile | |
parent | b149353da471ddfc5d6e698784cf22bc55bff68b (diff) |
m68k: Use kernel's generic libgcc functions
The arch/m68k/lib versions of the libgcc functions: ashldi3, ashrdi3
and lshrdi3 were taken directly from an older version of gcc.
We can use the kernel's own generic lib versions of these - they are
virtually identical. Switch to those and remove the m68k local ones.
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20230913071350.1939818-1-gerg@kernel.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions