Commit 18db781a authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

pie: Bump .got table into .crblob section

It's being noticed on arm platform the .got table
has been missed to include in .crblob section,
so fix it.
Reported-by: 's avatarChanho Park <chanho61.park@samsusng.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 0905bfa0
...@@ -10,6 +10,8 @@ SECTIONS ...@@ -10,6 +10,8 @@ SECTIONS
. = ALIGN(32); . = ALIGN(32);
*(.bss*) *(.bss*)
. = ALIGN(32); . = ALIGN(32);
*(.got*)
. = ALIGN(32);
} =0x00000000 } =0x00000000
/DISCARD/ : { /DISCARD/ : {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment