X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2Felfcomm.h;h=f41a8aca0291d601997900d74a672b58225e7d5b;hb=d0ae9fbda7513c1cab463bf1a9b21fdef40e7c56;hp=2a3c9133bdd0b4718380ffe2552ccd942acb5296;hpb=74bc605283c5673b8742d3d60804d68d933b56e6;p=binutils-gdb.git diff --git a/binutils/elfcomm.h b/binutils/elfcomm.h index 2a3c9133bdd..f41a8aca029 100644 --- a/binutils/elfcomm.h +++ b/binutils/elfcomm.h @@ -1,6 +1,5 @@ /* elfcomm.h -- include file of common code for ELF format file. - Copyright 2010 - Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. Originally developed by Eric Youngdale Modifications by Nick Clifton @@ -64,8 +63,8 @@ struct archive_info { char * file_name; /* Archive file name. */ FILE * file; /* Open file descriptor. */ - unsigned long index_num; /* Number of symbols in table. */ - unsigned long * index_array; /* The array of member offsets. */ + elf_vma index_num; /* Number of symbols in table. */ + elf_vma * index_array; /* The array of member offsets. */ char * sym_table; /* The symbol table. */ unsigned long sym_size; /* Size of the symbol table. */ char * longnames; /* The long file names table. */ @@ -73,6 +72,7 @@ struct archive_info unsigned long nested_member_origin; /* Origin in the nested archive of the current member. */ unsigned long next_arhdr_offset; /* Offset of the next archive header. */ bfd_boolean is_thin_archive; /* TRUE if this is a thin archive. */ + bfd_boolean uses_64bit_indicies; /* TRUE if the index table uses 64bit entries. */ struct ar_hdr arhdr; /* Current archive header. */ };