summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updates from Eric Norum. Changed CPU CFLAG and went to a common nameJoel Sherrill1998-01-061-150/+112
| | | | for the network driver attach entry point.
* Changed initial settings of first time.Joel Sherrill1998-01-062-6/+10
|
* Fixed spacing.Joel Sherrill1998-01-061-2/+2
|
* Updated for the first time in a long while.Joel Sherrill1997-12-231-30/+45
|
* Added CONFIGURE_GNAT_KEYS to correct the number of keys configuredJoel Sherrill1997-12-232-24/+22
| | | | | | | | | for GNAT. It was the number of Ada tasks when in fact the run-time only required a single key. Also added the CONFIGURE_MAXIMUM_FAKE_ADA_TASKS constant to account for resources allocated for each non-Ada task/thread which invokes the Ada run-time implicitly through an Ada call.
* Fixes from Eric Norum. C++ support added in previous version was broken:Joel Sherrill1997-12-223-291/+272
| | | | | | | | | | | | | | | | | | 1) In my haste to add C++ constructor/destructors to the 68360 linkcmds scripts I managed to break all existing 68360 programs. Linker scripts which actually produce a working executable are contained below. The problem was that the constructor/destructors weren't included before the etext symbol. On top of that Eric and I appear to have problems with attachments: 2) In deciphering the above problem I think I stumbled across the reason you've had with patches mailed from me. I noticed that the linkcmds (and linkcmds.bootp) scripts in the latest distribution have a control-M (carriage return) at the end of each line. Could you check the files below before installing them in the distribution and see that there aren't returns in the files? Maybe if I send everything as a tar attatchment things will work better.
* Corrected prototypes for all termios console write driver entries toJoel Sherrill1997-12-228-11/+14
| | | | properly reflect the const on the buffer pointer being passed in.
* Now generating this file with autoconf to avoid having to embed soJoel Sherrill1997-12-221-0/+221
| | | | much target specific information in the script.
* Changed invocation of size_rtems to match new autoconf'ed version.Joel Sherrill1997-12-221-1/+1
|
* Changed from .align to .p2align to avoid differences in meaning ofJoel Sherrill1997-12-221-6/+6
| | | | | .align between i386-rtems (real number on .align) and i386-go32-rtems (power of 2).
* Added lines to build sizeinfo.txt which is automatically generated nowJoel Sherrill1997-12-221-0/+3
| | | | by size_rtems.
* Moved -qnolinkcmds option so arguments passed on the command line areJoel Sherrill1997-12-2019-38/+38
| | | | | | | | | | | | | | | | | | | | | interpreted at the right point per Eric Norum's discovery: The problem with the my previous `fix' for adding linker commands was with the ordering of the options to the linker. For example, to make a larger heap size, the application Makefile would CFLAGS_LD = -Wl,--defsym -Wl,HeapSize=0x40000 The command passed to the linker would be : m68k-rtems-ld .... -T xxx/linkcmds .... --defsym HeapSize=0x40000 ..... This doesn't work because the script in linkcmds inserts a default value for HeapSize if HeapSize is not defined by the time the linker looks at the linkcmds script. The solution seems to be to move the -T linkcmds%s in the bsp_specs file out of the link specfication and into the lib specification -- a little unorthodox, perhaps, but it seems to work!
* Update from Eric Norum to include C++ support.Joel Sherrill1997-12-203-239/+281
|
* Modified bsp_specs per Eric Norum's suggestion to handle -qnolinkcmdsJoel Sherrill1997-12-1919-19/+19
| | | | switch which lets the user specify a different linker script.
* Pass in PROJECT_HOME so rtems-glom can run if the make is invokedJoel Sherrill1997-12-162-4/+8
| | | | just in this directory.
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-10461-480/+1868
| | | | | any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32).
* Added missing dependency for libmisc.a based on a bug report by Phil Wilshire.Joel Sherrill1997-12-072-0/+2
|
* Fixed indexing bug reported by Phil Wilshire.Joel Sherrill1997-12-072-2/+2
|
* Changed the uuencode line to work better with VPATH setups.Joel Sherrill1997-12-061-2/+2
|
* Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined.Joel Sherrill1997-12-062-4/+4
| | | | | This simple error resulted in the wrong FP context structure being used for hardware contexts on the m68k. This was a difficult problem to find.
* Reworked mkdir line to invoke smaller lines.Joel Sherrill1997-12-041-1/+4
|
* Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1997-12-0132-0/+4896
| | | | | <pmcnr@camoes.rnl.ist.utl.pt> and Jose Rufino <ruf@asterix.ist.utl.pt> of NavIST (http://pandora.ist.utl.pt/).
* Since test suite Makefiles are not always generated, use wildcardJoel Sherrill1997-11-301-4/+3
| | | | to determine which directories to descend into.
* Corrected call to rtems_termios_open.Joel Sherrill1997-11-301-1/+2
|
* Corrected comment.Joel Sherrill1997-11-302-6/+1
|
* Do not generate make/os at install point.Joel Sherrill1997-11-301-2/+1
|
* Removed warnings.Joel Sherrill1997-11-294-2/+12
|
* Added credit for host.cfg stuff from Ralf Corsepius (corsepiu@faw.uni-ulm.de).Joel Sherrill1997-11-291-0/+4
|
* Patch from Chris Johns to filter out the trace bit on CPU modelsJoel Sherrill1997-11-291-2/+5
| | | | which have hardware support for a separate interrupt stack.
* Removed warning.Joel Sherrill1997-11-181-1/+1
|
* New file.Joel Sherrill1997-11-181-0/+45
|
* Removed warning under linux port.Joel Sherrill1997-11-182-0/+10
|
* Removed warnings.Joel Sherrill1997-11-182-1/+6
|
* Added argument as required by new version of termios_open.Joel Sherrill1997-11-181-2/+4
|
* Fixed assignment to dereference ch.Joel Sherrill1997-11-181-1/+1
|
* Changed from DOS style CR/LF to Unix style.Joel Sherrill1997-11-181-534/+534
|
* Added CONFIGURE_MEMORY_USER_OVERHEAD constant per Chris Johns request.Joel Sherrill1997-11-182-2/+12
|
* interrupt driven change from Eric NorumJoel Sherrill1997-11-156-178/+427
|
* Fixed prototypeJoel Sherrill1997-11-103-3/+3
|
* Set return code to avoid spurious errors.Joel Sherrill1997-11-102-0/+2
|
* added katsutoshi ShibuyaJoel Sherrill1997-10-242-2/+16
|
* Changed prototype of read routine.Joel Sherrill1997-10-235-29/+15
|
* Switched to new style for read support routine.Joel Sherrill1997-10-231-10/+6
|
* Added TOD driver from Katsutoshi Shibuya.Joel Sherrill1997-10-236-3/+190
|
* Removed GEN68360_INIT.Joel Sherrill1997-10-231-8/+0
|
* Update from Eric Norum.Joel Sherrill1997-10-231-161/+153
|
* Updated console driver to use new read routine conventions.Joel Sherrill1997-10-231-6/+3
|
* Added new test for termios style consoles from Eric Norum.Joel Sherrill1997-10-233-1/+205
|
* Added console_reserve_resources.Joel Sherrill1997-10-232-6/+15
|
* Overhauled console driver to use termios and to simultaneously supportJoel Sherrill1997-10-233-149/+170
| | | | both ports.