aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67b89571d3..85e4c25a85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2014-06-26 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
+ * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
+ * sysdeps/arm/Makefile [$(subdir) = csu]
+ (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
+ (static-only-routines): Add aeabi_read_tp here.
+ (shared-only-routines): Add libc-aeabi_read_tp here.
+ (CFLAGS-libc-start.c): Add -fexceptions here.
+ * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
+ (sysdep_routines, static-only-routines, shared-only-routines):
+ Don't add to these here.
+ (CFLAGS-libc-start.c): Likewise.
+
+ * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
+ * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
+ * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
+ * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
+ * sysdeps/arm/Makefile [$(subdir) = rt]
+ (librt-sysdep_routines, librt-shared-only-routines):
+ Append rt-aeabi_unwind_cpp_pr1 here.
+ * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
+ (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
+ * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
+ (libpthread-sysdep_routines, libpthread-shared-only-routines):
+ Append nptl-aeabi_unwind_cpp_pr1 here.
+ (tests): Filter out tst-cleanupx4 here.
+ * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
+ (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
+ Don't do those here.
+
2014-06-26 Joseph Myers <joseph@codesourcery.com>
* scripts/list-sources.sh: Do not handle ports specially.