[PATCH 2/3] sparc: assembly version of memmove for ultra1+
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Sep 28 16:17:00 GMT 2017
On 27/09/2017 13:09, Patrick McGehearty wrote:
> diff --git a/sysdeps/sparc/sparc32/sparcv9/rtld-memmove.c b/sysdeps/sparc/sparc32/sparcv9/rtld-memmove.c
> new file mode 100644
> index 0000000..a2fe190
> --- /dev/null
> +++ b/sysdeps/sparc/sparc32/sparcv9/rtld-memmove.c
> @@ -0,0 +1 @@
> +#include <sparc64/rtld-memmove.c>
I will try to avoid these cross-reference arch references (it is a source of
problems for future cleanups and consolidations), just use the default
implementation directly.
Also, since you are adding a new default sparc64 implementation, why can't
you use it for the loader?
More information about the Libc-alpha
mailing list