m68k, arm: Rename arch_string.S to memcpy.S.

As it only contains a memcpy implementation.
This commit is contained in:
Augustin Cavalier
2025-03-05 12:53:16 -05:00
parent 62793934a1
commit a23e085678
7 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ for platform in [ MultiBootSubDirSetup amiga_m68k atari_m68k next_m68k ] {
;
local librootStringArchSources =
arch_string.S
memcpy.S
;
local librootOsArchSources =
+1 -1
View File
@@ -27,7 +27,7 @@ KernelMergeObject kernel_lib_posix_arch_$(TARGET_ARCH).o :
kernel_longjmp_return.c
kernel_setjmp_save_sigs.c
arch_string.S
memcpy.S
memset.c
: $(TARGET_KERNEL_PIC_CCFLAGS)
+1 -1
View File
@@ -29,7 +29,7 @@ KernelMergeObject kernel_lib_posix_arch_$(TARGET_ARCH).o :
kernel_longjmp_return.c
kernel_setjmp_save_sigs.c
arch_string.S
memcpy.S
memset.c
: $(TARGET_KERNEL_PIC_CCFLAGS)
@@ -13,7 +13,7 @@ for architectureObject in [ MultiArchSubDirSetup arm ] {
SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
MergeObject <$(architecture)>posix_string_arch_$(TARGET_ARCH).o :
arch_string.S
memcpy.S
memset.c
;
}
@@ -13,7 +13,7 @@ for architectureObject in [ MultiArchSubDirSetup m68k ] {
SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
MergeObject <$(architecture)>posix_string_arch_$(TARGET_ARCH).o :
arch_string.S
memcpy.S
memset.c
;
}