diff options
author | Nick Clifton <nickc@redhat.com> | 2006-11-14 19:03:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-11-14 19:03:32 +0000 |
commit | 6c73cbb1d9a26d1c4d9bd5464832846b7c049b9d (patch) | |
tree | d790143b61f27fc2849bc28f34ababe4bdb548e0 /include/coff/ChangeLog | |
parent | 25fe350bd949f76828efc4b523f8f4cefbbc8295 (diff) | |
download | gdb-6c73cbb1d9a26d1c4d9bd5464832846b7c049b9d.zip gdb-6c73cbb1d9a26d1c4d9bd5464832846b7c049b9d.tar.gz gdb-6c73cbb1d9a26d1c4d9bd5464832846b7c049b9d.tar.bz2 |
* 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
Diffstat (limited to 'include/coff/ChangeLog')
-rw-r--r-- | include/coff/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 499d478..60a8587 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,11 @@ +2006-11-14 Phil Lello <phil.lello@homecall.co.uk> + + * 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 + 2006-09-20 Kai Tietz <Kai.Tietz@onevision.com> * external.h: Add proper external_aouthdr64 structure (without |