mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
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: Chanho Park <chanho61.park@samsusng.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
0905bfa00f
commit
18db781a8e
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ SECTIONS
|
|||
. = ALIGN(32);
|
||||
*(.bss*)
|
||||
. = ALIGN(32);
|
||||
*(.got*)
|
||||
. = ALIGN(32);
|
||||
} =0x00000000
|
||||
|
||||
/DISCARD/ : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue