xref: /netbsd/external/gpl3/gdb/dist/gdb/config/nm-linux.h (revision 1424dfb3)
166e63ce3Schristos /* Native support for GNU/Linux.
266e63ce3Schristos 
3*1424dfb3Schristos    Copyright (C) 1999-2020 Free Software Foundation, Inc.
466e63ce3Schristos 
566e63ce3Schristos    This file is part of GDB.
666e63ce3Schristos 
766e63ce3Schristos    This program is free software; you can redistribute it and/or modify
866e63ce3Schristos    it under the terms of the GNU General Public License as published by
966e63ce3Schristos    the Free Software Foundation; either version 3 of the License, or
1066e63ce3Schristos    (at your option) any later version.
1166e63ce3Schristos 
1266e63ce3Schristos    This program is distributed in the hope that it will be useful,
1366e63ce3Schristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
1466e63ce3Schristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1566e63ce3Schristos    GNU General Public License for more details.
1666e63ce3Schristos 
1766e63ce3Schristos    You should have received a copy of the GNU General Public License
1866e63ce3Schristos    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
1966e63ce3Schristos 
2007163879Schristos #ifndef CONFIG_NM_LINUX_H
2107163879Schristos #define CONFIG_NM_LINUX_H
2207163879Schristos 
2366e63ce3Schristos /* Use elf_gregset_t and elf_fpregset_t, rather than
2466e63ce3Schristos    gregset_t and fpregset_t.  */
2566e63ce3Schristos 
2666e63ce3Schristos #define GDB_GREGSET_T  elf_gregset_t
2766e63ce3Schristos #define GDB_FPREGSET_T elf_fpregset_t
2807163879Schristos 
2907163879Schristos #endif /* CONFIG_NM_LINUX_H */
30