X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcoff-pe-read.h;h=a8b41d3768ccda126cab60018677d22f5f46b471;hb=559a7a62019960bacbbe4b099f3c7926352cb131;hp=88e6cf92243731530f64f567f6c6d0275b5c0c8e;hpb=a9762ec78a53fbe9209fe1654db42df0cd328d50;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/coff-pe-read.h b/gdb/coff-pe-read.h index 88e6cf9224..a8b41d3768 100644 --- a/gdb/coff-pe-read.h +++ b/gdb/coff-pe-read.h @@ -1,6 +1,7 @@ /* Interface to coff-pe-read.c (portable-executable-specific symbol reader). - Copyright (C) 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GDB. @@ -17,14 +18,15 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - Contributed by Raoul M. Gough (RaoulGough@yahoo.co.uk). */ + Contributed by Raoul M. Gough (RaoulGough@yahoo.co.uk). */ #if !defined (COFF_PE_READ_H) #define COFF_PE_READ_H struct objfile; -/* Read the export table and convert it to minimal symbol table entries */ +/* Read the export table and convert it to minimal symbol table + entries */ extern void read_pe_exported_syms (struct objfile *objfile); #endif /* !defined (COFF_PE_READ_H) */