* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / partial-stab.h
index 35d0193742c3e00467fbed6b44b634be6a866fb8..3be0be6188739e94982213d24d195e23e3d6d880 100644 (file)
@@ -286,7 +286,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
              continue;
          }
 
+#ifdef DBXREAD_ONLY
        record_include_file:
+#endif
 
          psymtab_include_list[includes_used++] = namestring;
          if (includes_used >= includes_allocated)
@@ -611,6 +613,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
          /* If we haven't found it yet, ignore it.  It's probably some
             new type we don't know about yet.  */
          complain (&unknown_symtype_complaint,
-                   local_hex_string (CUR_SYMBOL_TYPE));
+                   local_hex_string ((unsigned long) CUR_SYMBOL_TYPE));
          continue;
        }
This page took 0.023502 seconds and 4 git commands to generate.