* target.h: Put remote_debug declaration back here. Add baud_rate.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 21 Oct 1993 05:22:34 +0000 (05:22 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 21 Oct 1993 05:22:34 +0000 (05:22 +0000)
* remote.c, remote-udi.c, remote-utils.h: Let target.h take care of
declaring these.  Those random externs all over are error prone.
* Move "set remotebaud" from remote-utils.c to main.c to it applies
to remote.c as well.

* xcoffread.c (xcoff_symfile_read), coffread.c (coff_symfile_read):
Sort symtabs for this objfile only, not for all objfiles.
* symfile.c, symfile.h (sort_all_symtab_syms): Remove; no longer used.

gdb/ChangeLog
gdb/coffread.c
gdb/remote-udi.c
gdb/remote-utils.h
gdb/remote.c

index 786bffff04ece122f7354f66d8c1a910cd726a36..2f333df7b1b9a8122e2223253b52fd9d50d2539e 100644 (file)
@@ -1,5 +1,11 @@
 Wed Oct 20 11:35:43 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * target.h: Put remote_debug declaration back here.  Add baud_rate.
+       * remote.c, remote-udi.c, remote-utils.h: Let target.h take care of
+       declaring these.  Those random externs all over are error prone.
+       * Move "set remotebaud" from remote-utils.c to main.c to it applies
+       to remote.c as well.
+
        * xcoffread.c (xcoff_symfile_read), coffread.c (coff_symfile_read):
        Sort symtabs for this objfile only, not for all objfiles.
        * symfile.c, symfile.h (sort_all_symtab_syms): Remove; no longer used.
index 415ee18b4aa3ccc85e27f046cdb4ee3e42cde289..ffe00d5c813da31b96579164e27f344d137a733e 100644 (file)
@@ -662,10 +662,13 @@ coff_symfile_read (objfile, section_offsets, mainline)
 
   /* Sort symbols alphabetically within each block.  */
 
-  for (s = objfile -> symtabs; s != NULL; s = s -> next)
-    {
-      sort_symtab_syms (s);
-    }
+  {
+    struct symtab *s;
+    for (s = objfile -> symtabs; s != NULL; s = s -> next)
+      {
+       sort_symtab_syms (s);
+      }
+  }
 
   /* Install any minimal symbols that have been collected as the current
      minimal symbols for this objfile. */
index 30444581c35ae52e174728b9b3e130daf74f3ca6..8feee27c4cf0264c9062ebea642527b9dfca1eab 100644 (file)
@@ -50,7 +50,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* access the register store directly, without going through
    the normal handler functions. This avoids an extra data copy.  */
 
-extern int remote_debug;
 extern int stop_soon_quietly;           /* for wait_for_inferior */
 extern struct value *call_function_by_hand();
 static void udi_resume PARAMS ((int pid, int step, int sig));
index 59f4d3b3706f58400498c61254085ca691ebfed8..477f8bff19f30aa5541e3df84a079337c4f8529e 100644 (file)
@@ -39,8 +39,6 @@ struct _sr_settings {
 };
 
 extern struct _sr_settings sr_settings;
-extern int remote_debug;
-extern int baud_rate;
 
 /* get and set debug value. */
 #define sr_get_debug()                 (remote_debug)
index 266d5f389def6230999c67ec14dbe854587e4903..9bc32dac166bf260430e856c913717e0ed455bab 100644 (file)
@@ -213,10 +213,6 @@ interrupt_query PARAMS ((void));
 
 extern struct target_ops remote_ops;   /* Forward decl */
 
-extern int baud_rate;
-
-extern int remote_debug;
-
 /* This was 5 seconds, which is a long time to sit and wait.
    Unless this is going though some terminal server or multiplexer or
    other form of hairy serial connection, I would think 2 seconds would