Skip to content
Snippets Groups Projects
  • Woodruff, Richard's avatar
    118978c8
    Fix alignment error on ARM for modules · 118978c8
    Woodruff, Richard authored
    Fix alignment fault on ARM when running modules.  With out an explicit
    linker file gcc4.2.1 will half word align __bss_start's value.  The word
    dereference will crash hello_world.
    
    signed-off-by Richard Woodruff <r-woodruff2@ti.com>
    118978c8
    History
    Fix alignment error on ARM for modules
    Woodruff, Richard authored
    Fix alignment fault on ARM when running modules.  With out an explicit
    linker file gcc4.2.1 will half word align __bss_start's value.  The word
    dereference will crash hello_world.
    
    signed-off-by Richard Woodruff <r-woodruff2@ti.com>