* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index bfc8dc5cb11b75539a9d04edaadab6ecedfecd0a..daca178bc54df9c776db9c79927724507bc19c12 100644 (file)
@@ -175,7 +175,7 @@ dump_objfile (objfile)
        {
          printf_filtered ("%s at ",
                           psymtab -> filename);
-         gdb_print_address (psymtab);
+         gdb_print_address (psymtab, gdb_stdout);
          printf_filtered (", ");
          if (psymtab -> objfile != objfile)
            {
@@ -194,7 +194,7 @@ dump_objfile (objfile)
           symtab = symtab->next)
        {
          printf_filtered ("%s at ", symtab -> filename);
-         gdb_print_address (symtab);
+         gdb_print_address (symtab, gdb_stdout);
          printf_filtered (", ");
          if (symtab -> objfile != objfile)
            {
@@ -403,7 +403,7 @@ dump_symtab (objfile, symtab, outfile)
        }
       if (BLOCK_GCC_COMPILED(b))
        fprintf_filtered (outfile, " gcc%d compiled", BLOCK_GCC_COMPILED(b));
-      fputc_filtered ('\n', outfile);
+      fprintf_filtered ('\n', outfile);
       blen = BLOCK_NSYMS (b);
       for (j = 0; j < blen; j++)
        {
This page took 0.028256 seconds and 4 git commands to generate.