Some runtime linker bugs

Serg Kruglov skruglov at nm.ru
Fri Apr 4 13:51:34 UTC 2014


Another small bug in “rtl-rap.c”
in function rtems_rtl_rap_load_symbols
have:
rtems_rtl_set_error (EINVAL,
                     "duplicate global symbol: %s", rap->strtab + name);
print incorrect name
should be more:
rtems_rtl_set_error (EINVAL,
                     "duplicate global symbol: %s", name);

in rtl-elf.c all correct.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20140404/1c30fcd9/attachment.html>


More information about the users mailing list