|| ((range_check == range_check_on)
!= current_language->range_checking_on_by_default ()))
warning (_("the current range check setting "
- "does not match the language.\n"));
+ "does not match the language."));
}
/* Set command. Change the setting for range checking. */
|| ((range_check == range_check_on)
!= current_language->range_checking_on_by_default ()))
warning (_("the current range check setting "
- "does not match the language.\n"));
+ "does not match the language."));
}
/* Show command. Display a warning if the case sensitivity setting does
if (case_sensitivity != current_language->case_sensitivity ())
warning (_("the current case sensitivity setting does not match "
- "the language.\n"));
+ "the language."));
}
/* Set command. Change the setting for case sensitivity. */
if (case_sensitivity != current_language->case_sensitivity ())
warning (_("the current case sensitivity setting does not match "
- "the language.\n"));
+ "the language."));
}
/* Set the status of range and type checking and case sensitivity based on
}
}
if (mismatched > 0)
- warning (_("One or more sections of the target image does not match\n\
-the loaded file\n"));
+ warning (_("One or more sections of the target image does "
+ "not match the loaded file"));
if (args && !matched)
gdb_printf (_("No loaded section named '%s'.\n"), args);
}