From: Markus Trippelsdorf Date: Fri, 17 Oct 2014 07:06:40 +0000 (+0000) Subject: Fix misplaced changelog entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bc4a9783dece6c5ebc990ff9444bfca852c087f;p=gcc.git Fix misplaced changelog entry From-SVN: r216366 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22c440bc8c0..a053c9a4072 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -20,14 +20,6 @@ (host_detect_local_cpu): Mention that GCC with non-fixed %ebx is required to compile the function. -2014-10-17 Alan Modra - - 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 * flag-types.h (sanitize_code): Don't assume targets have 32-bit diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index e999e6f7f61..ac28472bbad 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,11 @@ +2014-10-17 Alan Modra + + 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 * c-decl.c: Adjust include files.