mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ load_gp:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.section .preinit_array,"aw"
|
.section .preinit_array,"aw"
|
||||||
|
.align PTRLOG
|
||||||
.dc.a load_gp
|
.dc.a load_gp
|
||||||
|
|
||||||
/* Define a symbol for the first piece of initialized data. */
|
/* Define a symbol for the first piece of initialized data. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue