projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58acdbd
)
(struct elf_obj_tdata): Add field `thunk'.
author
Ken Raeburn
<raeburn@cygnus>
Mon, 12 Jul 1993 14:46:20 +0000
(14:46 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Mon, 12 Jul 1993 14:46:20 +0000
(14:46 +0000)
bfd/libelf.h
patch
|
blob
|
history
diff --git
a/bfd/libelf.h
b/bfd/libelf.h
index 9f52284ac71a9e2336ce411fd1568582f352b5e6..532513a91cd068780327b16966d81512c6dc5f82 100644
(file)
--- a/
bfd/libelf.h
+++ b/
bfd/libelf.h
@@
-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)