This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Reduce Filling Size in RAM


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 :)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]