Bug 162545
Summary: | wrong dwarf register numbers generated | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Ulrich Drepper <drepper> |
Component: | binutils | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
URL: | http://sources.redhat.com/ml/binutils/2005-05/msg00243.html | ||
Whiteboard: | |||
Fixed In Version: | RHSA-2005-673 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-10-05 12:44:47 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 156322 |
Description
Ulrich Drepper
2005-07-06 04:02:50 UTC
The patch is http://sources.redhat.com/ml/binutils/2005-05/msg00243.html The incorrectly numbered registers are rdx (ought to be 1, but gas emits 3), rbx (should be 3 instead of 1), rsi (should be 4 instead of 5) and rdi (should be 5 instead of 4). In glibc sources this problem occurs in 4 places: ./sysdeps/unix/sysv/linux/x86_64/setcontext.S: cfi_def_cfa(%rdi, 0) ./sysdeps/unix/sysv/linux/x86_64/setcontext.S: cfi_offset(%rbx,oRBX) ./sysdeps/x86_64/__longjmp.S: cfi_def_cfa(%rdi, 0) ./sysdeps/x86_64/__longjmp.S: cfi_offset(%rbx,JB_RBX*8) An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2005-673.html |