(struct elf_obj_tdata): Add field `thunk'.
authorKen Raeburn <raeburn@cygnus>
Mon, 12 Jul 1993 14:46:20 +0000 (14:46 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 12 Jul 1993 14:46:20 +0000 (14:46 +0000)
bfd/libelf.h

index 9f52284ac71a9e2336ce411fd1568582f352b5e6..532513a91cd068780327b16966d81512c6dc5f82 100644 (file)
@@ -224,6 +224,7 @@ struct elf_obj_tdata
   PTR raw_syms;                        /* Elf_External_Sym* */
   Elf_Internal_Sym *internal_syms;
   PTR symbols;                 /* elf_symbol_type */
+  elf_sect_thunk thunk;
 };
 
 #define elf_tdata(bfd)         ((bfd) -> tdata.elf_obj_data)