summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added include of targopts.h.Joel Sherrill1997-01-2922-13/+35
|
* Changed include of asm.h so it is in brackets not quotes. asm.h isJoel Sherrill1997-01-292-2/+2
| | | | in a standard location and should be referenced as such.
* Fixed spacing on comments.Joel Sherrill1997-01-291-1/+1
|
* Fixed spacing on comment.Joel Sherrill1997-01-291-1/+1
|
* Fixed comments.Joel Sherrill1997-01-291-1/+6
| | | | Fixed so this file can be included from assembly code.
* Added comment.Joel Sherrill1997-01-291-1/+1
|
* fixed spacing problemJoel Sherrill1997-01-291-1/+1
|
* With the transition from command line macro definitions to targopts.h,Joel Sherrill1997-01-282-6/+4
| | | | | it was necessary to include system.h before checking if anything was defined.
* removed include of unnecessary include file.Joel Sherrill1997-01-282-2/+0
|
* Switch to using newlib's implementation of time().Joel Sherrill1997-01-282-0/+6
|
* new file used by gcc 2.8.x -specs optionJoel Sherrill1997-01-2818-0/+612
|
* fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)Joel Sherrill1997-01-153-7/+4
|
* _CPU_Trap_Table_area is now conditional based on whether or notJoel Sherrill1997-01-082-4/+10
| | | | the application requires rtems to allocate a trap table
* removed assert() for stat on non-devices. Now it returns -1. ThisJoel Sherrill1997-01-081-2/+1
| | | | makes gnat pass about 55 more tests in the acvc.
* added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill1997-01-088-56/+70
| | | | compiler.
* added type definitions for all supported task entry formatsJoel Sherrill1997-01-083-3/+18
|
* Suggested changes from Mark Jordan which eliminate warnings and errorsJoel Sherrill1996-12-0215-30/+41
| | | | | | | | he received using the Microtec C++ compiler. Most of these are either missing casts from/to (void *), heavy handed use of enumerated types, or simply assumed conversions. There is at least one actual bug in an error path in thread.c in which the wrong argument was passed to _Thread_Stack_Free and was not being caught by gcc.
* Changes to reflect new revision of erc32 per Jiri Gaisler's suggestions.Joel Sherrill1996-12-028-38/+77
| | | | This is current as of sis 2.6.
* minor changes to eliminate warnings from C++ compilers per user suggesstions.Joel Sherrill1996-12-021-4/+4
|
* Replacement for the sis bsp which supports the simulator and realJoel Sherrill1996-12-024-0/+1184
| | | | | hardware. From Jiri Gaisler <jgais@wd.estec.esa.nl>. Supports sis 2.6 and later.
* New bsp for the erc32/sis from Jiri Gaisler <jgais@wd.estec.esa.nl> whichJoel Sherrill1996-12-022-0/+273
| | | | | | runs on either the real hardware or the sparc instruction simulator. This bsp requires sis version 2.6 or later. This bsp supercedes the sis bsp.
* Updates from Derrick Ostertag <ostertag@transition.com> to fix bug inJoel Sherrill1996-12-025-23/+63
| | | | interrupt handling.
* Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill1996-12-024-25/+75
| | | | 68000 class CPUs.
* Added asserts for unhandled conditions which need to result in errorJoel Sherrill1996-11-084-3/+33
| | | | | | statuses being returned to gnat runtime in order for it to raise use_errors. This was needed to identify the places in gnat's runtime which needed to be addressed.
* added ENOSYS supportJoel Sherrill1996-10-153-0/+3
|
* updated to format of 3.6.0Joel Sherrill1996-10-152-42/+102
|
* updated to format of 3.6.0 console driversJoel Sherrill1996-10-151-51/+111
|
* updated to format of 3.6.0 clock driversJoel Sherrill1996-10-151-24/+83
|
* added support for cpu time used field in tcbJoel Sherrill1996-10-152-0/+32
|
* added cpu time used field to tcbJoel Sherrill1996-10-153-0/+3
|
* added i386ex from Erik IvanenkoJoel Sherrill1996-10-151-0/+3
|
* new fileJoel Sherrill1996-10-151-0/+8
|
* reference to Force CPU-386 removed.Joel Sherrill1996-10-151-3/+20
| | | | added standard comments about driver entries.
* initial version from ErikJoel Sherrill1996-10-1510-0/+1038
|
* patches to erc32.h to correct handling of timer mirror from Jiri Gaisler.Joel Sherrill1996-10-142-6/+6
|
* i386_nofp cpu model entry incorrectly had floating point enabled.Joel Sherrill1996-10-011-1/+1
|
* changed INLINE to inline since INLINE is no longer defined by RTEMSJoel Sherrill1996-09-302-2/+2
|
* fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro.Joel Sherrill1996-09-302-4/+4
|
* changed version string to 3.6.0Joel Sherrill1996-09-302-2/+2
|
* changed stack size of posix initialization threads to double the minimumJoel Sherrill1996-09-302-0/+6
| | | | stack size so more of acvc would pass.
* updated for Release 3.6.0 to reflect status of posix threads.Joel Sherrill1996-09-301-3/+14
|
* data and control addresses were swapped for channel a of the sccJoel Sherrill1996-09-271-2/+2
|
* added missing word in ACKNOWLEDGEMENTSJoel Sherrill1996-09-201-1/+2
|
* new filesJoel Sherrill1996-09-186-0/+410
|
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-1819-0/+1951
| | | | (ostertag@transition.com)
* added castJoel Sherrill1996-09-182-2/+2
|
* address arithmetic changed to be more portableJoel Sherrill1996-09-182-6/+14
|
* new test submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-186-0/+460
| | | | (ostertag@transition.com)
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-188-0/+3027
| | | | (ostertag@transition.com)
* pointer arithmetic reworked to be more portableJoel Sherrill1996-09-183-24/+24
|