]> sourceware.org Git - glibc.git/commit
m68k: Fix build with -mcpu=68040 or higher (BZ 30740)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 18 Aug 2023 17:59:51 +0000 (14:59 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 25 Aug 2023 13:07:24 +0000 (10:07 -0300)
commitb85880633f69b737050c22eede858f8c13bb2248
treeda9dc9627d5c4ae127a7e5d3ff05df959a198bbc
parent3d9265467e67d4c0fafa28a2179b152ad2423099
m68k: Fix build with -mcpu=68040 or higher (BZ 30740)

GCC currently does not define __mc68020__ for -mcpu=68040 or higher,
which memcpy/memmove assumptions.  Since this memory copy optimization
seems only intended for m68020, disable for other m680X0 variants.

Checked on a build for m68k-linux-gnu target mc68020 and mc68040.
sysdeps/m68k/m680x0/m68020/wordcopy.S [deleted file]
sysdeps/m68k/wordcopy.c [new file with mode: 0644]
This page took 0.044142 seconds and 5 git commands to generate.