Make progress towards aarch64 build

This commit is contained in:
Justine Tunney 2023-05-01 19:43:59 -07:00
parent 08ff26c817
commit ca2860947f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
15428 changed files with 25694 additions and 23138 deletions

View file

@ -83,7 +83,7 @@ _woot: leave
.type __init_rodata_end,@object
.globl __init_rodata_start,__init_rodata_end
.hidden __init_rodata_start,__init_rodata_end
.align __SIZEOF_POINTER__
.balign __SIZEOF_POINTER__
.underrun
__init_rodata_start:
.previous/*
@ -108,7 +108,7 @@ __init_rodata_end:
.type __init_bss_end,@object
.globl __init_bss_start,__init_bss_end
.hidden __init_bss_start,__init_bss_end
.align __SIZEOF_POINTER__
.balign __SIZEOF_POINTER__
.underrun
__init_bss_start:
.previous/*