aboutsummaryrefslogtreecommitdiff
path: root/include/coff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-05 17:04:31 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-05 17:04:31 +0000
commit90ce63bb0e3d8e855bcffd8ecf9adca4a3b2cd6e (patch)
treee101c8eda89e9542a5e690a7f9bfd3dbf614f002 /include/coff
parent2b874a2df4c7a3a99e62d228a309f10956f52685 (diff)
downloadgdb-90ce63bb0e3d8e855bcffd8ecf9adca4a3b2cd6e.zip
gdb-90ce63bb0e3d8e855bcffd8ecf9adca4a3b2cd6e.tar.gz
gdb-90ce63bb0e3d8e855bcffd8ecf9adca4a3b2cd6e.tar.bz2
* ecoff.h: Define section name macros and STYP macros for various
Alpha sections: .got, .hash, .dynsym, .dynstr, .rel.dyn, .conflic, .comment, .liblist, .dynamic. PR 8141.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index ed98efd..13882c4 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 5 10:02:57 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * ecoff.h: Define section name macros and STYP macros for various
+ Alpha sections: .got, .hash, .dynsym, .dynstr, .rel.dyn, .conflic,
+ .comment, .liblist, .dynamic.
+
Wed Oct 4 10:56:35 1995 Kim Knuttila <krk@cygnus.com>
* pe.h: Moved DOSMAGIC and NT_SIGNATURE defines here