From: Roland McGrath Date: Tue, 6 May 2014 22:55:20 +0000 (-0700) Subject: Move ARM internal unwind.h header to the right sysdeps directory. X-Git-Tag: glibc-2.20~545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f58d25277fe88f3907e8c426f9bcedb7f07ed0d;p=thirdparty%2Fglibc.git Move ARM internal unwind.h header to the right sysdeps directory. --- diff --git a/ChangeLog b/ChangeLog index 983896b3f32..d7e9cd49237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-06 Roland McGrath + + * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ... + * sysdeps/arm/unwind.h: ... here. + 2014-05-06 Aurelien Jarno [BZ# 16916] diff --git a/sysdeps/unix/sysv/linux/arm/nptl/unwind.h b/sysdeps/arm/unwind.h similarity index 100% rename from sysdeps/unix/sysv/linux/arm/nptl/unwind.h rename to sysdeps/arm/unwind.h