| Summary: | compile tests failure on mips32-linux: broken inline asm in tests on mips32-linux | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Hongxu Jia <hongxu.jia> |
| Component: | helgrind | Assignee: | Hongxu Jia <hongxu.jia> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dimitrije.nikolic, hongxu.jia, jseward, mips32r2 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | fix broken inline asm in tests on mips32-linux | ||
|
Description
Hongxu Jia
2018-07-27 13:37:09 UTC
Created attachment 114162 [details] fix broken inline asm in tests on mips32-linux Remove the duplicated L1xyzzy1main, and use local symbol to replace. http://tigcc.ticalc.org/doc/gnuasm.html#SEC46 There are no regressions after applying this patch on mips32r2 and mips64r2. This change look reasonable and acceptable. Committed. Thank you for the patch. |