diff options
Diffstat (limited to 'gdb/config/nm-linux.h')
-rw-r--r-- | gdb/config/nm-linux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index 4ac42cd..d599d3f 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -17,8 +17,8 @@ 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 +#ifndef GDB_CONFIG_NM_LINUX_H +#define GDB_CONFIG_NM_LINUX_H /* Use elf_gregset_t and elf_fpregset_t, rather than gregset_t and fpregset_t. */ @@ -26,4 +26,4 @@ #define GDB_GREGSET_T elf_gregset_t #define GDB_FPREGSET_T elf_fpregset_t -#endif /* CONFIG_NM_LINUX_H */ +#endif /* GDB_CONFIG_NM_LINUX_H */ |