fix arm 32 linker script
Brought to you by:
noxorc
The arm 32 linker script fails for complex binaries (usually static data arrays with strings) because it doesn't gather all the .data. sections and the compiler will emit some even without -fdata-sections. The diff fixes this and also adds a .bss. gather just in case -fdata-sections is used.
Fixed in the git tree.
commit 06db4a2b538f8b1dbdb5e1c4f2f0617e67491c80
Thank you for your contribution.
-Nigel