[gcc(refs/vendors/ARM/heads/arm-perf-staging)] Fix missing gcc/ChangeLog entry from fa29cf0c3f19b648e30b16fd2485c3c17a528a6e

Tamar Christina tnfchris@gcc.gnu.org
Fri Jul 17 15:01:42 GMT 2020


https://gcc.gnu.org/g:5cbf892543e126362d0f2ec665378f9118ef2f9e

commit 5cbf892543e126362d0f2ec665378f9118ef2f9e
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Tue Apr 28 09:23:05 2020 -0400

    Fix missing gcc/ChangeLog entry from fa29cf0c3f19b648e30b16fd2485c3c17a528a6e

Diff:
---
 gcc/ChangeLog | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d8b753d8bf1..e7a4edb6093 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -41,6 +41,22 @@
 	TARGET_EXPR instead of MODIFY_EXPR for first assignment to
 	sw_var, exceptions_var, mxcsr_orig_var and mxcsr_mod_var.
 
+2020-04-27  David Malcolm  <dmalcolm@redhat.com>
+
+	PR 92830
+	* configure.ac (DOCUMENTATION_ROOT_URL): Drop trailing "gcc/" from
+	default value, so that it can by supplied by get_option_html_page.
+	* configure: Regenerate.
+	* opts.c: Include "selftest.h".
+	(get_option_html_page): New function.
+	(get_option_url): Use it.  Reformat to place comments next to the
+	expressions they refer to.
+	(selftest::test_get_option_html_page): New.
+	(selftest::opts_c_tests): New.
+	* selftest-run-tests.c (selftest::run_tests): Call
+	selftest::opts_c_tests.
+	* selftest.h (selftest::opts_c_tests): New decl.
+
 2020-04-27  Richard Sandiford  <richard.sandiford@arm.com>
 
 	* config/arm/arm-builtins.c (arm_expand_builtin_args): Only apply


More information about the Gcc-cvs mailing list