]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/nm-linux.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / config / nm-linux.h
index 05e755ea46e37722785c986d99d5b2e3a759fddb..76502ff632cad0a604960752070e3890a65963f8 100644 (file)
@@ -1,6 +1,6 @@
 /* Native support for GNU/Linux.
 
-   Copyright (C) 1999-2016 Free Software Foundation, Inc.
+   Copyright (C) 1999-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef CONFIG_NM_LINUX_H
+#define CONFIG_NM_LINUX_H
+
 /* Use elf_gregset_t and elf_fpregset_t, rather than
    gregset_t and fpregset_t.  */
 
 #define GDB_GREGSET_T  elf_gregset_t
 #define GDB_FPREGSET_T elf_fpregset_t
+
+#endif /* CONFIG_NM_LINUX_H */