public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] hardcfr: libgcc sym versioning
@ 2023-11-30  7:55 Alexandre Oliva
  2023-11-30 12:00 ` Richard Biener
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Oliva @ 2023-11-30  7:55 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Biener


The libgcc-exported runtime component of control flow redundancy
hardening was missing symbol versioning information.  Add it.

Regstrapped on x86_64-linux-gnu.  Ok to install?


for  libgcc/ChangeLog

	* libgcc-std.ver.in (__hardcfr_check): Add to GCC_14.0.0.
---
 libgcc/libgcc-std.ver.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libgcc/libgcc-std.ver.in b/libgcc/libgcc-std.ver.in
index f092752136aff..de00db647570c 100644
--- a/libgcc/libgcc-std.ver.in
+++ b/libgcc/libgcc-std.ver.in
@@ -1956,4 +1956,5 @@ GCC_14.0.0 {
   __PFX__fixdfbitint
   __PFX__floatbitintsf
   __PFX__floatbitintdf
+  __PFX__hardcfr_check
 }


-- 
Alexandre Oliva, happy hacker            https://FSFLA.org/blogs/lxo/
   Free Software Activist                   GNU Toolchain Engineer
More tolerance and less prejudice are key for inclusion and diversity
Excluding neuro-others for not behaving ""normal"" is *not* inclusive

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] hardcfr: libgcc sym versioning
  2023-11-30  7:55 [PATCH] hardcfr: libgcc sym versioning Alexandre Oliva
@ 2023-11-30 12:00 ` Richard Biener
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Biener @ 2023-11-30 12:00 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: gcc-patches

On Thu, Nov 30, 2023 at 8:55 AM Alexandre Oliva <oliva@adacore.com> wrote:
>
>
> The libgcc-exported runtime component of control flow redundancy
> hardening was missing symbol versioning information.  Add it.
>
> Regstrapped on x86_64-linux-gnu.  Ok to install?

OK.

>
> for  libgcc/ChangeLog
>
>         * libgcc-std.ver.in (__hardcfr_check): Add to GCC_14.0.0.
> ---
>  libgcc/libgcc-std.ver.in |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libgcc/libgcc-std.ver.in b/libgcc/libgcc-std.ver.in
> index f092752136aff..de00db647570c 100644
> --- a/libgcc/libgcc-std.ver.in
> +++ b/libgcc/libgcc-std.ver.in
> @@ -1956,4 +1956,5 @@ GCC_14.0.0 {
>    __PFX__fixdfbitint
>    __PFX__floatbitintsf
>    __PFX__floatbitintdf
> +  __PFX__hardcfr_check
>  }
>
>
> --
> Alexandre Oliva, happy hacker            https://FSFLA.org/blogs/lxo/
>    Free Software Activist                   GNU Toolchain Engineer
> More tolerance and less prejudice are key for inclusion and diversity
> Excluding neuro-others for not behaving ""normal"" is *not* inclusive

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-30 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30  7:55 [PATCH] hardcfr: libgcc sym versioning Alexandre Oliva
2023-11-30 12:00 ` Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).