mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03: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:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user