diff options
Diffstat (limited to 'gdb/ppc64-tdep.h')
-rw-r--r-- | gdb/ppc64-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ppc64-tdep.h b/gdb/ppc64-tdep.h index ff0e3fd..7bea549 100644 --- a/gdb/ppc64-tdep.h +++ b/gdb/ppc64-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 PPC64_TDEP_H -#define PPC64_TDEP_H +#ifndef GDB_PPC64_TDEP_H +#define GDB_PPC64_TDEP_H struct gdbarch; class frame_info_ptr; @@ -33,4 +33,4 @@ extern CORE_ADDR ppc64_convert_from_func_ptr_addr (struct gdbarch *gdbarch, extern void ppc64_elf_make_msymbol_special (asymbol *, struct minimal_symbol *); -#endif /* PPC64_TDEP_H */ +#endif /* GDB_PPC64_TDEP_H */ |