Changes between Initial Version and Version 1 of Ticket #4069, comment 10


Ignore:
Timestamp:
09/10/20 04:18:17 (4 years ago)
Author:
Chris Johns
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4069, comment 10

    initial v1  
    1 I have looked into the crash is `dl05` and it is a misaligned access because the rela record has an offset of `7`. You can see this here:
     1I have looked into the crash in `dl05` and it is a misaligned access because the rela record has an offset of `7`. You can see this here:
    22{{{
    33$ riscv-rtems6-readelf -r riscv-rtems6/c/griscv/testsuites/libtests/dl05-o5.o
     
    1010  [snip]
    1111}}}
    12 This is a relocation table for exception table.
     12This is a relocation record for exception table.
    1313
    1414I have added reloc tracing to the RISCV backend the reloc that crashes is: