diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-12 18:46:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-12 18:46:22 +0000 |
commit | 2f5195e3a92b21b492ab296bc800dd159247c375 (patch) | |
tree | 2594f0dc4413ceb66d80acd5910937bedd727e6d /include | |
parent | e689e4490508e4f5f5a94d4bc69dece2725b2817 (diff) | |
download | gdb-2f5195e3a92b21b492ab296bc800dd159247c375.zip gdb-2f5195e3a92b21b492ab296bc800dd159247c375.tar.gz gdb-2f5195e3a92b21b492ab296bc800dd159247c375.tar.bz2 |
* ecoff.h: Moved MIPS reloc definitions from here...
* mips.h: to here.
Diffstat (limited to 'include')
-rw-r--r-- | include/coff/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index fdc3f5a..203ac21 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,5 +1,19 @@ +Thu Aug 12 11:24:42 1993 Ian Lance Taylor (ian@cygnus.com) + + * ecoff.h: Moved MIPS reloc definitions from here... + * mips.h: to here. + Tue Aug 3 11:17:53 1993 Ian Lance Taylor (ian@cygnus.com) + * alpha.h: Corrected external symbolic debugging structures to + match actual usage. + * internal.h (internal_filehdr, internal_aouthdr, + internal_scnhdr): Changed type of some fields to bfd_vma so they + can hold 64 bits. + * sym.h (HDRR, FDR, PDR, EXTR): Likewise. + (PDR): Added new fields found on Alpha. + * symconst.h (magicSym2): Define; new value found on Alpha. + * ecoff.h: New file. * alpha.h, mips.h: Moved common information into ecoff.h. Moved external structure definitions in from ecoff-ext.h. |