From 03a47ff5f1007f4b11a7167417dd8ee6d7d44ed1 Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 26 May 2011 11:40:54 +0100 Subject: [PATCH] --- yaml --- r: 258206 b: refs/heads/master c: 3002b41bc6e5d66f7c1b5fd604f8f413e9bb37a5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/boot/compressed/vmlinux.lds.in | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 96c4237d8fd4..a9360c366c2d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c1f2d9991046769aa14a904ea2bf5434daf86262 +refs/heads/master: 3002b41bc6e5d66f7c1b5fd604f8f413e9bb37a5 diff --git a/trunk/arch/arm/boot/compressed/vmlinux.lds.in b/trunk/arch/arm/boot/compressed/vmlinux.lds.in index ea80abe78844..4e728834a1b9 100644 --- a/trunk/arch/arm/boot/compressed/vmlinux.lds.in +++ b/trunk/arch/arm/boot/compressed/vmlinux.lds.in @@ -33,20 +33,24 @@ SECTIONS *(.text.*) *(.fixup) *(.gnu.warning) + *(.glue_7t) + *(.glue_7) + } + .rodata : { *(.rodata) *(.rodata.*) - *(.glue_7) - *(.glue_7t) + } + .piggydata : { *(.piggydata) - . = ALIGN(4); } + . = ALIGN(4); _etext = .; + .got.plt : { *(.got.plt) } _got_start = .; .got : { *(.got) } _got_end = .; - .got.plt : { *(.got.plt) } _edata = .; . = BSS_START;