<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 19, 2021, 5:48 AM Matthew Joyce <<a href="mailto:mfjoyce2004@gmail.com">mfjoyce2004@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="https://docs.google.com/spreadsheets/d/1reCNOIZC5JTwQENgl-hvG8THfQqNtlUDVy_07PYodic/edit?usp=sharing" rel="noreferrer noreferrer" target="_blank">https://docs.google.com/spreadsheets/d/1reCNOIZC5JTwQENgl-hvG8THfQqNtlUDVy_07PYodic/edit?usp=sharing</a><br>
<br>
Hello,<br>
<br>
As suggested by Dr. Sherril, I've taken an initial look through this<br>
document <a href="https://www.opengroup.org/austin/docs/austin_1110.pdf" rel="noreferrer noreferrer" target="_blank">https://www.opengroup.org/austin/docs/austin_1110.pdf</a> and<br>
added the new methods  to a Googe Sheet, linked above.<br>
<br>
None of them appear to be in the RTEMS POSIX API Users Guide, but<br>
maybe that's not the right place to look. I'll stand by for your<br>
feedback regarding what's possible / desirable to add to RTEMS.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">It is possible they are in our C Library or Math Library.  Or just not in the manual. The POSIX manual tends to be sparse since you can always use man pages or the POSIX standard.</div><div dir="auto"><br></div><div dir="auto">Since you have RTEMS and tools built. Find one of the libc.a and libm.a files in the tools install and librtemscpu.a in the RTEMS build or install. Then try a command something like this:</div><div dir="auto"><br></div><div dir="auto">CPU-rtems6-nm LIBRARY | grep SYMBOL</div><div dir="auto"><br></div><div dir="auto">If you see it list with T then it is in the text section and there.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks very much for your time!<br>
<br>
Sincerely,<br>
<br>
Matt<br>
</blockquote></div></div></div>