]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbsupport/job-control.h
Rename common to gdbsupport
[thirdparty/binutils-gdb.git] / gdb / gdbsupport / job-control.h
similarity index 97%
rename from gdb/common/job-control.h
rename to gdb/gdbsupport/job-control.h
index 56eba97b9ee60ae31623242e41d830b0a04440b5..e4660ae50cb9fc6f7a90f67160d865c2595cd878 100644 (file)
@@ -23,7 +23,7 @@
 
 /* Do we have job control?  Can be assumed to always be the same
    within a given run of GDB.  Use in gdb/inflow.c and
-   common/common-inflow.c.  */
+   gdbsupport/common-inflow.c.  */
 extern int job_control;
 
 /* Set the process group of the caller to its own pid, or do nothing