diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-03 20:27:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-03 20:27:06 +0000 |
commit | e906e7fa5fc0b3bcc2dfd6a1612fc79313497c7c (patch) | |
tree | a0033d5173db9b0cfb5b95c46c6f56d3878813fb | |
parent | 4573d18601bc17631bf2679001b89d8d611d19ef (diff) | |
download | gdb-e906e7fa5fc0b3bcc2dfd6a1612fc79313497c7c.zip gdb-e906e7fa5fc0b3bcc2dfd6a1612fc79313497c7c.tar.gz gdb-e906e7fa5fc0b3bcc2dfd6a1612fc79313497c7c.tar.bz2 |
* mipsread.c: Updated for BFD ECOFF changes. Now gets the
swapping routines and external structure sizes via the
ecoff_backend information. No longer includes coff/mips.h.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4b69de6..bf61b2e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Tue Aug 3 12:02:09 1993 Ian Lance Taylor (ian@cygnus.com) + + * mipsread.c: Updated for BFD ECOFF changes. Now gets the + swapping routines and external structure sizes via the + ecoff_backend information. No longer includes coff/mips.h. + Tue Aug 3 10:58:04 1993 Fred Fish (fnf@cygnus.com) * Makefile.in (SFILES): Add thread.c |