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/0ab80be437a3
branches: trunk
changeset: 961822:0ab80be437a3
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 7261ec5feef5 -r 0ab80be437a3 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