Summary: | Most of SCFI test failed on x32 | ||
---|---|---|---|
Product: | binutils | Reporter: | H.J. Lu <hjl.tools> |
Component: | gas | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | indu.bhagat |
Priority: | P2 | ||
Version: | 2.42 | ||
Target Milestone: | 2.42 | ||
Host: | Target: | x86-64 | |
Build: | Last reconfirmed: |
Description
H.J. Lu
2024-01-15 15:18:20 UTC
The master branch has been updated by H.J. Lu <hjl@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7bd344dd0e0469a93cbbf50f797155278cb76a0b commit 7bd344dd0e0469a93cbbf50f797155278cb76a0b Author: H.J. Lu <hjl.tools@gmail.com> Date: Mon Jan 15 07:31:29 2024 -0800 x86-64: Skip SCFI tests for x32 targets Since SCFI isn't supported on x32: Fatal error: SCFI is not supported for this ABI skip SCFI tests for x32 targets. PR gas/31245 * testsuite/gas/scfi/x86_64/scfi-x86-64.exp: Skip for x32 targets. The binutils-2_42-branch branch has been updated by H.J. Lu <hjl@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b7d511e37ce1134b8c89487e49279e438b8333be commit b7d511e37ce1134b8c89487e49279e438b8333be Author: H.J. Lu <hjl.tools@gmail.com> Date: Mon Jan 15 07:31:29 2024 -0800 x86-64: Skip SCFI tests for x32 targets Since SCFI isn't supported on x32: Fatal error: SCFI is not supported for this ABI skip SCFI tests for x32 targets. PR gas/31245 * testsuite/gas/scfi/x86_64/scfi-x86-64.exp: Skip for x32 targets. (cherry picked from commit 7bd344dd0e0469a93cbbf50f797155278cb76a0b) Fixed. |