Summary: | Crash on x86_64 CFI register `rflags' (after glibc update) | ||
---|---|---|---|
Product: | frysk | Reporter: | Jan Kratochvil <jan> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2936, 3076 | ||
Attachments: |
Fix
Fix (the same), only updated ChangeLog |
Description
Jan Kratochvil
2006-11-25 16:40:41 UTC
Created attachment 1437 [details] Fix 2006-11-25 Jan Kratochvil <jan.kratochvil@redhat.com> * include/libunwind-x86_64.h (UNW_TDEP_CURSOR_LEN): Increased, breaks x86_64 libunwind ABI. * include/tdep-x86_64/dwarf-config.h (DWARF_NUM_PRESERVED_REGS): Increased to support the full x86_64 AMD ABI registers range. * src/x86_64/init.h (common_init): New fields set to `DWARF_NULL_LOC'. * src/x86_64/regname.c (DE): Support new register names. Created attachment 1438 [details] Fix (the same), only updated ChangeLog 2006-11-25 Jan Kratochvil <jan.kratochvil@redhat.com> * include/libunwind-x86_64.h (UNW_TDEP_CURSOR_LEN): Increased, breaks x86_64 libunwind ABI. * include/tdep-x86_64/dwarf-config.h (DWARF_NUM_PRESERVED_REGS): Increased to support the full x86_64 AMD ABI registers range. * src/x86_64/init.h (common_init): New registers get `DWARF_NULL_LOC'. * src/x86_64/regname.c (regname): Support the new registers. * src/x86_64/unwind_i.h: Likewise. |