diff options
Diffstat (limited to 'gdb/alpha-bsd-tdep.h')
-rw-r--r-- | gdb/alpha-bsd-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/alpha-bsd-tdep.h b/gdb/alpha-bsd-tdep.h index 25ac043..4783854 100644 --- a/gdb/alpha-bsd-tdep.h +++ b/gdb/alpha-bsd-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 ALPHA_BSD_TDEP_H -#define ALPHA_BSD_TDEP_H +#ifndef GDB_ALPHA_BSD_TDEP_H +#define GDB_ALPHA_BSD_TDEP_H #include "gdbarch.h" @@ -39,4 +39,4 @@ void alphanbsd_iterate_over_regset_sections (struct gdbarch *gdbarch, void *cb_data, const struct regcache *regcache); -#endif /* alpha-bsd-tdep.h */ +#endif /* GDB_ALPHA_BSD_TDEP_H */ |