Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / config / nm-linux.h
index bc3e360390aaec361e91e1bac6810e647181bbbf..76502ff632cad0a604960752070e3890a65963f8 100644 (file)
    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 */
This page took 0.025347 seconds and 4 git commands to generate.