[PATCH 05/12] Temporarily disable libdl for v850

Joel Sherrill joel.sherrill at oarcorp.com
Fri Mar 6 15:31:23 UTC 2015



On 3/6/2015 9:12 AM, Gedare Bloom wrote:
> On Fri, Mar 6, 2015 at 9:55 AM, Joel Sherrill <joel.sherrill at oarcorp.com> wrote:
>> There is an issue linking dl0* which has not been resolved.
>> This issue is being tracked but is not considered a release
>> blocker. This patch is a workaround which disables libdl
>> for the v850 until the ticket is resolved.
>>
>> updates 2260.
>> ---
>>  cpukit/configure.ac              | 5 ++++-
>>  testsuites/libtests/configure.ac | 5 ++++-
>>  2 files changed, 8 insertions(+), 2 deletions(-)
>>
>> diff --git a/cpukit/configure.ac b/cpukit/configure.ac
>> index f4d4e7b..39104ec 100644
>> --- a/cpukit/configure.ac
>> +++ b/cpukit/configure.ac
>> @@ -377,11 +377,14 @@ AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \
>>  AC_MSG_CHECKING([whether CPU supports libdl])
>>  case $RTEMS_CPU in
>>    arm | h8300 | i386 | lm32 | m32r | m68k | mips | \
>> -  moxie | powerpc | sparc | v850)
>> +  moxie | powerpc | sparc)
>>     HAVE_LIBDL=yes ;;
>>    # bfin has an issue to resolve with libdl. See ticket #2252
>>    bfin)
>>     HAVE_LIBDL=no ;;
>> +  # v850 has an issue to resolve with libdl. See ticket #2260
>> +  v850)
>> +   HAVE_LIBDL=no ;;
> Can you conjoin these cases like
> bfin | v850 | *)
> ?
I could but I left them separate to emphasize that they had separate
tickets, were independent issues, and weren't just not supported.

>>    *)
>>     HAVE_LIBDL=no ;;
>>  esac
>> diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
>> index 7c82394..5308384 100644
>> --- a/testsuites/libtests/configure.ac
>> +++ b/testsuites/libtests/configure.ac
>> @@ -45,11 +45,14 @@ AM_CONDITIONAL(HAS_POSIX,test x"${rtems_cv_RTEMS_POSIX_API}" = x"yes")
>>  AC_MSG_CHECKING([whether CPU supports libdl])
>>  case $RTEMS_CPU in
>>    arm | h8300 | i386 | lm32 | m32r | m68k | mips | \
>> -  moxie | powerpc | sparc | v850)
>> +  moxie | powerpc | sparc)
>>     TEST_LIBDL=yes ;;
>>    # bfin has an issue to resolve with libdl. See ticket #2252
>>    bfin)
>>     HAVE_LIBDL=no ;;
>> +  # v850 has an issue to resolve with libdl. See ticket #2260
>> +  v850)
>> +   HAVE_LIBDL=no ;;
>>    *)
>>     TEST_LIBDL=no ;;
>>  esac
>> --
>> 1.9.3
>>
>> _______________________________________________
>> devel mailing list
>> devel at rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel

-- 
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