diff options
| author | Nick Clifton <nickc@redhat.com> | 2006-09-20 11:35:11 +0000 |
|---|---|---|
| committer | Nick Clifton <nickc@redhat.com> | 2006-09-20 11:35:11 +0000 |
| commit | 99ad839030c1177eb409a99320fa7e60226f0db3 (patch) | |
| tree | 31841958e04c69ceb1aeafcf7cdef5e721d23829 /include/coff/ChangeLog | |
| parent | a8bbe5b03e6b16a41a69e570061e34014d30431a (diff) | |
| download | ppe42-binutils-99ad839030c1177eb409a99320fa7e60226f0db3.tar.gz ppe42-binutils-99ad839030c1177eb409a99320fa7e60226f0db3.zip | |
Add x86_64-mingw64 target
Diffstat (limited to 'include/coff/ChangeLog')
| -rw-r--r-- | include/coff/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index f41c115bda..499d47890d 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,15 @@ +2006-09-20 Kai Tietz <Kai.Tietz@onevision.com> + + * external.h: Add proper external_aouthdr64 structure (without + data_start member). + (AOUTHDRSZ64): Set according structure size. + (AOUTHDR64): As typedef of external_aouthdr64 structure. + * internal.h: Add relocation identifiers for coff. + * pe.h: Add define IMAGE_FILE_MACHINE_AMD64 the coff signature. + (PEPAOUTHDR): Adjust structure to have proper size (using AOUTHDR64). + (PEPAOUTSZ): Calculated size of 240. + * x86_64.h: Coff information for x86_64 (AMD64). + 2006-02-05 Arnold Metselaar <arnold.metselaar@planet.nl> * internal.h: Add relocation number R_IMM24 for Z80. |

