diff options
Diffstat (limited to 'gdb/i386-linux-tdep.h')
-rw-r--r-- | gdb/i386-linux-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/i386-linux-tdep.h b/gdb/i386-linux-tdep.h index e169c1d..bd5527c 100644 --- a/gdb/i386-linux-tdep.h +++ b/gdb/i386-linux-tdep.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 I386_LINUX_TDEP_H -#define I386_LINUX_TDEP_H +#ifndef GDB_I386_LINUX_TDEP_H +#define GDB_I386_LINUX_TDEP_H #include "gdbsupport/x86-xstate.h" @@ -51,4 +51,4 @@ extern bool i386_linux_core_read_x86_xsave_layout (struct gdbarch *gdbarch, extern int i386_linux_gregset_reg_offset[]; -#endif /* i386-linux-tdep.h */ +#endif /* GDB_I386_LINUX_TDEP_H */ |