# HG changeset patch # User Mychaela Falconia # Date 1532139028 0 # Node ID 80e3a78126ac10e2296e8e627d15e8d7e77cdfb5 # Parent 85a26478b7dedcc62d66013c2c8a4a2f0017cff2 gcc/ld-script.src: .bss_dar moved to the beginning of XRAM diff -r 85a26478b7de -r 80e3a78126ac gcc/ld-script.src --- a/gcc/ld-script.src Sat Jul 21 01:30:53 2018 +0000 +++ b/gcc/ld-script.src Sat Jul 21 02:10:28 2018 +0000 @@ -79,6 +79,10 @@ *(.rodata*) } > Buildmem + .bss_dar (NOLOAD) : { + *dar_gbl_var.a:(.bss* COMMON) + } > XRAM + /* * All .data will go into XRAM. * For the flash build we'll have a step that copies @@ -94,10 +98,6 @@ __initdata_size = SIZEOF(.data); ')dnl - .bss_dar (NOLOAD) : { - *dar_gbl_var.a:(.bss* COMMON) - } > XRAM - /* we have two kinds of BSS: internal and external */ int.bss (NOLOAD) : { *(.l1s_global)