This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Update readelf to know about the new ELF constants
- To: hjl at valinux dot com
- Subject: Re: Update readelf to know about the new ELF constants
- From: Nick Clifton <nickc at redhat dot com>
- Date: Mon, 27 Nov 2000 10:38:29 -0800
- CC: meissner at cygnus dot com, binutils at sources dot redhat dot com
Hi HJ,
: From: Michael Meissner
:
: That reminds me, did we want to register all of the Binutils
: specific EM_* flags with the official ELF maintainers at SCO?
Good point.
Looking through common.h, I think that we ought to try to register the
following values:
#define EM_AVR 0x1057 /* Atmel AVR 8-bit microcontroller. */
#define EM_FR30 0x3330 /* Fujitsu FR30. */
#define EM_D10V 0x7650 /* Mitsubishi D10V. */
#define EM_D30V 0x7676 /* Mitsubishi D30V. */
#define EM_ALPHA 0x9026 /* DEC Alpha. */
#define EM_V850 0x9080 /* NEC v850. */
#define EM_ARC 0x9040 /* Argonaut Risc Core. */
#define EM_M32R 0x9041 /* Mitsubishi M32R. */
#define EM_MN10300 0xbeef /* Matsushita MN10300. */
#define EM_MN10200 0xdead /* Matsushita MN10200. */
H.J. can you do this for us ?
Thanks.
Cheers
Nick