Commit 82ee0cf2 by Jakub Jelinek

Minor ChangeLog formatting fixes.

From-SVN: r233915
parent bdfbd086
2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org> 2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* target.def(lra_p): Specify that new ports should use LRA. * target.def (lra_p): Specify that new ports should use LRA.
2016-03-02 Jakub Jelinek <jakub@redhat.com> 2016-03-02 Jakub Jelinek <jakub@redhat.com>
...@@ -402,12 +402,12 @@ ...@@ -402,12 +402,12 @@
complain about -mallow-movmisalign without -mvsx if complain about -mallow-movmisalign without -mvsx if
TARGET_ALLOW_MOVMISALIGN was not set explicitly. TARGET_ALLOW_MOVMISALIGN was not set explicitly.
2016-02-26 Joel Sherrill <joel@rtems.org> 2016-02-26 Joel Sherrill <joel@rtems.org>
* config.gcc: Add x86_64-*-rtems*. * config.gcc: Add x86_64-*-rtems*.
* gcc/config/i386/rtems-64.h: New file. * gcc/config/i386/rtems-64.h: New file.
2016-02-26 Joel Sherrill <joel@rtems.org> 2016-02-26 Joel Sherrill <joel@rtems.org>
* config.gcc: Add aarch64-*-rtems*. * config.gcc: Add aarch64-*-rtems*.
* gcc/config/aarch64/rtems.h: New file. * gcc/config/aarch64/rtems.h: New file.
...@@ -1743,7 +1743,7 @@ ...@@ -1743,7 +1743,7 @@
* lto-wrapper.c (append_diag_options): New function. * lto-wrapper.c (append_diag_options): New function.
(compile_offload_image): Call append_diag_options. (compile_offload_image): Call append_diag_options.
2016-02-08 Sandra Loosemore <sandra@codesourcery.com> 2016-02-08 Sandra Loosemore <sandra@codesourcery.com>
PR other/69722 PR other/69722
* doc/extend.texi (Flag Output Operands): Correct sectioning. * doc/extend.texi (Flag Output Operands): Correct sectioning.
...@@ -3529,12 +3529,12 @@ ...@@ -3529,12 +3529,12 @@
(pdr_add_memory_accesses): Same. (pdr_add_memory_accesses): Same.
(pdr_add_data_dimensions): Same. (pdr_add_data_dimensions): Same.
2016-01-20 Sandra Loosemore <sandra@codesourcery.com> 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
* doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
requirements. requirements.
2016-01-20 Sandra Loosemore <sandra@codesourcery.com> 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
* common.opt (feliminate-dwarf2-dups): Replace references to * common.opt (feliminate-dwarf2-dups): Replace references to
"DWARF 2" with just "DWARF". "DWARF 2" with just "DWARF".
...@@ -3679,7 +3679,7 @@ ...@@ -3679,7 +3679,7 @@
(gen_typedef_die): Likewise. (gen_typedef_die): Likewise.
(force_type_die): Adjust call to modified_type_die. (force_type_die): Adjust call to modified_type_die.
2016-01-19 Sandra Loosemore <sandra@codesourcery.com> 2016-01-19 Sandra Loosemore <sandra@codesourcery.com>
* doc/standards.texi: Copy-editing for grammar, markup, and sentence * doc/standards.texi: Copy-editing for grammar, markup, and sentence
flow throughout the file. Fix broken link to Objective-C 2.0 flow throughout the file. Fix broken link to Objective-C 2.0
...@@ -3843,7 +3843,7 @@ ...@@ -3843,7 +3843,7 @@
2016-01-19 Martin Jambor <mjambor@suse.cz> 2016-01-19 Martin Jambor <mjambor@suse.cz>
Martin Liska <mliska@suse.cz> Martin Liska <mliska@suse.cz>
Michael Matz <matz@suse.de> Michael Matz <matz@suse.de>
* Makefile.in (OBJS): Add new source files. * Makefile.in (OBJS): Add new source files.
(GTFILES): Add hsa.c. (GTFILES): Add hsa.c.
...@@ -3984,7 +3984,7 @@ ...@@ -3984,7 +3984,7 @@
* tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
test. test.
2016-01-18 Sandra Loosemore <sandra@codesourcery.com> 2016-01-18 Sandra Loosemore <sandra@codesourcery.com>
* doc/invoke.texi (Invoking GCC): Add new section to menu. * doc/invoke.texi (Invoking GCC): Add new section to menu.
(Option Summary): Update to reflect new section and moved options. (Option Summary): Update to reflect new section and moved options.
...@@ -4520,14 +4520,14 @@ ...@@ -4520,14 +4520,14 @@
use block_ultimate_origin use block_ultimate_origin
(noncall-stmt_may_be_vtbl_ptr_store): Likewise. (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
2016-01-13 Sandra Loosemore <sandra@codesourcery.com> 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
* doc/invoke.texi (Submodel Options): Rename section to * doc/invoke.texi (Submodel Options): Rename section to
"Machine-Dependent Options" to better reflect its content. "Machine-Dependent Options" to better reflect its content.
Rewrite introductory text to remove archaic CPU names. Rewrite introductory text to remove archaic CPU names.
Update references. Update references.
2016-01-13 Sandra Loosemore <sandra@codesourcery.com> 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
* doc/invoke.texi (Code Gen Options): Move section up in file, * doc/invoke.texi (Code Gen Options): Move section up in file,
before target-specific options. Update menu and option summary before target-specific options. Update menu and option summary
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
PR fortran/47674 PR fortran/47674
* gfortran.dg/realloc_on_assign_26.f90: New test case. * gfortran.dg/realloc_on_assign_26.f90: New test case.
2016-02-28 Harald Anlauf <anlauf@gmx.de> 2016-02-28 Harald Anlauf <anlauf@gmx.de>
Jerry DeLisle <jvdelisle@gcc.gnu.org> Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/56007 PR fortran/56007
...@@ -2422,7 +2422,7 @@ ...@@ -2422,7 +2422,7 @@
PR tree-optimization/69170 PR tree-optimization/69170
* gcc.dg/torture/pr69170.c: New testcase. * gcc.dg/torture/pr69170.c: New testcase.
2016-01-17 John David Anglin <danglin@gcc.gnu.org> 2016-01-17 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/torture/builtin-integral-1.c: Require c99_runtime. * gcc.dg/torture/builtin-integral-1.c: Require c99_runtime.
...@@ -2555,11 +2555,11 @@ ...@@ -2555,11 +2555,11 @@
* gcc.target/i386/pr65105-5.c: New test. * gcc.target/i386/pr65105-5.c: New test.
2016-01-15 Jan Hubicka <hubicka@ucw.cz> 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
* gcc.c-torture/execute/alias-4.c: New testcase. * gcc.c-torture/execute/alias-4.c: New testcase.
2016-01-15 Jan Hubicka <hubicka@ucw.cz> 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
PR ipa/68148 PR ipa/68148
* g++.dg/ipa/devirt-49.C: New testcase. * g++.dg/ipa/devirt-49.C: New testcase.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment