X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fxcoffread.h;h=a110a81d6950bba3f4041f028a95185bff76cb7f;hb=e3ec872f8012377e50f0c9c888d2bc3163a356b2;hp=882af9a01e708d046afecc7cfe74c9f370851249;hpb=4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811;p=external%2Fbinutils.git diff --git a/gdb/xcoffread.h b/gdb/xcoffread.h index 882af9a..a110a81 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, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -16,9 +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 *); -#endif /* xcoffread.h */ +extern int xcoff_get_n_import_files (bfd *abfd); + +#endif /* XCOFFREAD_H */