Use linker set for libio initialization

Update #2408.
This commit is contained in:
Sebastian Huber
2016-01-25 22:03:00 +01:00
parent f64c6b4c49
commit ca4602e914
94 changed files with 109 additions and 279 deletions

View File

@@ -115,20 +115,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
#include <rtems/libio_.h>
#ifdef CONFIGURE_INIT
const rtems_libio_helper rtems_libio_init_helper =
#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
rtems_libio_helper_null;
#else
rtems_libio_init;
#endif
const rtems_libio_helper rtems_libio_post_driver_helper =
#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
rtems_libio_helper_null;
#else
rtems_libio_post_driver;
#endif
#ifndef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
RTEMS_SYSINIT_ITEM(
rtems_filesystem_initialize,