Re: Broken RISC-V code in newlib
Jeff Law <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 3/25/25 9:48 AM, Eric Salem wrote: > On 3/25/25 10:07 AM, Jeff Law wrote: >> On 3/25/25 8:12 AM, Eric Salem wrote: >> >>> >>> I'm having a hard time recreating this on my machine, which is why I wouldn't have gotten these errors. Can you apply the below patch? It should address the errors. I want to make sure it works for you before emailing the list with a fix. >> Yea, I can throw it into the tester, it's got provisions for this kind of evaluation. Results in an hour or so depending on my morning meeting schedule ;-) >> >> jeff > > Updated patch for you. I didn't add underscores as a prefix to the new type since Newlib isn't doing that for its existing typedefs, so I figured to make it consistent. This one worked too. Jeff