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]
Other format: [Raw text]

Re: [PATCH] add IMAGE_FILE_MACHINE_* defines


Hi Jeff,

> The attached patch adds some new machine defines to pe.h. It also
> sorts the defines by value instead of name, as that seems to be what
> everyone else does and makes it easier for comparison. In addition the
> patch adds a define for IMAGE_FILE_NET_RUN_FROM_SWAP.

I have applied your patch, although without the numeric sorting, since
there did not seem to be any great need for it.

> 2003-07-13  Jeff Muizelaar  <muizelaar@rogers.com>
>
> 	* pe.h: (IMAGE_FILE_NET_RUN_FROM_SWAP): Define.
> 	(IMAGE_FILE_MACHINE_WCEMIPSV2): Define.
> 	(IMAGE_FILE_MACHINE_SH3DSP): Define.
> 	(IMAGE_FILE_MACHINE_SH3E): Define.
> 	(IMAGE_FILE_MACHINE_SH5): Define.
> 	(IMAGE_FILE_MACHINE_AM33): Define.
> 	(IMAGE_FILE_MACHINE_POWERPCFP): Define.
> 	(IMAGE_FILE_MACHINE_AXP64): Define.
> 	(IMAGE_FILE_MACHINE_TRICORE): Define.
> 	(IMAGE_FILE_MACHINE_CEF): Define.
> 	(IMAGE_FILE_MACHINE_EBC): Define.
> 	(IMAGE_FILE_MACHINE_AMD64): Define.
> 	(IMAGE_FILE_MACHINE_M32R): Define.
> 	(IMAGE_FILE_MACHINE_CEE): Define.

Approved and applied.

Cheers
        Nick


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