Fix C-x 1 from gdb prompt
[deliverable/binutils-gdb.git] / include / elf / dlx.h
index eea5b80d607bac030eb33cac5f9b1691047b30df..a0cc46699bfe67888d88049da6e303d8800063e9 100644 (file)
@@ -1,11 +1,11 @@
 /* DLX support for BFD.
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
 
 #include "elf/reloc-macros.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #if 0
 START_RELOC_NUMBERS (elf_dlx_reloc_type)
      RELOC_NUMBER (R_DLX_NONE,            0)
@@ -50,4 +54,8 @@ START_RELOC_NUMBERS (elf_dlx_reloc_type)
 END_RELOC_NUMBERS (R_DLX_max)
 #endif /* 0 */
 
+#ifdef __cplusplus
+     }
+#endif
+
 #endif /* _ELF_DLX_H */
This page took 0.0332 seconds and 4 git commands to generate.