X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fxcoffread.h;h=a110a81d6950bba3f4041f028a95185bff76cb7f;hb=3cb5a3a16af2cae1a5059b7571c514b3fa575df9;hp=3abe83d8a5f1f93b128f1541517b9e21c498238f;hpb=61baf725eca99af2569262d10aca03dcde2698f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/xcoffread.h b/gdb/xcoffread.h index 3abe83d8a5..a110a81d69 100644 --- a/gdb/xcoffread.h +++ b/gdb/xcoffread.h @@ -1,5 +1,5 @@ /* Read AIX xcoff symbol tables and convert to internal format, for GDB. - Copyright (C) 2009-2017 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -16,11 +16,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef XCOFF_READ_H -#define XCOFF_READ_H +#ifndef XCOFFREAD_H +#define XCOFFREAD_H extern CORE_ADDR xcoff_get_toc_offset (struct objfile *); extern int xcoff_get_n_import_files (bfd *abfd); -#endif /* xcoffread.h */ +#endif /* XCOFFREAD_H */