X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sysless.git/blobdiff_plain/1195578f91c02120d8edd3e748ca974a0bea3119..439d119cc0064a3c1f18abd56c64b61b32a8f21c:/board/h8300/h8eurobot/libs/h8canusb.ld-boot diff --git a/board/h8300/h8eurobot/libs/h8canusb.ld-boot b/board/h8300/h8eurobot/libs/h8canusb.ld-boot index b50ec7d..c41f78a 100644 --- a/board/h8300/h8eurobot/libs/h8canusb.ld-boot +++ b/board/h8300/h8eurobot/libs/h8canusb.ld-boot @@ -63,7 +63,8 @@ SECTIONS .data : AT ( ADDR( .tors ) + SIZEOF( .tors ) ) { - _data_start = . ; + . = ALIGN( 0x4 ) ; + _data_start = ALIGN( 0x4 ) ; *(.data) . = ALIGN( 0x4 ) ; _edata = ALIGN( 0x4 ) ; @@ -73,7 +74,8 @@ SECTIONS .bss : { - _bss_start = ALIGN( 0x10 ) ; + . = ALIGN( 0x4 ) ; + _bss_start = ALIGN( 0x4 ) ; *(.bss) *(COMMON) . = ALIGN( 0x4 ) ;