Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-03-20 02:06:06 +0300
committerH.J. Lu <hjl.tools@gmail.com>2007-03-20 02:06:06 +0300
commitedfd2a6e7ac20e08e4bd580e60edc8e9da17d6d7 (patch)
tree1f0be4b380079aceaa48dd7cce0b4fbdc7613ef7 /include/coff/ChangeLog
parenta4ad579228d2e9e8fe66c7d15396beb7cc22ac89 (diff)
*** empty log message ***
Diffstat (limited to 'include/coff/ChangeLog')
-rw-r--r--include/coff/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index b8af0fe5b..a7bde4ac5 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ * internal.h (internal_extra_pe_aouthdr): Add Magic,
+ MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
+ SizeOfInitializedData, SizeOfUninitializedData,
+ AddressOfEntryPoint, BaseOfCode and BaseOfData.
+
2006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
Nick Clifton <nickc@redhat.com>