diff options
Diffstat (limited to 'gdb/microblaze-tdep.h')
-rw-r--r-- | gdb/microblaze-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/microblaze-tdep.h b/gdb/microblaze-tdep.h index 0b4a5a3..7b5924e 100644 --- a/gdb/microblaze-tdep.h +++ b/gdb/microblaze-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 MICROBLAZE_TDEP_H -#define MICROBLAZE_TDEP_H 1 +#ifndef GDB_MICROBLAZE_TDEP_H +#define GDB_MICROBLAZE_TDEP_H #include "gdbarch.h" @@ -120,4 +120,4 @@ struct microblaze_frame_cache Only used for native debugging. */ #define MICROBLAZE_BREAKPOINT {0xb9, 0xcc, 0x00, 0x60} -#endif /* microblaze-tdep.h */ +#endif /* GDB_MICROBLAZE_TDEP_H */ |