comparison packages/redboot/current/ChangeLog @ 1328:afd4dd211d3a

Attempt to handle illegal memory accesses and other abort conditions
author gthomas
date Thu, 23 Oct 2003 14:00:19 +0000
parents 94e373b3fc8d
children d43f5e29476a
comparison
equal deleted inserted replaced
1327:b1c975b96245 1328:afd4dd211d3a
1 2003-10-23 Gary Thomas <gary@mlbassoc.com>
2
3 * src/main.c (cyg_start): Try to catch illegal memory accesses and
4 other abort conditions during command execution.
5
1 2003-10-17 Gary Thomas <gary@mlbassoc.com> 6 2003-10-17 Gary Thomas <gary@mlbassoc.com>
2 7
3 * src/load.c: Only examine loadable segments when scanning to determine 8 * src/load.c: Only examine loadable segments when scanning to determine
4 lowest loadable address (only used when -b XXX option used). Otherwise, 9 lowest loadable address (only used when -b XXX option used). Otherwise,
5 an offset into space could be chosen. 10 an offset into space could be chosen.