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:
authorNick Clifton <nickc@redhat.com>2001-10-26 14:57:04 +0400
committerNick Clifton <nickc@redhat.com>2001-10-26 14:57:04 +0400
commit93b4d0cfe19888e13f35022839cc0e072f654180 (patch)
tree402acecb5e220f991b742cb86c810fb9ce2863f0 /include/coff/ChangeLog
parentfe00cca93e9d7e511d1e751e26b9476443772a4e (diff)
Fix usage of H_GET_32/16. Likewise with H_PUT_32/16.
Diffstat (limited to 'include/coff/ChangeLog')
-rw-r--r--include/coff/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 5cc0aac31..5589d97ec 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-26 Christian Groessler <cpg@aladdin.de>
+
+ * external.h (GET_LINENO_LNNO): Fix usage of H_GET_32/16.
+ (PUT_LINENO_LNNO): Likewise with H_PUT_32/16.
+
2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
* ti.h (GET_SCNHDR_PAGE): Fix compile time warning.