Bug 171421 - CDT ELF parser do not detect COLDFIRE cpu from ELF machine id
Summary: CDT ELF parser do not detect COLDFIRE cpu from ELF machine id
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 4.0 M5   Edit
Assignee: Anton Leherbauer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-01-23 11:41 EST by Uwe Stieber CLA
Modified: 2008-06-20 10:46 EDT (History)
0 users

See Also:


Attachments
Declare the missing ELF machine type (1.07 KB, patch)
2007-01-23 11:42 EST, Uwe Stieber CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Stieber CLA 2007-01-23 11:41:05 EST
Build ID: I20061214-1445

Steps To Reproduce:
call getCPU() on a COLDFIRE ELF file


More information:
Value 52 not recognized from ELFhdr.e_machine.
Comment 1 Uwe Stieber CLA 2007-01-23 11:42:14 EST
Created attachment 57354 [details]
Declare the missing ELF machine type
Comment 2 Anton Leherbauer CLA 2007-01-25 03:22:28 EST
Patch looks good.
Comment 3 Anton Leherbauer CLA 2007-01-25 03:27:48 EST
Committed to HEAD, available in builds > 20070125. Thanks, Uwe!