Fix a failure in the libiberty testsuite by increasing the recursion limit to 2048.
[deliverable/binutils-gdb.git] / gdb / exec.c
index 615fb2b5dbc9f23a8b44bda5367dd362fbef1233..44b212a4d4443b8282528dd838867501c849b84c 100644 (file)
@@ -60,12 +60,11 @@ Specify the filename of the executable file.")
 
 struct exec_target final : public target_ops
 {
-  exec_target ()
-  { to_stratum = file_stratum; }
-
   const target_info &info () const override
   { return exec_target_info; }
 
+  strata stratum () const override { return file_stratum; }
+
   void close () override;
   enum target_xfer_status xfer_partial (enum target_object object,
                                        const char *annex,
This page took 0.023524 seconds and 4 git commands to generate.