*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index d86d58eeb1cccdef82214d3f4e19743ab50e1c97..0caa75bac4f83c897a844b4b23fb7451e2d41bc7 100644 (file)
@@ -326,13 +326,15 @@ finish_block (struct symbol *symbol, struct pending **listhead,
       if (symbol)
        {
          complaint (&symfile_complaints,
-                    _("block end address less than block start address in %s (patched it)"),
+                    _("block end address less than block "
+                      "start address in %s (patched it)"),
                     SYMBOL_PRINT_NAME (symbol));
        }
       else
        {
          complaint (&symfile_complaints,
-                    _("block end address %s less than block start address %s (patched it)"),
+                    _("block end address %s less than block "
+                      "start address %s (patched it)"),
                     paddress (gdbarch, BLOCK_END (block)),
                     paddress (gdbarch, BLOCK_START (block)));
        }
@@ -370,7 +372,8 @@ finish_block (struct symbol *symbol, struct pending **listhead,
              else
                {
                  complaint (&symfile_complaints,
-                            _("inner block (%s-%s) not inside outer block (%s-%s)"),
+                            _("inner block (%s-%s) not "
+                              "inside outer block (%s-%s)"),
                             paddress (gdbarch, BLOCK_START (pblock->block)),
                             paddress (gdbarch, BLOCK_END (pblock->block)),
                             paddress (gdbarch, BLOCK_START (block)),
@@ -695,7 +698,8 @@ pop_subfile (void)
 
   if (link == NULL)
     {
-      internal_error (__FILE__, __LINE__, _("failed internal consistency check"));
+      internal_error (__FILE__, __LINE__,
+                     _("failed internal consistency check"));
     }
   name = link->name;
   subfile_stack = link->next;
This page took 0.023549 seconds and 4 git commands to generate.