diff options
author | John Gilmore <gnu@cygnus> | 1992-02-28 00:37:03 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-28 00:37:03 +0000 |
commit | d141f3e30df1e06c424edd51713986d2d3c462aa (patch) | |
tree | 699ad5a709a79fe2be79ff32a0cc024abac6a882 /gdb/ChangeLog | |
parent | 238025a44b35882298f7dc73bed0510fce4f0d71 (diff) | |
download | gdb-d141f3e30df1e06c424edd51713986d2d3c462aa.zip gdb-d141f3e30df1e06c424edd51713986d2d3c462aa.tar.gz gdb-d141f3e30df1e06c424edd51713986d2d3c462aa.tar.bz2 |
* mipsread.c: Byte-swap the symbol table structures, using
routines from ecoff.c, to read a symbol table written in any
of the four possible byte orders.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cc7681e..99b3ee4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 27 11:48:47 1992 John Gilmore (gnu at cygnus.com) + * mipsread.c: Byte-swap the symbol table structures, using + routines from ecoff.c, to read a symbol table written in any + of the four possible byte orders. * configure.in (mips-big-* target): Same as Sony News. * config/mt-bigmips, config/mt-littlemips: Add ecoff.o. * ecoff.c: New file for symbol swapping routines. |