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:
Cyrill Gorcunov 2013-03-27 14:26:44 +04:00 committed by Pavel Emelyanov
parent 0905bfa00f
commit 18db781a8e

View file

@ -10,6 +10,8 @@ SECTIONS
. = ALIGN(32);
*(.bss*)
. = ALIGN(32);
*(.got*)
. = ALIGN(32);
} =0x00000000
/DISCARD/ : {