[rtems-testing commit] gcc/rtems_gcc_main.c: Use unlimited objects
Joel Sherrill
joel.sherrill at OARcorp.com
Fri May 3 16:14:35 UTC 2013
Did this fix anything in particular?
On 5/3/2013 10:47 AM, Sebastian Huber wrote:
> Module: rtems-testing
> Branch: master
> Commit: e837f3380d45884094fb27f88a2396d67ee15ca6
> Changeset: http://git.rtems.org/rtems-testing/commit/?id=e837f3380d45884094fb27f88a2396d67ee15ca6
>
> Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
> Date: Thu Jan 3 09:10:00 2013 +0100
>
> gcc/rtems_gcc_main.c: Use unlimited objects
>
> ---
>
> gcc/rtems_gcc_main.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/gcc/rtems_gcc_main.c b/gcc/rtems_gcc_main.c
> index 5cb6dd2..6984a54 100644
> --- a/gcc/rtems_gcc_main.c
> +++ b/gcc/rtems_gcc_main.c
> @@ -29,12 +29,12 @@ rtems_task Init(rtems_task_argument ignored)
> }
>
> /* configuration information */
> -#define CONFIGURE_MAXIMUM_TASKS 1
> #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
> #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
>
> /* might as well treat all memory as one pool */
> #define CONFIGURE_UNIFIED_WORK_AREAS
> +#define CONFIGURE_UNLIMITED_OBJECTS
>
> /* GCC tests start at main, use a lot of stack and may use the FPU */
> #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
>
> _______________________________________________
> rtems-vc mailing list
> rtems-vc at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-vc
--
Joel Sherrill, Ph.D. Director of Research & Development
joel.sherrill at OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
More information about the devel
mailing list