OK thanks. My preference is to sit on these 2 patches until after we
release rtems5.
On Thu, Apr 23, 2020 at 11:21 PM Eshan Dhawan wrote:
>
> For testing, I followed the instruction in the blog written by @Vaibhav Gupta
> last year for applying a patch to newlib
> (the blog can be read here:
>
Whenever you fix a warning something is unused by deleting that
something, you should first make sure that something isn't supposed to
be used. Because that might also be the problem. Check if these 2
functions maybe should be tested, or does dlsym/dlclose get tested
elsewhere?
On Fri, Apr 24, 202
Please generate this patch as -v2 and resend to the mailing list. I'm
not sure, but I don't see your patch emails coming through, only your
copy-pasted versions where you prepend some additional information.
You may want to double-check your git-send-email settings and make
sure it is succeeding. Y
Hey,
Can someone please check if this patch is correct? The warnings were:
log/sparc-leon3.log:../../../../../../rtems/c/src/../../testsuites/libtests/dl10/dl-load.c:109:12:
warning: 'dl_call' defined but not used [-Wunused-function]
log/sparc-leon3.log:../../../../../../rtems/c/src/../../testsu
Dear Dr. Bloom,
Thanks for your suggestion. Yes, indeed this looks a little bad.
Please find the below attached new patch for the same. I have rebuilt
the leon3 bsp with this change and the build process was successful
without any errors. Also, I have added another patch which I had some
doubts o