From 80a5eb1a74bf8e420cabd58d725b9321dd12bbce Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 20 Feb 2010 01:03:46 +0100 Subject: [PATCH] --- yaml --- r: 199535 b: refs/heads/master c: 041d5f94c4d67444c40584db0d1cacf32a47a25b h: refs/heads/master i: 199533: 9290b90e9f182ec7b36fe67facd09e3986612372 199531: ffd65873c788e5e5cfd606b4c6a1e7d59cc93736 199527: d1ece4f449a47e4524360675f1d5a4d45d978b2c 199519: a79e3a6e3177d27f2c44c537fddd8f6d3ba41d38 v: v3 --- [refs] | 2 +- trunk/arch/sh/boot/compressed/vmlinux.scr | 2 +- trunk/arch/x86/boot/compressed/mkpiggy.c | 2 +- trunk/arch/x86/boot/compressed/vmlinux.lds.S | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index d5096baab1fa..b8ae9fcaf766 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d56a3c1a9faa3a1703ce696e111143bfd9f071f1 +refs/heads/master: 041d5f94c4d67444c40584db0d1cacf32a47a25b diff --git a/trunk/arch/sh/boot/compressed/vmlinux.scr b/trunk/arch/sh/boot/compressed/vmlinux.scr index f02382ae5c48..862d74808236 100644 --- a/trunk/arch/sh/boot/compressed/vmlinux.scr +++ b/trunk/arch/sh/boot/compressed/vmlinux.scr @@ -1,6 +1,6 @@ SECTIONS { - .rodata.compressed : { + .rodata..compressed : { input_len = .; LONG(input_data_end - input_data) input_data = .; *(.data) diff --git a/trunk/arch/x86/boot/compressed/mkpiggy.c b/trunk/arch/x86/boot/compressed/mkpiggy.c index bcbd36c41432..5c228129d175 100644 --- a/trunk/arch/x86/boot/compressed/mkpiggy.c +++ b/trunk/arch/x86/boot/compressed/mkpiggy.c @@ -77,7 +77,7 @@ int main(int argc, char *argv[]) offs += 32*1024 + 18; /* Add 32K + 18 bytes slack */ offs = (offs+4095) & ~4095; /* Round to a 4K boundary */ - printf(".section \".rodata.compressed\",\"a\",@progbits\n"); + printf(".section \".rodata..compressed\",\"a\",@progbits\n"); printf(".globl z_input_len\n"); printf("z_input_len = %lu\n", ilen); printf(".globl z_output_len\n"); diff --git a/trunk/arch/x86/boot/compressed/vmlinux.lds.S b/trunk/arch/x86/boot/compressed/vmlinux.lds.S index a6f1a59a5b0c..5ddabceee124 100644 --- a/trunk/arch/x86/boot/compressed/vmlinux.lds.S +++ b/trunk/arch/x86/boot/compressed/vmlinux.lds.S @@ -26,8 +26,8 @@ SECTIONS HEAD_TEXT _ehead = . ; } - .rodata.compressed : { - *(.rodata.compressed) + .rodata..compressed : { + *(.rodata..compressed) } .text : { _text = .; /* Text */