aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/boot/compressed/vmlinux.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/boot/compressed/vmlinux.lds')
-rw-r--r--arch/h8300/boot/compressed/vmlinux.lds4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/h8300/boot/compressed/vmlinux.lds b/arch/h8300/boot/compressed/vmlinux.lds
index 44fd209db88a..ad848a72fd3f 100644
--- a/arch/h8300/boot/compressed/vmlinux.lds
+++ b/arch/h8300/boot/compressed/vmlinux.lds
@@ -13,16 +13,18 @@ SECTIONS
{
*(.rodata)
}
+ . = ALIGN(0x4) ;
.data :
{
+ . = ALIGN(0x4) ;
__sdata = . ;
___data_start = . ;
*(.data.*)
}
+ . = ALIGN(0x4) ;
.bss :
{
- . = ALIGN(0x4) ;
__sbss = . ;
*(.bss*)
. = ALIGN(0x4) ;