1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

2005-02-16 Alain Magloire

Fix PR 74034
	* utils/org/eclipse/cdt/utils/elf/Elf.java
This commit is contained in:
Alain Magloire 2005-02-16 14:48:26 +00:00
parent 46820f299a
commit 04dd7a6d96
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-02-16 Alain Magloire
Fix PR 74034
* utils/org/eclipse/cdt/utils/elf/Elf.java
2005-02-15 Alain Magloire
Fix PR 82856
* model/org/eclipse/cdt/core/model/IDeclaration.java

View file

@ -123,6 +123,7 @@ public class Elf {
public final static int EM_XSTORMY16 = 0xad45;
public final static int EM_CYGNUS_FRV = 0x5441;
public final static int EM_IQ2000 = 0xFEBA;
public static final int EM_XILINX_MICROBLAZE = 0xbaab;
public byte e_ident[] = new byte[EI_NDENT];
public int e_type; /* file type (Elf32_Half) */