summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed libhwapi to reflect eeprom to non volatile memory rename.Joel Sherrill1998-01-202-23/+23
|
* Removed PROJECT_HOME and CONFIG_DIR variables.Joel Sherrill1998-01-2053-0/+5718
|
* Added _times_r.Joel Sherrill1998-01-193-0/+21
|
* more info from EricJoel Sherrill1998-01-191-0/+6
|
* Patch from Eric Norum:Joel Sherrill1998-01-195-7/+27
| | | | | With this in place, it is possible to fdopen a TCP stream socket and getc/fprintf/etc. on the STDIO stream!
* Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1998-01-16133-169/+417
| | | | | | | | | | > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
* Jennifer found some uninitialized variables:Joel Sherrill1998-01-163-3/+21
| | | | | | + major and minor number elements in rtems_termios_open. + arg->ioctl_return in rtems_termios_ioctl routine.
* Ralf Corsepius <corsepiu@faw.uni-ulm.de> suggested removing theseJoel Sherrill1998-01-151-2/+0
| | | | | lines so setting RTEMS_BSP in an environment variable works even from the top level directory.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-01-151-3/+5
| | | | | | | | | | | RTEMS_CHECK_FILES_IN uses a sequence of find, sort and sed to collect all *.in files in a given subdirectory. The current version uses : `find $1 -name $2 -print | sed 's%\.in%%' | sort` with $1 being a subdirectory $2 set to Makefile.in. This works as long all subdirectories start with a letter that is lexically bigger than the letter M, but will fail otherwise.
* Error reported by Duncan Smith <dds@flavors.com>:Joel Sherrill1998-01-153-3/+3
| | | | | | | | | | | | | | | | | | | | | | >> >>There is a 30 day error in _TOD_Days_since_last_leap_year[2..3] >> > >> >Thanks. >> >What's the condition to hit this error? >> >Every year 4n+2 and 4n+3 ? >> >(i.e. 1998, 1999, 2002, 2003, ...) >> > >> OK: 96 97 00 01 04 05 ... >> Bad: 98 99 02 03 06 07 ... There is also a problem in newlib 1.7.x reported at the same time: >> I found another, that would strike only on 2/29/2000, or other leapyears. >> Only a problem on 1 day. >> >> Joel: FYI, there is a bug in Newlib localtime.c, localtime or (_tm_time). >> Ours is modified for dst and timezones, but the bug was in original source. >> I have not looked at the latest public source (nor do I know where to find >> it).
* Added "done" to end of list of BSPs found.Joel Sherrill1998-01-152-2/+2
|
* Fixed code for --disable-rtems-inlines so that it would completeJoel Sherrill1998-01-153-23/+45
| | | | | | | configuration successfully. Added code to detect configuring macros and POSIX API at the same time. There is no macro implementation for the POSIX API.
* 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-063-9/+15
|
* Fixed spacing.Joel Sherrill1998-01-062-4/+4
|
* 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-233-36/+33
| | | | | | | | | 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.
* Removed reference to CC_FOR_TARGET since I don't want anyone overridingJoel Sherrill1997-12-221-4/+8
| | | | | | it anyway. :) Added hints about --prefix and --program-prefix options.
* Made --enable-gcc28 the default.Joel Sherrill1997-12-222-2/+2
|
* 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-2210-14/+18
| | | | 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-222-0/+442
| | | | 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 size_rtems as a generated file.Joel Sherrill1997-12-222-0/+3
|
* 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.
* Changed RTEMS_BSP to RTEMS_BSP_LIST.Joel Sherrill1997-12-162-33/+27
|
* Corrected minor things including changing RTEMSBSP to RTEMS_BSP.Joel Sherrill1997-12-161-8/+8
|
* Switched command line override variable RTEMSBSP to RTEMS_BSPJoel Sherrill1997-12-161-3/+3
| | | | | and internally generated list of BSPs to RTEMS_BSP_LIST to make BSP override from the top level directory consistent.
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-10473-572/+1955
| | | | | 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-073-3/+3
|
* Redid hwapi makefile search to remove need for -follow option to find.Joel Sherrill1997-12-062-44/+160
| | | | Avoid generating Makefiles for KA9Q and C++ when they are disabled.
* Removed need for -follow option to find.Joel Sherrill1997-12-061-1/+1
|
* 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-063-6/+6
| | | | | 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
|
* Added better/more correct support for Linux and Solaris simulators.Joel Sherrill1997-12-042-24/+47
|
* Modified SPARC to PowerPC. Modified specific requirements to beJennifer Averett1997-12-022-14/+14
| | | | for the PowerPC instead of the SPARC.
* Added definations for serial_per_sec, serial_rate, and serial_xon_xoff.Jennifer Averett1997-12-022-12/+12
|
* Modified referances to SPARC to PowerPC. Updated the Information Table toJennifer Averett1997-12-022-12/+46
| | | | | | | match the one in CPU.H. Added spurious_handler and exceptions_in_RAM items. Added definations for clicks_per_usec, spurious_handler,exceptions_in_RAM, serial_external_clock, serial_cts_rts, timer_average_overhead, and timer_least_valid.
* Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1997-12-0133-0/+4898
| | | | | <pmcnr@camoes.rnl.ist.utl.pt> and Jose Rufino <ruf@asterix.ist.utl.pt> of NavIST (http://pandora.ist.utl.pt/).
* Fixed test for RTEMS_HAS_POSIX_API so the executive POSIX API relatedJoel Sherrill1997-12-012-18/+18
| | | | Makefiles would be properly generated.
* Even more cleanup to make sure all the --enable/disable options avoidJoel Sherrill1997-12-012-99/+176
| | | | | | | generating Makefiles where possible. Added code to make sure make/custom file and bsp directory exist for configured bsps. This code also accounts for "aliased" BSPs.
* 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
|