diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/c/ChangeLog | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22c440b..a053c9a 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 <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 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index e999e6f..ac28472 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -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. |