Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Ticket #4069: rld-rap.patch

File rld-rap.patch, 463 bytes (added by Jiri Gaisler, on 09/06/20 at 18:44:04)
  • rtemstoolkit/rld-rap.cpp

    diff --git a/rtemstoolkit/rld-rap.cpp b/rtemstoolkit/rld-rap.cpp
    index 18bd763..9c7f3fa 100644
    a b namespace rld 
    14011401            bool              write_addend = sec.rela;
    14021402            bool              write_symname = false;
    14031403
     1404            if (reloc.symsect == 0)
     1405                continue;
     1406
    14041407            offset = sec.offset + reloc.offset;
    14051408
    14061409            if (rld::verbose () >= RLD_VERBOSE_TRACE)