Split rank_one_type_parm_complex from rank_one_type
[deliverable/binutils-gdb.git] / gdb / exec.c
index 615fb2b5dbc9f23a8b44bda5367dd362fbef1233..77bd140a8e84243dfed35eb042718a2ab1986a4d 100644 (file)
@@ -1,6 +1,6 @@
 /* Work with executable files, for GDB. 
 
-   Copyright (C) 1988-2018 Free Software Foundation, Inc.
+   Copyright (C) 1988-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.02342 seconds and 4 git commands to generate.