#3969 closed defect (fixed)

dl06 fails on all libdl supported architectures

Reported by: Chris Johns Owned by: Chris Johns
Priority: normal Milestone: 5.1
Component: lib/dl Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The test dl06 fails on all libdl supported architectures.

Change History (8)

comment:1 Changed on 05/05/20 at 01:32:22 by Chris Johns <chrisj@…>

In 6de89d9/rtems-tools:

linkers/ld: Output all reloc records to the RAP file

Updates #3969

comment:2 Changed on 05/05/20 at 05:03:36 by Chris Johns <chrisj@…>

In 285cda3/rtems:

libdl: Fix comment.

Updates #3969

comment:3 Changed on 05/05/20 at 05:03:40 by Chris Johns <chrisj@…>

In fe77587/rtems:

libdl/sparc: Print trace message of reloc failture path

Updates #3969

comment:4 Changed on 05/05/20 at 05:03:44 by Chris Johns <chrisj@…>

In b77670fd/rtems:

libdl/obj: Fix RAP format call table.

Updates #3969

comment:5 Changed on 05/05/20 at 05:03:47 by Chris Johns <chrisj@…>

In d5fc2a6a/rtems:

libdl/obj-cache: Fail if the read offset is past the file length

  • The check was for greater than and not equal or greater

Updates #3969

comment:6 Changed on 05/05/20 at 05:03:51 by Chris Johns <chrisj@…>

In 3635d6a/rtems:

libdl/obj-comp: Add trace prints when decompressing

Updates #3969

comment:7 Changed on 05/05/20 at 05:03:54 by Chris Johns <chrisj@…>

In b7702c54/rtems:

libdl/rap: Correctly check the return enum from rela calls

  • The change from bool to an enum did not trip a compiler warning and only the rel path was changed. The rela path was missed so archs like SPARC failed.

Updates #3969

comment:8 Changed on 05/05/20 at 05:03:58 by Chris Johns <chrisj@…>

Resolution: fixed
Status: assignedclosed

In 3f50e8e/rtems:

testsuite/dl06: Add a local define to control tracing

Closes #3969

Note: See TracTickets for help on using tickets.