Summary: | libgloss/epiphany/crt0.S fails to assemble | ||
---|---|---|---|
Product: | newlib | Reporter: | Richard Biener <rguenth> |
Component: | libgloss | Assignee: | Jeff Johnston <jjohnstn> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sebastian.huber |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | epiphany | |
Build: | Last reconfirmed: |
Description
Richard Biener
2023-03-08 12:54:00 UTC
Looks like the last change from Sebastian changed this from mov r0, 1 to movr r0, 1 Using 'mov' instead of 'movr' fixes the assemble Thanks for the report. I sent a patch to the Newlib mailing list: https://sourceware.org/pipermail/newlib/2023/020235.html This should be fixed by: https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=59de8167157ed300f06fd93cccf5d5ba98a77a70 As mentioned, fixed by Sebastian's patch. |