From 7e31aedaa6765f1d2b5f545de30f5b202ad54114 Mon Sep 17 00:00:00 2001 From: Lai Wei-Chih Date: Mon, 11 Aug 2014 11:03:02 +0800 Subject: [2.24][2.25] Fix __preinit_array_start not aligned properly in 64-bit. For 64-bit address space, it should be 8-bytes aligned. 'ALIGNMENT' will be expanded to '64 / 8' for 64-bit and '32 / 8' for 32-bit. Change-Id: I7bbbf04a9b4e68a342201ec7c04f67497e3fa3a1 --- binutils-2.25/ld/scripttempl/elf.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils-2.25') diff --git a/binutils-2.25/ld/scripttempl/elf.sc b/binutils-2.25/ld/scripttempl/elf.sc index b1e6906e..9a296224 100644 --- a/binutils-2.25/ld/scripttempl/elf.sc +++ b/binutils-2.25/ld/scripttempl/elf.sc @@ -556,7 +556,7 @@ cat <