Commit Graph
18544 Commits
Author SHA1 Message Date
Joel Sherrill 0f75a13ce8 Fixed typo. 1999-10-27 20:09:39 +00:00
Joel Sherrill b07e06a1bc New files from Ralf Corsepius <corsepiu@faw.uni-ulm.de> which
are a dummy for linking programs together when you are primarily
concerned with tricking another package into building.

This may grow into something which could help link programs on
the command line by having a default start sequence.
1999-10-27 19:35:36 +00:00
Joel Sherrill 3abbfdb40f Added $(EXEEXT) in attempt to help Cygwin install process. 1999-10-27 19:27:05 +00:00
Joel Sherrill 10eb06e80d Updated. 1999-10-27 19:25:43 +00:00
Joel Sherrill 226ea52ba8 Updated to be more like cvme961.cfg. 1999-10-27 19:24:26 +00:00
Joel Sherrill 4b42e2003a Latest version from Ralf Corsepius <corsepiu@faw.uni-ulm.de> which
splits gcc, gcj, chill, f77 and objc into separate rpms..
1999-10-27 19:07:56 +00:00
Joel Sherrill 2bdc1e985f Last cleanup to attempt to link. 1999-10-27 18:54:14 +00:00
Joel Sherrill ae7325bdc8 rxgen960 now compiles -- may not link. 1999-10-27 17:25:53 +00:00
Joel Sherrill 2ea8df3beb Added CVS Ids and a basic header. More header cleanup needed. 1999-10-27 16:27:34 +00:00
Joel Sherrill f08a559655 Removed systbl.S save_systbl.c. They were unnecessary. 1999-10-27 16:26:00 +00:00
Joel Sherrill 8ac421361f Removed sctns.S. This file was obviously the output of the compiler. 1999-10-27 16:21:49 +00:00
Joel Sherrill 919822f961 Replaced Makefile.in's with modified copies of cvme961 to get
autoconf/automake changes.
1999-10-27 16:19:24 +00:00
Joel Sherrill d73a8649ed Moved timerisr.s to timerisr.S per GNU conventions. 1999-10-27 15:58:26 +00:00
Joel Sherrill ce644256cf Moved systbl.s to systbl.S per GNU conventions. 1999-10-27 15:57:20 +00:00
Joel Sherrill 5ee66dae7b Moved sctns.s to sctns.S per GNU conventions. 1999-10-27 15:57:19 +00:00
Joel Sherrill bf71be9e87 Moved rxgen_romld.s to rxgen_romld.S per GNU conventions. 1999-10-27 15:57:17 +00:00
Joel Sherrill 478c4b80c8 Moved ihandler.s to ihandler.S per GNU conventions. 1999-10-27 15:57:16 +00:00
Joel Sherrill 49b8c26e40 Moved asmstub.s to asmstub.S per GNU conventions. 1999-10-27 15:57:15 +00:00
Joel Sherrill eb7f0f220a Moved asmfault.s to asmfault.S per GNU conventions. 1999-10-27 15:57:14 +00:00
Joel Sherrill 702c5f5b42 The rxgen960 BSP and i960 RPM support was submitted by Mark Bronson
<mark@ramix.com> of RAMIX.
1999-10-27 15:29:18 +00:00
Joel Sherrill 090b1c371b First attempt at icluding Eric Valette and Emmanuel Raguet. 1999-10-27 15:11:37 +00:00
Joel Sherrill 3f4b575df0 Warnings removed. Still don't know what to do about the pragma
pack warnings in uemf.h.
1999-10-27 13:58:58 +00:00
Joel Sherrill c1cdaa0ce8 Patch from Emmanuel Raguet <raguet@crf.canon.fr> and Eric Valette
<valette@crf.canon.fr> to add a port of the GoAhead web server
(httpd) to the RTEMS build tree.  They have successfully used
this BSP on i386/pc386 and PowerPC/mcp750.

Mark and Joel spoke with Nick Berliner <nickb@goahead.com> on
26 Oct 1999 about this port and got verbal approval to include
it in RTEMS distributions.
1999-10-27 12:50:33 +00:00
Joel Sherrill 79991746da New files created by split of old imfs_handlers.c. 1999-10-26 21:51:20 +00:00
Joel Sherrill 2fe47fff06 Added include of libio.h so this would compile when posix is disabled. 1999-10-26 21:51:07 +00:00
Joel Sherrill 7ee88c1695 Split console_reserve_resources to separate file to reduce
code size.
1999-10-26 20:30:20 +00:00
Joel Sherrill 657e1bf66b Added initial cut at miniIMFS which leaves out memfile and directory
readdir support.  The next step is to add a mount table and configure
either the miniIMFS or the full IMFS at the application level.
1999-10-26 20:17:13 +00:00
Joel Sherrill e54a7d33d2 Patch from Gerwin Pfab <pb@schenk.isar.de> to leave dispatching
disabled on exit to ISR Thread dispatching.  This allows a
context switch to finish under high high interrupt rates.
1999-10-26 16:22:55 +00:00
Jennifer Averett 10c1befe7e Added information on the evaluate and evaluate for make routines.
Added details on how generic code starts the pathevaluation process.
1999-10-26 15:42:10 +00:00
Joel Sherrill 66a8c6f708 Patch from Emmanuel Raguet <raguet@crf.canon.fr> to fix a small bug where
the receive buffer size was 16 bytes too small.
1999-10-26 15:21:01 +00:00
Jennifer Averett 704f3a8c45 Corrected spacing problem. 1999-10-26 14:53:49 +00:00
Joel Sherrill 9a986282df Increased minimum stack size to ensure that there are no problems
running the network stack.
1999-10-26 14:39:57 +00:00
Joel Sherrill cb50837d9d Patch from Emmanuel Raguet <raguet@crf.canon.fr> to add missing file
reference to the Makefile.
1999-10-26 14:29:53 +00:00
Joel Sherrill 65a60cd427 Removed all references to HOST_ARCH including the file gcc.cfg.in. All
host programs are now compiled with automake generated rules.  This was
done after discussions with Ralf Corsepius and Eric Norum.
1999-10-26 14:22:55 +00:00
Joel Sherrill 2782e69ff0 idir=/opt/tmp/opt/rtems
rdir=/opt/rtems

cd $idir
find . -type f | while read file
do
  if [ ! -f ${file} ] ; then
     echo ${file} missing
  fi
done
1999-10-26 12:39:24 +00:00
Joel Sherrill a94521ccc7 cat /tmp/j | while read f
do
  rpm -qi $f 2>&1 | grep -v "is not ins"
done
1999-10-26 12:37:14 +00:00
Joel Sherrill 5f78061bdf Removing automatically generated files. 1999-10-26 12:31:48 +00:00
Joel Sherrill 1da921e1e0 Removed generated file. 1999-10-26 12:31:00 +00:00
Joel Sherrill 511a12c672 New versions for gcc and patch. 1999-10-26 12:29:36 +00:00
Joel Sherrill dd04e32a80 Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move
c/src/lib/libmisc to c/src/libmisc.
1999-10-26 02:58:06 +00:00
Joel Sherrill 3f06778ed8 cat /tmp/j | while read f
do
  rpm -qi $f 2>&1 | grep -v "is not ins"
done
1999-10-26 02:49:21 +00:00
Joel Sherrill 3330ecb836 Patch rtems-rc-19991011-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
fixes a minor configuration bug.
1999-10-26 02:45:04 +00:00
Joel Sherrill 85cb0e5f33 Regenerated 1999-10-26 02:35:51 +00:00
Joel Sherrill 2ca64b55ea New ideas on test incorporated. 1999-10-26 02:32:47 +00:00
Joel Sherrill 99826740e2 Modifications from Erik Ivanenko <erik.ivanenko@utoronto.ca> to add
proper Multiboot signature to pc386 BSP.  This enables Grub to
recognize the image.
1999-10-26 01:35:36 +00:00
Joel Sherrill f70598c7b7 Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca> to fix some
reported bugs in the start code.
1999-10-26 01:34:42 +00:00
Joel Sherrill 3a0a97a544 Fixed line too long problems. 1999-10-25 19:48:42 +00:00
Joel Sherrill 7ef86b39e9 Updated copyright year and corrected image path. 1999-10-25 19:48:07 +00:00
Joel Sherrill c8c14c43ea Updated copyright year. 1999-10-25 19:47:48 +00:00
Joel Sherrill 213c518bd1 Patch generated from scripts-19991025-0.tar.gz from
Ralf Corsepius <corsepiu@faw.uni-ulm.de>:

  Most significant changes:

    * Names for rpms changed again
    * gccnewlib.rpm split into 3 rpms, one for chill, gcj, gcc (includes
      c/c++/f77/objc), simultaneously built from a common *.spec.
    * small patches with major impact to gcc and newlib (Those fixes
      mentioned to Ian, ie. libobjc/libchill are built, multilibing works)
    * gcc patch against gcc-2.95.2 (Should also apply to gcc-2.95.1 without
      major problems)
    * Buildroot removed from */*spec.in
    * New: rpm Group: "rtems" (rpm -q -g rtems reports all RTEMS packages)
1999-10-25 19:35:56 +00:00