aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-11-07 16:34:31 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-11-07 16:34:31 +0000
commit9fbcc75d56e58a3732ea71dc1c44f1ee7400f4e2 (patch)
treeb7defa12208d4389e78c712491a78a42f18d1e36 /libgcc/ChangeLog
parentb5bf33351aa47106647ccb7a37a956739595ea24 (diff)
downloadgcc-9fbcc75d56e58a3732ea71dc1c44f1ee7400f4e2.zip
gcc-9fbcc75d56e58a3732ea71dc1c44f1ee7400f4e2.tar.gz
gcc-9fbcc75d56e58a3732ea71dc1c44f1ee7400f4e2.tar.bz2
Return gthr-posix.h to libgcc (PR bootstrap/50982)
libgcc: PR bootstrap/50982 * config/gthr-posix.h: Move ... * gthr-posix.h: ... here. * config/gthr-lynx.h: Reflect this. * config/gthr-vxworks.h: Likewise. * config/rs6000/gthr-aix.h: Likewise. * configure.ac (target_thread_file): Likewise. * configure: Regenerate. libstdc++-v3: PR bootstrap/50982 * include/Makefile.am (${host_builddir}/gthr-posix.h): Reflect gthr-posix.h move. * include/Makefile.in: Regenerate. From-SVN: r181095
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index c540bf9..29b4605 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,14 @@
+2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR bootstrap/50982
+ * config/gthr-posix.h: Move ...
+ * gthr-posix.h: ... here.
+ * config/gthr-lynx.h: Reflect this.
+ * config/gthr-vxworks.h: Likewise.
+ * config/rs6000/gthr-aix.h: Likewise.
+ * configure.ac (target_thread_file): Likewise.
+ * configure: Regenerate.
+
2011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* config.host (arm*-*-rtemseabi*): New target.