From: Ian Lance Taylor Date: Thu, 5 Oct 1995 17:04:31 +0000 (+0000) Subject: * ecoff.h: Define section name macros and STYP macros for various X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90ce63bb0e3d8e855bcffd8ecf9adca4a3b2cd6e;p=binutils-gdb.git * 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. --- diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index ed98efd34cd..13882c4c00f 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 5 10:02:57 1995 Ian Lance Taylor + + * 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 * pe.h: Moved DOSMAGIC and NT_SIGNATURE defines here