--- rtemstoolkit/rld-rap.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rtemstoolkit/rld-rap.cpp b/rtemstoolkit/rld-rap.cpp index 455328a..809b6d1 100644 --- a/rtemstoolkit/rld-rap.cpp +++ b/rtemstoolkit/rld-rap.cpp @@ -1399,6 +1399,12 @@ namespace rld bool write_addend = sec.rela; bool write_symname = false; + /* + * Ignore section index 0 + */ + if (reloc.symsect == 0) + continue; + offset = sec.offset + reloc.offset; if (rld::verbose () >= RLD_VERBOSE_TRACE) -- 2.17.1
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel