summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added RTEMS_IO_ERROR status code.Joel Sherrill1997-08-286-3/+9
|
* Added IO_Error status code and fixed No_Memory error number.Joel Sherrill1997-08-282-6/+10
|
* Corrected reference to LIBC_LIBM to work on all targets.Joel Sherrill1997-08-271-1/+1
|
* Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1997-08-273-21/+27
| | | | error number mapping.
* Modified to support the BSP family concept.Joel Sherrill1997-08-2711-21/+21
|
* Modified to have correct address for vector table on multiple models.Joel Sherrill1997-08-272-0/+10
|
* Added rule so TARGET_VARIANTS are dependent on the environment stuff.Joel Sherrill1997-08-271-1/+4
|
* Use own pdir option was reversed.Joel Sherrill1997-08-262-4/+4
|
* Patches from Chris Johns to clean up test.Joel Sherrill1997-08-2610-38/+104
|
* removed -lmJoel Sherrill1997-08-261-1/+1
|
* Corrected to compile with egcs.Joel Sherrill1997-08-262-5/+5
|
* Added support for TARGET_VARIANTS.Joel Sherrill1997-08-261-2/+3
|
* Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1997-08-223-6/+6
| | | | | | | The definition of "BEGIN_DATA" should not be null; should be ".data". Also, the definition of "BEGIN_BSS" should be ".bss". For this error, the compiled object has codes that write on the text segment area. It is fatal when the code runs on ROM.
* Removed assert condition when not initialized or there are 0 periods.Joel Sherrill1997-08-223-0/+15
|
* Moved reentrant wrappers into their own file.Joel Sherrill1997-08-226-13/+98
|
* Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1997-08-223-3/+18
|
* Removed redundant stanza.Joel Sherrill1997-08-221-2/+0
|
* Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1997-08-222-20/+30
|
* Added commit about missing support for condition initializer.Joel Sherrill1997-08-223-0/+3
|
* start no longer a global symbol per Eric Norum's request.Joel Sherrill1997-08-222-2/+12
| | | | | | | | | | Also, I ran across a nasty problem the first time I tried downloading and running an application compiled with the new snapshot. To make a very long story short, the `start' in ...../m68k/gen6860/start360/start360.s must not be global. The change is simple -- just remove the .globl start from start360.s.
* Added command line options for next, previous, and up node.Joel Sherrill1997-08-151-7/+28
| | | | | Added error check to insure we don't write over a .texi file given to us as input.
* Switched to new version of mc68681.hJoel Sherrill1997-08-041-29/+29
|
* moved mc68230.h from main include directory to motorolaJoel Sherrill1997-08-041-1/+1
|
* new implementation of mc68681.hJoel Sherrill1997-08-043-216/+873
|
* Fixed typeJoel Sherrill1997-08-041-1/+1
|
* Corrected typoJoel Sherrill1997-08-049-9/+9
|
* Corrected descent to a hardcoded directory and made it dependent on the cpu ↵Joel Sherrill1997-08-041-1/+1
| | | | model
* Fixed typo and removed duplicated codeJoel Sherrill1997-08-041-4/+1
|
* First attempt at values for PPCJoel Sherrill1997-08-043-0/+9
|
* Trying to support all modelsJoel Sherrill1997-08-041-20/+4
|
* Trying to support all models.Joel Sherrill1997-08-041-0/+6
|
* consolex built for all models.Joel Sherrill1997-08-041-8/+4
|
* moved header files into the motorola and zilog subdirectoriesJoel Sherrill1997-08-048-9/+8
|
* Correcting difference between mvme162lx and mvme162. All versions haveJoel Sherrill1997-08-041-0/+5
| | | | four serial ports.
* moved header files into the motorola and zilog subdirectoriesJoel Sherrill1997-08-044-5/+7
|
* Modified to reflect changes in mc68681.h header file.Joel Sherrill1997-08-041-104/+200
|
* Header files moved into zilog subdirectory.Joel Sherrill1997-08-041-2/+2
|
* Moved files into the zilog and motorola subdirectories.Joel Sherrill1997-08-041-3/+12
|
* Added GNAT configuration parameters.Joel Sherrill1997-08-043-12/+57
|
* Added include/motorola and include/zilog directories to theJoel Sherrill1997-08-041-8/+10
| | | | install tree and cleaned up spacing.
* Added ppc-rtems as alternative name.Joel Sherrill1997-08-042-56/+78
| | | | | Moved files around in list of Makefile's to better support --disable-tests option.
* moved from main include directoryJoel Sherrill1997-08-0415-0/+1434
|
* Fixed wildcard in copy command.Joel Sherrill1997-08-041-1/+1
|
* Added comments to help avoid editting generated file.Joel Sherrill1997-08-042-0/+8
|
* Added information based on comments from Katsu Shibuya.Joel Sherrill1997-08-047-11/+57
|
* Fixed node links.Joel Sherrill1997-08-043-3/+3
|
* removed binary filesJoel Sherrill1997-08-043-0/+0
|
* Added these files to contain bodies for routines included in the APIJoel Sherrill1997-08-025-1/+203
| | | | | but which did not have real bodies. This is necessary for languages like Ada95 which must have real entries in a library for bindings.
* Added conditional for KA9Q.Joel Sherrill1997-08-011-0/+4
|
* Added include of termios.h which was accidentally left out.Joel Sherrill1997-08-011-0/+2
|