This is the mail archive of the binutils-cvs@sourceware.org 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]

src bfd/peXXigen.c include/coff/ChangeLog incl ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2006-11-14 19:03:32

Modified files:
	bfd            : peXXigen.c 
	include/coff   : ChangeLog internal.h pe.h 

Log message:
	* peXXigen.c: Updates for PE/COFF V8.0, and clarification
	(dir_names): Added CLR Runtime Header to dir_names[].
	(_bfd_XX_print_private_bfd_data_common): Added EFI_ROM and XBOX subsystem names
	(_bfd_XXi_swap_aouthdr_in, _bfd_XXi_swap_aouthdr_out)
	(pe_print_idata, pe_print_edata)
	(_bfd_XX_bfd_copy_private_bfd_data_common)
	(_bfd_XXi_final_link_postscript): Use #DEFINEs for index into DataDirectory.
	* pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and IMAGE_SUBSYSTEM_XBOX.
	* internal.h: Added defines for PE directory entry types.
	NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in pe.h

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/peXXigen.c.diff?cvsroot=src&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/coff/ChangeLog.diff?cvsroot=src&r1=1.67&r2=1.68
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/coff/internal.h.diff?cvsroot=src&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/coff/pe.h.diff?cvsroot=src&r1=1.15&r2=1.16


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