Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/aarch64 give a structure a...



details:   https://anonhg.NetBSD.org/src/rev/262134c19a62
branches:  trunk
changeset: 961455:262134c19a62
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Apr 20 10:39:58 2021 +0000

description:
give a structure a name.

it makes GCC 10 less unhappy about building arm64 GCC 10.

diffstat:

 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-builtins.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f59b1554cb94 -r 262134c19a62 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-builtins.c
--- a/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-builtins.c      Tue Apr 20 10:15:34 2021 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-builtins.c      Tue Apr 20 10:39:58 2021 +0000
@@ -1206,7 +1206,7 @@
 }
 
 /* Initialize the memory tagging extension (MTE) builtins.  */
-struct
+struct aarch64_mte
 {
   tree ftype;
   enum insn_code icode;



Home | Main Index | Thread Index | Old Index