Re: [PATCH] Align __patchable_function_entries to POINTER_SIZE

2020-01-20 Thread Richard Sandiford
t; Subject: [PATCH] Align __patchable_function_entries to POINTER_SIZE > To: gcc-patches@gcc.gnu.org > > --- > gcc/ChangeLog | 5 + > gcc/targhooks.c | 1 + > 2 files changed, 6 insertions(+) > > diff --git a/gcc/ChangeLog b/gcc/ChangeLog > index 44ae44c8260..74fdb773dc

[PATCH] Align __patchable_function_entries to POINTER_SIZE

2020-01-07 Thread Fangrui Song via gcc-patches
Fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93194 >From 60f489f2bf2b32afd1bdbb2405bb028dcedf82cc Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Tue, 7 Jan 2020 20:46:26 -0800 Subject: [PATCH] Align __patchable_function_entries to POINTER_SIZE To: gcc-patches@gcc.gnu.org ---