diff options
Diffstat (limited to 'gdb/arch/ppc-linux-common.h')
-rw-r--r-- | gdb/arch/ppc-linux-common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/ppc-linux-common.h b/gdb/arch/ppc-linux-common.h index 05704c8..1f72b29 100644 --- a/gdb/arch/ppc-linux-common.h +++ b/gdb/arch/ppc-linux-common.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 ARCH_PPC_LINUX_COMMON_H -#define ARCH_PPC_LINUX_COMMON_H +#ifndef GDB_ARCH_PPC_LINUX_COMMON_H +#define GDB_ARCH_PPC_LINUX_COMMON_H struct target_desc; @@ -75,4 +75,4 @@ const struct ppc_linux_features ppc_linux_no_features = { const struct target_desc * ppc_linux_match_description (struct ppc_linux_features features); -#endif /* ARCH_PPC_LINUX_COMMON_H */ +#endif /* GDB_ARCH_PPC_LINUX_COMMON_H */ |