Fix misplaced changelog entry
authorMarkus Trippelsdorf <trippels@gcc.gnu.org>
Fri, 17 Oct 2014 07:06:40 +0000 (07:06 +0000)
committerMarkus Trippelsdorf <trippels@gcc.gnu.org>
Fri, 17 Oct 2014 07:06:40 +0000 (07:06 +0000)
From-SVN: r216366

gcc/ChangeLog
gcc/c/ChangeLog

index 22c440bc8c0d15d513048946fd76f56a8d306f12..a053c9a4072884ff1df4b4da24174bbf1c8e22f4 100644 (file)
        (host_detect_local_cpu): Mention that GCC with non-fixed %ebx
        is required to compile the function.
 
-2014-10-17  Alan Modra  <amodra@gmail.com>
-
-       PR middle-end/61848
-       * c-decl.c (merge_decls): Don't merge section name or tls model
-       to newdecl symtab node, instead merge to olddecl.  Override
-       existing olddecl section name.  Set tls_model for all thread-local
-       vars, not just OMP thread-private ones.  Remove incorrect comment.
-
 2014-10-16  DJ Delorie  <dj@redhat.com>
 
        * flag-types.h (sanitize_code): Don't assume targets have 32-bit
index e999e6f7f61195cb63a32bc3d74d47b928957174..ac28472bbad2d13d7f1071c6f89589f2981e1bd7 100644 (file)
@@ -1,3 +1,11 @@
+2014-10-17  Alan Modra  <amodra@gmail.com>
+
+       PR middle-end/61848
+       * c-decl.c (merge_decls): Don't merge section name or tls model
+       to newdecl symtab node, instead merge to olddecl.  Override
+       existing olddecl section name.  Set tls_model for all thread-local
+       vars, not just OMP thread-private ones.  Remove incorrect comment.
+
 2014-10-16  Andrew MacLeod  <amacleod@redhat.com>
 
        * c-decl.c: Adjust include files.