* mipsread.c (parse_symbol): In third-eye, a function has a block
[binutils-gdb.git] / gdb / ChangeLog
index b18a48f8385f961e116d8c037e8e2cf21a34c727..609bd0d54b6f32744025da97d7603ea6eb0dc225 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct 20 11:35:43 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * mipsread.c (parse_symbol): In third-eye, a function has a block
+       within it which represents the whole function.  Create only one
+       GDB block for both.
+
 Wed Oct 20 17:47:42 1993  Stu Grossman  (grossman at cygnus.com)
 
        * main.c:  Make baud_rate and remote_debug be global variables,
@@ -12,6 +18,8 @@ Wed Oct 20 17:47:42 1993  Stu Grossman  (grossman at cygnus.com)
        * remote.c:  Use remote_debug and baud_rate globals directly,
        instead of sr_ functions, so that we don't need to load
        remote-utils.c.
+       * config/a29k/a29k-udi.mt:  Define REMOTE_O as null so that we don't
+       get the default remote* modules.
 
 Wed Oct 20 11:35:43 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)