FreeBSD Bugzilla – Attachment 221049 Details for
Bug 250932
lang/gcc10: fails to build on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
reworked aarch64 patch file
patch-gcc_config_aarch64_aarch64-builtins.c (text/plain), 706 bytes, created by
Mark Linimon
on 2020-12-28 12:06:18 UTC
(
hide
)
Description:
reworked aarch64 patch file
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2020-12-28 12:06:18 UTC
Size:
706 bytes
patch
obsolete
>--- gcc/config/aarch64/aarch64-builtins.c.orig 2020-07-23 06:35:17 UTC >+++ gcc/config/aarch64/aarch64-builtins.c >@@ -1223,8 +1223,9 @@ aarch64_init_memtag_builtins (void) > = aarch64_general_add_builtin ("__builtin_aarch64_memtag_"#N, \ > T, AARCH64_MEMTAG_BUILTIN_##F); \ > aarch64_memtag_builtin_data[AARCH64_MEMTAG_BUILTIN_##F - \ >- AARCH64_MEMTAG_BUILTIN_START - 1] = \ >- {T, CODE_FOR_##I}; >+ AARCH64_MEMTAG_BUILTIN_START - 1].ftype = T; \ >+ aarch64_memtag_builtin_data[AARCH64_MEMTAG_BUILTIN_##F - \ >+ AARCH64_MEMTAG_BUILTIN_START - 1].icode = CODE_FOR_##I; > > fntype = build_function_type_list (ptr_type_node, ptr_type_node, > uint64_type_node, NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250932
:
219435
|
221046
| 221049