gdb: add option to reverse order of _initialize function calls
[binutils-gdb.git] / gdb / proc-flags.c
index f26f31d1a073c6046bb47ff3019c1b98f6d83162..57c8cfd35840b4fefc194c54654cbb70b9e8463f 100644 (file)
@@ -1,5 +1,5 @@
 /* Machine independent support for Solaris /proc (process file system) for GDB.
-   Copyright (C) 1999-2019 Free Software Foundation, Inc.
+   Copyright (C) 1999-2021 Free Software Foundation, Inc.
    Written by Michael Snyder at Cygnus Solutions.
    Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
 
@@ -27,8 +27,6 @@
 
 #include "defs.h"
 
-#define _STRUCTURED_PROC 1
-
 #include <sys/types.h>
 #include <sys/procfs.h>