lkml.org 
[lkml]   [2010]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 13/24] Rename .rodata.compressed to .rodata..compressed.
    Date
    Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
    ---
    arch/sh/boot/compressed/vmlinux.scr | 2 +-
    arch/x86/boot/compressed/mkpiggy.c | 2 +-
    arch/x86/boot/compressed/vmlinux.lds.S | 4 ++--
    3 files changed, 4 insertions(+), 4 deletions(-)

    diff --git a/arch/sh/boot/compressed/vmlinux.scr b/arch/sh/boot/compressed/vmlinux.scr
    index f02382a..862d748 100644
    --- a/arch/sh/boot/compressed/vmlinux.scr
    +++ b/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/arch/x86/boot/compressed/mkpiggy.c b/arch/x86/boot/compressed/mkpiggy.c
    index bcbd36c..5c22812 100644
    --- a/arch/x86/boot/compressed/mkpiggy.c
    +++ b/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/arch/x86/boot/compressed/vmlinux.lds.S b/arch/x86/boot/compressed/vmlinux.lds.S
    index a6f1a59..5ddabce 100644
    --- a/arch/x86/boot/compressed/vmlinux.lds.S
    +++ b/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 */
    --
    1.6.2.4


    \
     
     \ /
      Last update: 2010-02-20 01:09    [W:4.022 / U:0.152 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site