Bug 79076 - Modifications to do in Elf.java
Summary: Modifications to do in Elf.java
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2004-11-19 09:58 EST by Jerome Correnoz CLA
Modified: 2008-06-18 19:04 EDT (History)
0 users

See Also:


Attachments
Diff between Elf.java (154 bytes, patch)
2004-11-19 10:00 EST, Jerome Correnoz 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 Jerome Correnoz CLA 2004-11-19 09:58:23 EST
Hello,

I  would like the Elf.java file to be modified into "org.eclipse.cdt.utils.elf"
to take into account our machine (EM_ST100 with ELF machine number=60).
Below is the diff between the initial Elf.java and the one I've modified.

99a100
> 		public final static int EM_ST100 = 60;		
669a671,673
> 			case Elf.ELFhdr.EM_ST100:
> 				attrib.cpu = "st100"; //$NON-NLS-1$
> 				break;
Comment 1 Jerome Correnoz CLA 2004-11-19 10:00:22 EST
Created attachment 16016 [details]
Diff between Elf.java
Comment 2 Alain Magloire CLA 2004-11-25 16:31:35 EST
sigh .. another Elf.java modif
Comment 3 Alain Magloire CLA 2004-11-25 16:42:43 EST
Fix in the head and branch.
Thank you.

Please verify.