mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00:00
riscv: align .preinit_array (bug 32228)
The section contains an array of pointers, so it should be aligned to pointer size.
This commit is contained in:
parent
5e8cfc5d62
commit
a36814e145
@ -87,6 +87,7 @@ load_gp:
|
||||
ret
|
||||
|
||||
.section .preinit_array,"aw"
|
||||
.align PTRLOG
|
||||
.dc.a load_gp
|
||||
|
||||
/* Define a symbol for the first piece of initialized data. */
|
||||
|
Loading…
Reference in New Issue
Block a user