summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-10-281-8/+60
| | | | | | | | | | | | | | | The RTEMS i386 stub in c/src/lib/libbsp/i386/shared/comm/i386-stub.c doesn't take advantage of some of the newer gdb remote features which permits shorter and fewer packets. Here is a patch which uses the 'T' response to report the registers which gdb generally needs, and implements the 'P' request to set only a single register. The general effect is to avoid sending all the register contents back and forth between gdb and the stub every time the stub stops. This also implements the 'D' request which handles the gdb detach command, so you can cleanly quit out of the debugger and leave the target board running.
* Patch from Ian Lance Taylor <ian@airs.com>.Joel Sherrill1998-10-282-22/+38
| | | | | | | | | | | | | | | | | | | | | I just happened across the sync_io support in c/src/exec/score/cpu/unix/cpu.c (is this documented anywhere?). That looked more useful than the signal driven I/O I was using before, so I tried it. I ran across a few bugs in the way it uses select. Select changes its fd_set arguments, so you can't use global variables for them. You have to copy them into local variables first. If select returns -1 with errno set to EINTR, then it has not changed any of the fd_sets. You can't start looking at them. When clearing a descriptor, the code has the usual select off by one error when setting sync_io_nfds. I don't see how this code could ever have worked correctly. I have appended a patch for the problems I found.
* Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1998-10-2819-71/+186
| | | | with libchip.
* Removed per Eric NorumJoel Sherrill1998-10-281-62/+0
|
* changed version to 4.0.0Joel Sherrill1998-10-280-0/+0
|
* Version changed.Joel Sherrill1998-10-276-31/+23
|
* fixes from David FiddesJoel Sherrill1998-10-271-8/+6
|
* Minor change to ease debugging.Joel Sherrill1998-10-271-1/+3
|
* Spacing.Joel Sherrill1998-10-271-1/+1
|
* Updated for beta4bJoel Sherrill1998-10-271-3/+3
|
* Corrected 2nd invocation of texi2dvi so indices are built.Joel Sherrill1998-10-272-2/+1
|
* changed version to 4.0.0Joel Sherrill1998-10-273-3/+3
|
* Update from David Fiddes.Joel Sherrill1998-10-274-113/+104
|
* Clarifed description of driver name.Joel Sherrill1998-10-271-1/+4
|
* Version changed.Joel Sherrill1998-10-271-4/+4
|
* Version change.Joel Sherrill1998-10-271-1/+1
|
* Spacing.Joel Sherrill1998-10-271-1/+0
|
* Merged base line score603e BSPJoel Sherrill1998-10-261-28/+28
|
* changed version to 4.0.0-beta4bJoel Sherrill1998-10-260-0/+0
|
* changed version to 4.0.0-beta4bJoel Sherrill1998-10-263-3/+3
|
* Patches done in conjunction with Juan Zamorano FloresJoel Sherrill1998-10-267-14/+31
| | | | | <jzamora@avellano.datsi.fi.upm.es>. He debugged enough to let me know what was wrong and I supplied the code. :)
* Updated for mvme136.Joel Sherrill1998-10-261-1/+1
|
* Updated the date.Joel Sherrill1998-10-261-2/+1
|
* Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca>:Joel Sherrill1998-10-221-15/+16
| | | | | | | | | | Please find attached a new i386ex.cfg. It has been altered to change the files that get generated with the .nxe extension to .coff. This change is necessary to align the file names generated by "make-exe" to the those referred to in the GDB.HOWTO found in the i386/shared/comm directory. It has been successfully tested on ticker ( without GDB), and base_sp( with GDB ) . I just set a breakpoint and continue...
* Typos spotted by Ian Lance Taylor <ian@airs.com>.Joel Sherrill1998-10-221-2/+2
|
* Added missing .rodata and *(.gnu.linkonce.r*) section.Joel Sherrill1998-10-221-0/+4
|
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-10-221-0/+1
| | | | | | | | | I noticed that in the 4.0.0-beta4a tar file, the file c/src/lib/libbsp/i386/pc386/startup/linkcmds was changed so that it no longer handles the .gnu.linkonce.r* sections. The appended patch was applied to the file. I'm not sure why. I think this patch should probably be backed out, although it's not critical for the release.
* Patch from Eric Norum.Joel Sherrill1998-10-221-4/+6
|
* Changed all of these to stubs.Joel Sherrill1998-10-2221-1209/+102
|
* Corrections from Jennifer and Jeff plus additions to the initializationJoel Sherrill1998-10-215-87/+285
| | | | chapter.
* Spell checked.Joel Sherrill1998-10-203-3/+3
|
* Added much text to the linkcmds chapter.Joel Sherrill1998-10-203-44/+68
| | | | Cleaned up sections in the target dependent info file.
* Links between chapters up to Linker Script in place.Joel Sherrill1998-10-203-45/+119
| | | | First draft of chapters up to and include Makefiles written.
* Significant additions.Joel Sherrill1998-10-201-45/+156
|
* Renamed the target dependent code chapter.Joel Sherrill1998-10-201-2/+2
|
* Added some links between chapters.Joel Sherrill1998-10-201-9/+8
|
* Spacing changed.Joel Sherrill1998-10-201-3/+2
|
* Added new chapters.Joel Sherrill1998-10-201-15/+55
|
* Added multiple chapters and reordered them somewhat.Joel Sherrill1998-10-201-2/+16
|
* New files.Joel Sherrill1998-10-207-0/+84
|
* Added numerous comments to the linker script.Joel Sherrill1998-10-201-243/+271
| | | | Now this chapter has no two column stuff in it.
* Added initial cut at some of the libc chapters.Joel Sherrill1998-10-201-0/+27
|
* Removed KA9Q manual.Joel Sherrill1998-10-201-2/+0
|
* New picture.Joel Sherrill1998-10-201-0/+0
|
* Updated.Joel Sherrill1998-10-202-27/+30
|
* Added more disk space to the requirements and included informationJoel Sherrill1998-10-201-3/+8
| | | | indicating that it was per target.
* Minor cleanup.Joel Sherrill1998-10-202-4/+4
|
* Added information about the bit_rtems script.Joel Sherrill1998-10-202-5/+79
|
* Added information about the new build scripts.Joel Sherrill1998-10-201-56/+86
| | | | Added host OS specific notes.
* Added sections and had to change build menu commands.Joel Sherrill1998-10-201-1/+1
|