Menu

#10 fix arm 32 linker script

v1.0_(example)
closed
None
5
2016-02-17
2016-02-15
No

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.

1 Attachments

Discussion

  • Nigel Croxon

    Nigel Croxon - 2016-02-17

    Fixed in the git tree.
    commit 06db4a2b538f8b1dbdb5e1c4f2f0617e67491c80

    Thank you for your contribution.
    -Nigel

     
  • Nigel Croxon

    Nigel Croxon - 2016-02-17
    • status: open --> closed
    • assigned_to: Nigel Croxon
     

Log in to post a comment.

MongoDB Logo MongoDB