From e30680c07a1504434db57d598d63bd93b8d01606 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 27 Aug 2015 07:49:10 -0700 Subject: [PATCH] Move i486/bits/atomic.h to bits/atomic.h Since glibc doesn't support i386 any more, we can move i486/bits/atomic.h to bits/atomic.h. * sysdeps/i386/i486/bits/atomic.h: Moved to ... * sysdeps/i386/bits/atomic.h: Here. --- ChangeLog | 5 +++++ sysdeps/i386/{i486 => }/bits/atomic.h | 0 2 files changed, 5 insertions(+) rename sysdeps/i386/{i486 => }/bits/atomic.h (100%) diff --git a/ChangeLog b/ChangeLog index 543377a8cb..10833a55e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-08-27 H.J. Lu + + * sysdeps/i386/i486/bits/atomic.h: Moved to ... + * sysdeps/i386/bits/atomic.h: Here. + 2015-08-27 H.J. Lu * sysdeps/i386/i486/Versions: Removed. diff --git a/sysdeps/i386/i486/bits/atomic.h b/sysdeps/i386/bits/atomic.h similarity index 100% rename from sysdeps/i386/i486/bits/atomic.h rename to sysdeps/i386/bits/atomic.h -- 2.43.5