URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] - Rev 243
Directory listing | View Log | Compare with Previous | RSS feed
Last modification
- Rev 243, 2010-08-20 10:24:44 GMT
- Author: jeremybennett
- Log message:
- Fixed libgloss for compiled code with leading underscores removed.
* libgloss/or32/crt0.S (_start): Remove all leading underscores from
references to global C functions and variables (printf, stack,
atexit, _uart_init, main). Modified end of memory detection, so it
works on rentry as well as initial entry. <buserr>: New code to
allow re-entrant _start function.