aboutsummaryrefslogtreecommitdiff
path: root/gdb/ecoff.c
AgeCommit message (Collapse)AuthorFilesLines
1992-12-08recording file deathK. Richard Pixley1-336/+0
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-1/+0
* All GDB files that #include defs.h: Removed stdio.h. (defs.h): #include stdio.h. This has been tested by building GDBs for all targets hosted on Sun4. None of the build problems were related to stdio.h inclusion. (n.b. many configurations don't build for other reasons.)
1992-02-28* mipsread.c: Byte-swap the symbol table structures, usingJohn Gilmore1-1/+1
routines from ecoff.c, to read a symbol table written in any of the four possible byte orders.
1992-02-27* configure.in (mips-big-* target): Same as Sony News.John Gilmore1-0/+337
* config/mt-bigmips, config/mt-littlemips: Add ecoff.o. * ecoff.c: New file for symbol swapping routines.