Changeset 9c63d90 in rtems


Ignore:
Timestamp:
01/26/01 21:54:57 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
55a86b4
Parents:
be30306
Message:

2001-01-26 Ralf Corsepius <corsepiu@…>

  • include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/ChangeLog

    rbe30306 r9c63d90  
     12001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
     4
    152000-10-30      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/exec/sapi/include/confdefs.h

    rbe30306 r9c63d90  
    3939extern "C" {
    4040#endif
    41  
     41
     42/*
     43 * Include the executive's configuration
     44 */
     45#include <rtems/score/cpuopts.h>
     46
    4247extern rtems_initialization_tasks_table Initialization_tasks[];
    4348extern rtems_driver_address_table       Device_drivers[];
     
    5762 */
    5863
     64#ifdef RTEMS_NEWLIB
    5965#define CONFIGURE_NEWLIB_EXTENSION 1
     66#endif
    6067#define CONFIGURE_MALLOC_REGION 1
    6168
     
    263270
    264271#ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
    265 #include <stubdrv.h>
     272#include <rtems/devnull.h>
    266273#endif
    267274
     
    277284#endif
    278285#ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
    279   STUB_DRIVER_TABLE_ENTRY,
     286  DEVNULL_DRIVER_TABLE_ENTRY,
    280287#endif
    281288  NULL_DRIVER_TABLE_ENTRY
  • cpukit/sapi/ChangeLog

    rbe30306 r9c63d90  
     12001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
     4
    152000-10-30      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/sapi/include/confdefs.h

    rbe30306 r9c63d90  
    3939extern "C" {
    4040#endif
    41  
     41
     42/*
     43 * Include the executive's configuration
     44 */
     45#include <rtems/score/cpuopts.h>
     46
    4247extern rtems_initialization_tasks_table Initialization_tasks[];
    4348extern rtems_driver_address_table       Device_drivers[];
     
    5762 */
    5863
     64#ifdef RTEMS_NEWLIB
    5965#define CONFIGURE_NEWLIB_EXTENSION 1
     66#endif
    6067#define CONFIGURE_MALLOC_REGION 1
    6168
     
    263270
    264271#ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
    265 #include <stubdrv.h>
     272#include <rtems/devnull.h>
    266273#endif
    267274
     
    277284#endif
    278285#ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
    279   STUB_DRIVER_TABLE_ENTRY,
     286  DEVNULL_DRIVER_TABLE_ENTRY,
    280287#endif
    281288  NULL_DRIVER_TABLE_ENTRY
Note: See TracChangeset for help on using the changeset viewer.