summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/rdbg/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-163-87/+0
| | | | Working Group. Included are tests.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-3/+3
| | | | where wrapup left pieces out of the librtemsall.a.
* Removed Makefile.in generated from Makefile.amJoel Sherrill1999-10-041-269/+0
|
* Regenerated.Joel Sherrill1999-10-041-5/+6
|
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-091-0/+268
| | | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-071-0/+33
| | | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
* Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1999-08-102-0/+54
<raguet@crf.canon.fr>: - the dec21140 driver code has been hardened (various bug fixed) Emmanuel, - bug in the mcp750 init code have been fixed (interrupt stack/initial stack initialization), BSS correctly cleared (Eric V) - remote debugging over TCP/IP is nearly complete (berakpoints, backtrace, variables,...) (Eric V), - exception handling code has also been improved in order to fully support RDBG requirements (Eric V),