Commit Graph
24290 Commits
Author SHA1 Message Date
Joel Sherrill 2d99737533 start no longer a global symbol per Eric Norum's request.
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.
1997-08-22 13:08:56 +00:00
Joel Sherrill 5b9ec35166 Added command line options for next, previous, and up node.
Added error check to insure we don't write over a .texi file given
to us as input.
1997-08-15 16:40:21 +00:00
Joel Sherrill d074e129e8 Switched to new version of mc68681.h 1997-08-04 22:22:59 +00:00
Joel Sherrill 19fd3340b7 moved mc68230.h from main include directory to motorola 1997-08-04 22:22:31 +00:00
Joel Sherrill 0789abefbc new implementation of mc68681.h 1997-08-04 22:17:17 +00:00
Joel Sherrill 89a3278463 Fixed type 1997-08-04 22:12:39 +00:00
Joel Sherrill 3dd837212a Corrected typo 1997-08-04 22:03:03 +00:00
Joel Sherrill a397c9c1ac Corrected descent to a hardcoded directory and made it dependent on the cpu model 1997-08-04 21:59:14 +00:00
Joel Sherrill 8bc90517d0 Fixed typo and removed duplicated code 1997-08-04 21:58:30 +00:00
Joel Sherrill 4ef9e99b64 First attempt at values for PPC 1997-08-04 21:58:00 +00:00
Joel Sherrill 50b5f9dbad Trying to support all models 1997-08-04 21:57:06 +00:00
Joel Sherrill c74169bd6d Trying to support all models. 1997-08-04 21:56:48 +00:00
Joel Sherrill c9647b37a1 consolex built for all models. 1997-08-04 21:56:00 +00:00
Joel Sherrill 81d965778e moved header files into the motorola and zilog subdirectories 1997-08-04 21:55:30 +00:00
Joel Sherrill 669123e1d3 Correcting difference between mvme162lx and mvme162. All versions have
four serial ports.
1997-08-04 21:53:42 +00:00
Joel Sherrill 02d08803b6 moved header files into the motorola and zilog subdirectories 1997-08-04 21:50:35 +00:00
Joel Sherrill 033ec54463 Modified to reflect changes in mc68681.h header file. 1997-08-04 21:49:47 +00:00
Joel Sherrill b7396176fd Header files moved into zilog subdirectory. 1997-08-04 21:45:27 +00:00
Joel Sherrill 9b02488484 Moved files into the zilog and motorola subdirectories. 1997-08-04 21:44:05 +00:00
Joel Sherrill b61e6e1b14 Added GNAT configuration parameters. 1997-08-04 21:43:36 +00:00
Joel Sherrill 7510f18c5b Added include/motorola and include/zilog directories to the
install tree and cleaned up spacing.
1997-08-04 21:42:22 +00:00
Joel Sherrill c46732c700 Added ppc-rtems as alternative name.
Moved files around in list of Makefile's to better support
--disable-tests option.
1997-08-04 21:41:38 +00:00
Joel Sherrill 28a4b1dc17 moved from main include directory 1997-08-04 21:39:07 +00:00
Joel Sherrill 1f552a0efd Fixed wildcard in copy command. 1997-08-04 20:06:33 +00:00
Joel Sherrill 0e5dd4288c Added comments to help avoid editting generated file. 1997-08-04 20:06:16 +00:00
Joel Sherrill 1ca951cebf Added information based on comments from Katsu Shibuya. 1997-08-04 20:05:48 +00:00
Joel Sherrill 6059e1116d Fixed node links. 1997-08-04 20:04:43 +00:00
Joel Sherrill 6943b0eaf3 removed binary files 1997-08-04 20:04:25 +00:00
Joel Sherrill b2fed4811d Added these files to contain bodies for routines included in the API
but which did not have real bodies.  This is necessary for languages
like Ada95 which must have real entries in a library for bindings.
1997-08-02 17:55:09 +00:00
Joel Sherrill 30e3029a90 Added conditional for KA9Q. 1997-08-01 20:58:10 +00:00
Joel Sherrill 1f581ec6c2 Added include of termios.h which was accidentally left out. 1997-08-01 20:57:21 +00:00
Joel Sherrill bcbd75d4b7 Added consolex to wrapup 1997-08-01 20:56:36 +00:00
Joel Sherrill a7fcfd0f61 Corrected typo. 1997-08-01 20:56:24 +00:00
Joel Sherrill 978a9ba017 Added --enable-gmake-print-directory option and ods68302 bsp. 1997-08-01 20:22:57 +00:00
Joel Sherrill 3f70e3cb93 Corrected typo where "+ " was pasted in from another window.
Added c/src/lib/libbsp/m68k/mvme162/consolex/Makefile to list.
1997-08-01 20:22:29 +00:00
Joel Sherrill adf7b5c4ba Made to work. 1997-08-01 20:15:02 +00:00
Joel Sherrill 29a9e5d1e2 Removed warnings. 1997-08-01 20:14:57 +00:00
Joel Sherrill 9deb5b8b28 Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.
(Sapporo, Japan) submitted the extended console driver for the
MVME162LX BSP and the POSIX tcsetattr() and tcgetattr() routines.
This device driver supports four serial ports, cooked IO, and
provides a portable base for Zilog 8530 based console drivers.
1997-08-01 18:12:11 +00:00
Joel Sherrill 0074691a67 Merged very large and much appreciated patch from Chris Johns
<cjohns@plessey.com.au>.  This patch includes the ods68302 bsp,
the RTEMS++ class library, and the rtems++ test.
1997-07-31 22:13:29 +00:00
Joel Sherrill 91333c27bd Merged very large and much appreciated patch from Chris Johns
<cjohns@plessey.com.au>.  This patch includes the ods68302 bsp,
the RTEMS++ class library, and the rtems++ test.
1997-07-31 22:04:17 +00:00
Joel Sherrill 13f09e64e5 Added support for rtems_message_queue_get_number_pending. 1997-07-31 19:48:23 +00:00
Joel Sherrill e7d8b58826 Added rtems_message_queue_get_number_pending directive. 1997-07-31 19:01:42 +00:00
Joel Sherrill a2fa8c2525 Added comment to indicate what the commented out C_PIECES indicated. 1997-07-31 19:01:05 +00:00
Joel Sherrill b930f43d2d Corrected bug in Makefile 1997-07-31 19:00:09 +00:00
Joel Sherrill 60593076c8 Corrected problem where directories where not being properly created.
Change path to indicate expected snapshot date.
1997-07-31 18:59:59 +00:00
Joel Sherrill db91520362 corrected typos and changes LANGUAGE to RTEMS-LANGUAGE. 1997-07-31 18:45:58 +00:00
Joel Sherrill 03c8223b96 Added more info. 1997-07-31 18:45:32 +00:00
Joel Sherrill c3fec1c035 Added info on what data type is expected by the clock_get directive
for the pointer to a "return area"..
1997-07-31 18:44:10 +00:00
Joel Sherrill d1f19f09db Added rtems_message_queue_get_number_pending directive. 1997-07-31 18:24:06 +00:00
Joel Sherrill e24e9b5ba5 fixed typo 1997-07-18 15:05:05 +00:00