Move elf32.em and elf-generic.em functions
[deliverable/binutils-gdb.git] / gdb / corelow.c
index 9fcc2d23727203a9b788bfa3b7503b2ffd92a11a..5e9634e9d79195760cb816caf1de5903777ccfca 100644 (file)
@@ -42,7 +42,7 @@
 #include "objfiles.h"
 #include "gdb_bfd.h"
 #include "completer.h"
-#include "common/filestuff.h"
+#include "gdbsupport/filestuff.h"
 
 #ifndef O_LARGEFILE
 #define O_LARGEFILE 0
@@ -56,7 +56,8 @@ static core_fns *sniff_core_bfd (gdbarch *core_gdbarch,
 static const target_info core_target_info = {
   "core",
   N_("Local core dump file"),
-  N_("Use a core file as a target.  Specify the filename of the core file.")
+  N_("Use a core file as a target.\n\
+Specify the filename of the core file.")
 };
 
 class core_target final : public process_stratum_target
This page took 0.025357 seconds and 4 git commands to generate.