diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-20 01:03:46 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-03-03 11:26:00 +0100 |
commit | 041d5f94c4d67444c40584db0d1cacf32a47a25b (patch) | |
tree | 92c1f76aa96a854b0d08889eda5ea21c7f1de441 /arch/x86/boot/compressed/vmlinux.lds.S | |
parent | Rename .data.vmpages and .data.vm0.XXX to .data..vmpages and .data..vm0.XXX. (diff) | |
download | linux-041d5f94c4d67444c40584db0d1cacf32a47a25b.tar.xz linux-041d5f94c4d67444c40584db0d1cacf32a47a25b.zip |
Rename .rodata.compressed to .rodata..compressed.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/x86/boot/compressed/vmlinux.lds.S')
-rw-r--r-- | arch/x86/boot/compressed/vmlinux.lds.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/boot/compressed/vmlinux.lds.S b/arch/x86/boot/compressed/vmlinux.lds.S index a6f1a59a5b0c..5ddabceee124 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 */ |