diff options
Diffstat (limited to 'gdb/mips-linux-tdep.h')
-rw-r--r-- | gdb/mips-linux-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mips-linux-tdep.h b/gdb/mips-linux-tdep.h index 2c4c359..8670c0b 100644 --- a/gdb/mips-linux-tdep.h +++ b/gdb/mips-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 MIPS_LINUX_TDEP_H -#define MIPS_LINUX_TDEP_H +#ifndef GDB_MIPS_LINUX_TDEP_H +#define GDB_MIPS_LINUX_TDEP_H /* Copied from <asm/elf.h>. */ #define ELF_NGREG 45 @@ -113,4 +113,4 @@ extern const struct target_desc *tdesc_mips64_linux; extern const struct target_desc *tdesc_mips_dsp_linux; extern const struct target_desc *tdesc_mips64_dsp_linux; -#endif /* MIPS_LINUX_TDEP_H */ +#endif /* GDB_MIPS_LINUX_TDEP_H */ |