This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Reduce Filling Size in RAM
- From: ClÃment PÃron <peron dot clem at gmail dot com>
- To: binutils at sourceware dot org
- Date: Mon, 20 Oct 2014 13:33:52 +0200
- Subject: Reduce Filling Size in RAM
- Authentication-results: sourceware.org; auth=none
Hi,
When i look to my map after the link i see that there is 600o used
just for filing in RAM which is a lot on my 8ko available.
Just for example :
*(.bss.*)
.bss._adxl_status_s
0x00000000200022f0 0x6
*fill* 0x00000000200022f6 0x2
.bss._adxl_ctx
0x00000000200022f8 0x10
.bss._last_step
0x0000000020002308 0x4
0x0000000020002308 _last_step
.bss._interrupts_queue
0x000000002000230c 0x4
0x000000002000230c _interrupts_queue
.bss.m_wpp 0x0000000020002310 0x130
.bss.pos 0x0000000020002440 0x4
0x0000000020002440 pos
.bss.EVT_BUFFER.12428
0x0000000020002444 0x50
.bss.evt 0x0000000020002494 0x118
0x0000000020002494 evt
.bss.pm_cpu_instance
0x00000000200025ac 0x1
*fill* 0x00000000200025ad 0x3
It's not possible to put the .bss.pm_cpu_instance wich as a size of 1
in the fill of the .bss._adxl_status_s
Thanks for your help :)