diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-04 20:47:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-04 20:47:10 +0000 |
commit | a3b3dbdda5d8e447cb259a288c7309d7a7db9086 (patch) | |
tree | 392f943e2f019c9b637be60359477c78d7ca90ff /bfd/ChangeLog | |
parent | 5f7b2142595b3bea31925339543504bc3071ad49 (diff) | |
download | gdb-a3b3dbdda5d8e447cb259a288c7309d7a7db9086.zip gdb-a3b3dbdda5d8e447cb259a288c7309d7a7db9086.tar.gz gdb-a3b3dbdda5d8e447cb259a288c7309d7a7db9086.tar.bz2 |
Thu Feb 4 12:35:02 1993 Ian Lance Taylor (ian@cygnus.com)
* libecoff.h: New file. Defines ECOFF backend data for gdb.
* coff-mips.c: Now includes libecoff.h.
(ecoff_data_type): Moved to libecoff.h.
(ecoff_slurp_symbolic_info): Made globally visible so that gdb can
call it. If there is ever another ECOFF target, this and the
swapping functions should be accessed via an ECOFF specific target
vector.
Makefile.in (coff-mips.o): Depends on libecoff.h.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index abcbb1d..66e005d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Thu Feb 4 12:35:02 1993 Ian Lance Taylor (ian@cygnus.com) + + * libecoff.h: New file. Defines ECOFF backend data for gdb. + * coff-mips.c: Now includes libecoff.h. + (ecoff_data_type): Moved to libecoff.h. + (ecoff_slurp_symbolic_info): Made globally visible so that gdb can + call it. If there is ever another ECOFF target, this and the + swapping functions should be accessed via an ECOFF specific target + vector. + Makefile.in (coff-mips.o): Depends on libecoff.h. + Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com) * coffcode.h: Removed MIPS specific information, since coff-mips.c |