FILE: .../msp430-libc/libc/src/gcrt0.S

Global declartion of _unexpetted_1_ and not _unexpected_1_

Showed up as an undefined symbol after running the nm tool on my a.out file. No
complaints at link time.

Thanks

Leo

P.S. Have no instruction sent back to me to confirm my registration to the mail
list.



...
...
...

#include <io.h>
/****************************************************************       
Interrupt Vectors:
*       WARNING!!! All vectors must be defined here!!!
*       User may not define its interrupt service routines!
 ***************************************************************/
       .weak _unexpected_
        .global _unexpetted_1_
        _unexpected_1_:
        br      #_unexpected_
        _unexpected_:
        reti
...
...
...


=====
Home   Belgium: +32 (0)10 86 79 50
Mobile Belgium: +32 (0)495 89 59 65
Contact in France:  +33 (0)479 360308

Registered Linux User Number 205935.
http://counter.li.org.

________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/

Reply via email to