> , CHANGES_URL ("gcc-10/changes.html#empty_base"); > > where the macro would just use preprocessor string concatenation? Ok, the following patch implements it (doesn't introduce a separate macro and just uses CHANGES_ROOT_URL "gcc-10/changes.html#empty_base"), in addition adds the documentation Joseph requested. 2020-04-30 Jakub Jelinek <jakub@redhat.com> * configure.ac (--with-documentation-root-url, --with-changes-root-url): Diagnose URL not ending with /, use AC_DEFINE_UNQUOTED instead of AC_SUBST. * opts.h (get_changes_url): Remove. * opts.c (get_changes_url): Remove. * Makefile.in (CFLAGS-opts.o): Don't add -DDOCUMENTATION_ROOT_URL or -DCHANGES_ROOT_URL. * doc/install.texi (--with-documentation-root-url, --with-changes-root-url): Document. * config/arm/arm.c (aapcs_vfp_is_call_or_return_candidate): Don't call get_changes_url and free, change url variable type to const char * and set it to CHANGES_ROOT_URL "gcc-10/changes.html#empty_base". * config/s390/s390.c (s390_function_arg_vector, s390_function_arg_float): Likewise. * config/aarch64/aarch64.c (aarch64_vfp_is_call_or_return_candidate): Likewise. * config/rs6000/rs6000-call.c (rs6000_discover_homogeneous_aggregate): Likewise. * config.in: Regenerate. * configure: Regenerate.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
2064.md | Loading commit data... | |
2084.md | Loading commit data... | |
2097.md | Loading commit data... | |
2817.md | Loading commit data... | |
2827.md | Loading commit data... | |
2964.md | Loading commit data... | |
3906.md | Loading commit data... | |
8561.md | Loading commit data... | |
constraints.md | Loading commit data... | |
driver-native.c | Loading commit data... | |
htmintrin.h | Loading commit data... | |
htmxlintrin.h | Loading commit data... | |
linux.h | Loading commit data... | |
predicates.md | Loading commit data... | |
s390-builtin-types.def | Loading commit data... | |
s390-builtins.def | Loading commit data... | |
s390-builtins.h | Loading commit data... | |
s390-c.c | Loading commit data... | |
s390-d.c | Loading commit data... | |
s390-modes.def | Loading commit data... | |
s390-opts.h | Loading commit data... | |
s390-passes.def | Loading commit data... | |
s390-protos.h | Loading commit data... | |
s390.c | Loading commit data... | |
s390.h | Loading commit data... | |
s390.md | Loading commit data... | |
s390.opt | Loading commit data... | |
s390intrin.h | Loading commit data... | |
s390x.h | Loading commit data... | |
subst.md | Loading commit data... | |
t-linux64 | Loading commit data... | |
t-s390 | Loading commit data... | |
tpf.h | Loading commit data... | |
tpf.md | Loading commit data... | |
tpf.opt | Loading commit data... | |
vecintrin.h | Loading commit data... | |
vector.md | Loading commit data... | |
vx-builtins.md | Loading commit data... | |
x-native | Loading commit data... |