This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Update readelf to know about the new ELF constants



Could I suggest that:

  #define EM_ARC        0x9040   /* Argonaut Risc Core.  */

is entered as:

  #define EM_ARC        0x9040   /* ARC Cores.  */

I've made this change locally.

Hope to have some patches very soon,

Thanks

Peter



                                                                                                                                                        
                    Nick Clifton                                                                                                                        
                    <nickc@redhat.com>             To:     hjl@valinux.com                                                                              
                    Sent by:                       cc:     meissner@cygnus.com, binutils@sources.redhat.com                                             
                    binutils-owner@sources.        Subject:     Re: Update readelf to know about the new ELF constants                                  
                    redhat.com                                                                                                                          
                                                                                                                                                        
                                                                                                                                                        
                    11/27/00 06:38 PM                                                                                                                   
                                                                                                                                                        
                                                                                                                                                        



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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]