mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 03:05:39 +02:00
new method getFormat().
This commit is contained in:
parent
47c90fdd03
commit
95287f294f
1 changed files with 7 additions and 0 deletions
|
@ -32,4 +32,11 @@ public class ElfParser implements IBinaryParser {
|
||||||
return new ElfBinaryArchive(file);
|
return new ElfBinaryArchive(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see org.eclipse.cdt.core.model.IBinaryParser#getFormat()
|
||||||
|
*/
|
||||||
|
public String getFormat() {
|
||||||
|
return "ELF";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue