Commit Graph
22127 Commits
Author SHA1 Message Date
Joel Sherrill 54951241af Added portability write up from paper from France in 1997 as starting
point for portability discussion.
1999-10-06 20:08:34 +00:00
Joel Sherrill 9d7b376649 Added copyrights and CVS Ids. 1999-10-06 19:54:41 +00:00
Joel Sherrill f84490b190 Now builds with full links. 1999-10-06 19:54:04 +00:00
Joel Sherrill 23ba9e5a1b Now builds successfully. 1999-10-06 19:46:14 +00:00
Joel Sherrill 4dbc38cba3 Renamed preface.t to preface.texi since it has no automatically
generated information.  Also added CVS Id and Copyright notice.
1999-10-06 19:44:09 +00:00
Joel Sherrill 33cd2d43a1 New manual. First version to CVS. Just starting to see if it builds. 1999-10-06 19:36:28 +00:00
Joel Sherrill b9fcbd0fc8 Added $(LINK_LIBS) to linking gcc command so paranoia would link. 1999-10-06 18:09:11 +00:00
Joel Sherrill 252930563d Corrected build order so it was not as dependent on the mpc750 check. 1999-10-06 18:07:56 +00:00
Joel Sherrill add0545d82 Added sections as required by C++ and ELF. 1999-10-06 18:05:39 +00:00
Joel Sherrill 01c36de4f2 Added more sections and made minor modifications to let the linkcmds
work with m68k-elf on late model versions of binutils (990901+)
without overlapping or missing section errors.
1999-10-06 18:04:34 +00:00
Joel Sherrill f5e5de9f11 Added convert stanza to generate pdf version of figures from eps. 1999-10-06 17:59:56 +00:00
Joel Sherrill a446d4554d Disabled building PDF by default. 1999-10-06 17:59:37 +00:00
Joel Sherrill 13fb3051d7 Enabled images. They appear to work ok for PostScript but not as well
for PDF -- at least according to ghostview.
1999-10-06 17:50:07 +00:00
Joel Sherrill defc332baf Enabled images. Works pretty well for PostScript. Ghostview does
not like the generated pdf but who knows what that really means.
1999-10-06 17:48:01 +00:00
Joel Sherrill 74c2266de5 Renamed seq_init.jpg to seqinit.jpg. 1999-10-06 17:03:35 +00:00
Joel Sherrill d26e89a2e7 Renamed seq_init.eps to seqinit.eps. 1999-10-06 17:03:34 +00:00
Joel Sherrill 0c78233ff5 Renamed seq_detach.jpg to seqdetach.jpg. 1999-10-06 17:03:33 +00:00
Joel Sherrill b40b8ba6fe Renamed seq_detach.eps to seqdetach.eps. 1999-10-06 17:03:32 +00:00
Joel Sherrill 81ec57b96d Renamed seq_break.jpg to seqbreak.jpg. 1999-10-06 17:03:31 +00:00
Joel Sherrill 5967becca3 Renamed seq_break.eps to seqbreak.eps. 1999-10-06 17:03:30 +00:00
Joel Sherrill 30cd82f8d9 Renamed seg_init to seq_init. 1999-10-06 17:00:29 +00:00
Joel Sherrill 3a81fa153e Renamed networking figure to networkflow and added PCIreg.pdf. 1999-10-06 16:55:23 +00:00
Joel Sherrill 7a1a68c45e Turned this image back off because it works for PS but not PDF. 1999-10-06 16:52:17 +00:00
Joel Sherrill 5a09589f8b Changing names to avoid the name of the document. 1999-10-06 16:39:51 +00:00
Joel Sherrill dbba80a9fb Enabled PCI register figure and renamed them to avoid _ in name to avoid
tool problems.
1999-10-06 16:38:02 +00:00
Joel Sherrill 5d2f192276 Added multiple formats of the image so we can use the @image command. 1999-10-06 15:52:32 +00:00
Joel Sherrill e070a9db4b Corrected a typo. 1999-10-06 15:52:13 +00:00
Joel Sherrill e01c706bcd Fixed spelling error (FAMILLY --> FAMILY). 1999-10-06 13:41:30 +00:00
Joel Sherrill 235d9e0ed0 Invalid value used for baud rate per bug report from
Jay Kulpinski <jskulpin@eng01.gdds.com>.
1999-10-05 20:59:53 +00:00
Joel Sherrill 2ccdc399fd Removed targets and configurations that are no longer functional
and not likely to become so.  Comments on each configuration
are below.

  + Force CPU386 - This BSP was developed as part of the initial
    port of RTEMS to the i386.  This board has been unavailable
    for a long time now.

  + GO32 - This BSP and some CPU code supported djgpp v1.x.  This
    version is now quite old.  No one has stepped forward to
    update the code to v2.x which may be technically impossible
    anyway.  More importantly, go32 has been superceded by the pc386 BSP.
1999-10-05 19:22:15 +00:00
Joel Sherrill 7a81160421 Removed ifdef on go32. 1999-10-05 19:21:54 +00:00
Joel Sherrill 8dd127620b Removed go32 ifdefs 1999-10-05 19:21:34 +00:00
Joel Sherrill 8eb0f64e44 Added comment with CVS Id. 1999-10-05 19:21:14 +00:00
Joel Sherrill 25ce07e07d Changed bra.s to bra.l to remove error with new version of binutils. 1999-10-05 19:20:27 +00:00
Joel Sherrill 649bcbc124 Changed bra.s to bra.l to correct compilation error triggered by new
version of binutils.
1999-10-05 19:19:13 +00:00
Joel Sherrill 74f3d8fc92 Corrected so sections did not overlap with new version of binutils. 1999-10-05 19:18:14 +00:00
Joel Sherrill fce982a8c4 Corrected comment. 1999-10-05 19:17:45 +00:00
Joel Sherrill 952b3a2bd5 Added Jay Kulpinski (jskulpin@eng01.gdds.com) for mvme2307 BSP submission. 1999-10-05 19:16:59 +00:00
Joel Sherrill 30f7ff91fc Removed targets and configurations that are no longer functional
and not likely to become so.  Comments on each configuration
are below.

  + Force CPU386 - This BSP was developed as part of the initial
    port of RTEMS to the i386.  This board has been unavailable
    for a long time now.

  + GO32 - This BSP and some CPU code supported djgpp v1.x.  This
    version is now quite old.  No one has stepped forward to
    update the code to v2.x which may be technically impossible
    anyway.  More importantly, go32 has been superceded by the pc386 BSP.
1999-10-05 19:11:57 +00:00
Joel Sherrill 0439dba0ec Removed targets and configurations that are no longer functional
and not likely to become so.  Comments on each configuration
are below.

  + Force CPU386 - This BSP was developed as part of the initial
    port of RTEMS to the i386.  This board has been unavailable
    for a long time now.

  + GO32 - This BSP and some CPU code supported djgpp v1.x.  This
    version is now quite old.  No one has stepped forward to
    update the code to v2.x which may be technically impossible
    anyway.  More importantly, go32 has been superceded by the pc386 BSP.
1999-10-05 19:03:38 +00:00
Joel Sherrill 977623bbb1 Removed targets and configurations that are no longer functional
and not likely to become so.  Comments on each configuration
are below.

  + Force CPU386 - This BSP was developed as part of the initial
    port of RTEMS to the i386.  This board has been unavailable
    for a long time now.

  + GO32 - This BSP and some CPU code supported djgpp v1.x.  This
    version is now quite old.  No one has stepped forward to
    update the code to v2.x which may be technically impossible
    anyway.  More importantly, go32 has been superceded by the pc386 BSP.
1999-10-05 18:39:56 +00:00
Joel Sherrill b22feedc31 Modified to remove reference to Force CPU386. Actually this was a misnamed
conditional that should have been fixed long ago.
1999-10-05 18:38:04 +00:00
Joel Sherrill 7c9cca11a0 Modified to remove error for overlapping sections now that
gnu.linkonce* sections are included.
1999-10-05 18:34:15 +00:00
Joel Sherrill 0139484fbd Patch from Wayne Bullaughey <wayne@wmi.com>. Comments follow:
I'm working on code to mount my host based file system on the base file
  system (imfs) and have a suggestion for a change to eval.c in the
  c/src/lib/libc directory of the 8/20/1999 snapshot.  The current version
  does not test the result value returned from the evalpath callback (line 47)
  in the case where follow_link is true.  Attached is my suggested change.
  Without this test the node_type callback may be called after evalpath
  failed.  node_type could set the type to some value other then
  RTEMS_FILESYSTEM_HARD_LINK or RTEMS_FILESYSTEM_SYM_LINK but it seems cleaner
  to add the check on result.
1999-10-05 16:34:20 +00:00
Joel Sherrill 6d81ea35e6 Removed targets and configurations that are no longer functional
and not likely to become so.  Comments on each configuration
are below.

  + Force CPU386 - This BSP was developed as part of the initial
    port of RTEMS to the i386.  This board has been unavailable
    for a long time now.

  + GO32 - This BSP and some CPU code supported djgpp v1.x.  This
    version is now quite old.  No one has stepped forward to
    update the code to v2.x which may be technically impossible
    anyway.  More importantly, go32 has been superceded by the pc386 BSP.
1999-10-05 14:20:12 +00:00
Joel Sherrill 1f0a2b89f8 Added wrapup directory. 1999-10-05 14:06:06 +00:00
Joel Sherrill 17978a10c2 Minor corrections to get mvme2307 to compile. 1999-10-05 14:05:30 +00:00
Joel Sherrill 133dcd92c9 Patch from Eric Valette <valette@crf.canon.fr> with two small
fixes related to GDB over TCP/IP debug.
1999-10-05 14:02:57 +00:00
Joel Sherrill 4075af6f55 Regenerated. 1999-10-05 13:49:54 +00:00
Joel Sherrill d83c39dc36 Bug report and fix from Jay Kulpinski <jskulpin@eng01.gdds.com> where
sigemptyset(&old_mask) needed to be added on glibc2 systems.  Ian
Lance Taylor pointed out that sigemptyset() is portable so Joel removed
all conditionals around calls to sigemptyset().
1999-10-05 13:08:41 +00:00