From: GCC Administrator Date: Mon, 25 Oct 2021 00:18:08 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.3.0~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd028e763d53fe815df94196d38f75678aada3fb;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3aeb19455c50..da0a34ff7c59 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,23 @@ +2021-10-24 John David Anglin + + * config/pa/pa-d.c (pa_d_handle_target_float_abi): Don't check + TARGET_DISABLE_FPREGS. + * config/pa/pa.c (fix_range): Use MASK_SOFT_FLOAT instead of + MASK_DISABLE_FPREGS. + (hppa_rtx_costs): Don't check TARGET_DISABLE_FPREGS. Adjust + cost of hardware integer multiplication. + (pa_conditional_register_usage): Don't check TARGET_DISABLE_FPREGS. + * config/pa/pa.h (INT14_OK_STRICT): Likewise. + * config/pa/pa.md: Don't check TARGET_DISABLE_FPREGS. Check + TARGET_SOFT_FLOAT in patterns that use xmpyu instruction. + * config/pa/pa.opt (mdisable-fpregs): Change target mask to + SOFT_FLOAT. Revise comment. + (msoft-float): New option. + +2021-10-24 John David Anglin + + * config/pa/pa.md: Don't use 'G' constraint in integer move patterns. + 2021-10-21 H.J. Lu Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 1155e64b6282..4a54a752985b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20211024 +20211025