aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-30 09:27:41 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-30 09:27:41 +0000
commit43a16f2688a21ba1ebfc43e28e1f192091d68455 (patch)
tree4e130497ea0d219562f2048609ed08968722369b /gdb/ChangeLog
parent0f552c5fc6ed8ddf060a01c97cbef7c0c890ffe4 (diff)
downloadgdb-43a16f2688a21ba1ebfc43e28e1f192091d68455.zip
gdb-43a16f2688a21ba1ebfc43e28e1f192091d68455.tar.gz
gdb-43a16f2688a21ba1ebfc43e28e1f192091d68455.tar.bz2
Make cross compilation work better.
* tm-mips.h (GDB_TARGET_IS_MIPS): Define for mips-xdep.c. (READ_MIPS_FORMAT, COFF_FORMAT): Remove, unused now. * mips-xdep.c: Remove most include files (unused, caused errs). (fetch_core_registers): Use right parameters in dummy fn.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 251f9b5..5e880f9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jun 30 02:25:10 1992 John Gilmore (gnu at cygnus.com)
+
+ * tm-mips.h (GDB_TARGET_IS_MIPS): Define for mips-xdep.c.
+ (READ_MIPS_FORMAT, COFF_FORMAT): Remove, unused now.
+ * mips-xdep.c: Remove most include files (unused, caused errs).
+ (fetch_core_registers): Use right parameters in dummy fn.
+
Mon Jun 29 18:30:57 1992 John Gilmore (gnu at cygnus.com)
* buildsym.c (scan_file_globals): Beware the null file.