Bug 216882 - Add support for xtensa cpu in ELF machine attribute
Summary: Add support for xtensa cpu in ELF machine attribute
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 5.0   Edit
Assignee: Anton Leherbauer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-01-29 05:09 EST by Abeer Bagul CLA
Modified: 2008-06-22 03:23 EDT (History)
1 user (show)

See Also:


Attachments
Patch which adds the value of xtensa arch. to the machine attribute in ELF (1.09 KB, patch)
2008-01-29 05:10 EST, Abeer Bagul 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 Abeer Bagul CLA 2008-01-29 05:09:12 EST
Build ID: M20070921-1145

Steps To Reproduce:
Please add support for recognising xtensa processor into the file Elf.java (package: org.eclipse.cdt.utils.elf)

Number assigned to xtensa is 94.

public final static int EM_XTENSA = 94;
Comment 1 Abeer Bagul CLA 2008-01-29 05:10:17 EST
Created attachment 88113 [details]
Patch which adds the value of xtensa arch. to the machine attribute in ELF
Comment 2 Anton Leherbauer CLA 2008-03-07 08:15:00 EST
Thanks for the patch. Applied to HEAD and cdt_4_0.