File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ static const __SIZE_TYPE__ global_pointer_permissions_mask =
65
65
~(__SIZE_TYPE__ )(__CHERI_CAP_PERMISSION_PERMIT_SEAL__ |
66
66
__CHERI_CAP_PERMISSION_PERMIT_EXECUTE__ );
67
67
68
- __attribute__((weak )) extern struct capreloc __start___cap_relocs ;
69
- __attribute__((weak )) extern struct capreloc __stop___cap_relocs ;
68
+ __attribute__((weak )) extern struct capreloc __start___cap_relocs [] ;
69
+ __attribute__((weak )) extern struct capreloc __stop___cap_relocs [] ;
70
70
71
- __attribute__((weak )) extern void * __capability __cap_table_start ;
72
- __attribute__((weak )) extern void * __capability __cap_table_end ;
71
+ __attribute__((weak )) extern void * __capability __cap_table_start [] ;
72
+ __attribute__((weak )) extern void * __capability __cap_table_end [] ;
73
73
74
74
/*
75
75
* Sandbox data segments are relocated by moving DDC, since they're compiled as
You can’t perform that action at this time.
0 commit comments