From: Florian Weimer Date: Mon, 1 Mar 2021 14:56:36 +0000 (+0100) Subject: Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c X-Git-Tag: glibc-2.34~899 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d14624825a3eeb7712ffbe6e794cea1c5636de4d;p=thirdparty%2Fglibc.git Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c This change allows architecture-specific sysdeps directories to override it. Reviewed-by: Carlos O'Donell --- diff --git a/sysdeps/gnu/unwind-resume.c b/sysdeps/generic/unwind-resume.c similarity index 100% rename from sysdeps/gnu/unwind-resume.c rename to sysdeps/generic/unwind-resume.c