forked from Imagelibrary/binutils-gdb
Fix arm aout placement of .bss section
This commit is contained in:
@@ -20,10 +20,10 @@ SECTIONS
|
||||
${RELOCATING+__sdata_ = .;}
|
||||
*(.data)
|
||||
${CONSTRUCTING+CONSTRUCTORS}
|
||||
${RELOCATING+_edata = .;}
|
||||
${RELOCATING+__edata = .;}
|
||||
${RELOCATING+_edata = ${DATA_ALIGNMENT};}
|
||||
${RELOCATING+__edata = ${DATA_ALIGNMENT};}
|
||||
}
|
||||
.bss ${RELOCATING+ SIZEOF(.data) + ADDR (.data)} :
|
||||
.bss ${RELOCATING+${DATA_ALIGNMENT}} :
|
||||
{
|
||||
${RELOCATING+ __bss_start = .};
|
||||
*(.bss)
|
||||
|
||||
Reference in New Issue
Block a user