Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312964 Details for
Bug 457187
Unable to Open vmcore from Kdump
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
BFD fix for 32-vs-64bits of generic ELF formats.
binutils-cvs-generic-elf-size.patch (text/plain), 1.14 KB, created by
Jan Kratochvil
on 2008-07-30 07:09:54 UTC
(
hide
)
Description:
BFD fix for 32-vs-64bits of generic ELF formats.
Filename:
MIME Type:
Creator:
Jan Kratochvil
Created:
2008-07-30 07:09:54 UTC
Size:
1.14 KB
patch
obsolete
>2008-07-29 Jan Kratochvil <jan.kratochvil@redhat.com> > > Recognize elf64-i386 at least as elf64-little. > * elfcore.h (elf_core_file_p): Exclusion of existing arches for the > generic arch fallback now matches also its size. > >--- ./bfd/elfcore.h 10 May 2008 01:58:17 -0000 1.27 >+++ ./bfd/elfcore.h 29 Jul 2008 18:25:07 -0000 >@@ -159,11 +159,12 @@ elf_core_file_p (bfd *abfd) > if ((*target_ptr)->flavour != bfd_target_elf_flavour) > continue; > back = xvec_get_elf_backend_data (*target_ptr); >- if (back->elf_machine_code == i_ehdrp->e_machine >- || (back->elf_machine_alt1 != 0 >- && i_ehdrp->e_machine == back->elf_machine_alt1) >- || (back->elf_machine_alt2 != 0 >- && i_ehdrp->e_machine == back->elf_machine_alt2)) >+ if (ARCH_SIZE == back->s->arch_size >+ && (back->elf_machine_code == i_ehdrp->e_machine >+ || (back->elf_machine_alt1 != 0 >+ && i_ehdrp->e_machine == back->elf_machine_alt1) >+ || (back->elf_machine_alt2 != 0 >+ && i_ehdrp->e_machine == back->elf_machine_alt2))) > { > /* target_ptr is an ELF backend which matches this > object file, so reject the generic ELF target. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 457187
: 312964 |
312965
|
312966