[11/11] TI C6X binutils port: ld/

DJ Delorie dj@redhat.com
Wed Mar 24 22:10:00 GMT 2010


+TEXT_START_ADDR=0x8000

This will never be correct for the c6x processor; the first 1mb is
reserved.  Perhaps you meant 0x800000 (L2 RAM)?

(if you're intentionally picking something illegal and expecting the
link script to override it, that should be commented here)

This patch is otherwise OK.



More information about the Binutils mailing list