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 | d4be5c6b4b2aa3686d27bf76a12b40741ead6c55 (patch) | |
tree | 5b38bd17de65a5e156620b7a6cee903207a38aab /include/coff/ChangeLog | |
parent | 41cec65cbf1906e24926cdaa082285db492bcd14 (diff) | |
download | gdb-d4be5c6b4b2aa3686d27bf76a12b40741ead6c55.tar.gz |
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 f41c115bdad..499d47890d9 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. |