Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2011-09-22 00:49:23 +0400
committercvs2svn <>2011-09-22 00:49:23 +0400
commit143e067e69ad8794a235546172e64a134ffb345e (patch)
tree39b1a6008c1a7c6e9104467c9d9a01ac7fd2af21 /include/bfdlink.h
parentf4f02a260cd697c595ba8216364c4e9e6081663b (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20110901
snapshot-20110901'. Sprout from binutils-2_22-branch 2011-09-21 20:49:16 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'binutils-' Cherrypick from master 2011-08-12 20:33:34 UTC H.J. Lu <hjl.tools@gmail.com> 'Add R_X86_64_RELATIVE64.': include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/sparc.h include/opcode/ChangeLog include/opcode/sparc.h Delete: texinfo/texinfo.tex
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index c9e127c5c..71b1e253c 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -245,7 +245,6 @@ struct flag_info
};
struct bfd_elf_dynamic_list;
-struct bfd_elf_version_tree;
/* This structure holds all the information needed to communicate
between BFD and the linker when doing a link. */
@@ -497,9 +496,6 @@ struct bfd_link_info
/* List of symbols should be dynamic. */
struct bfd_elf_dynamic_list *dynamic_list;
-
- /* The version information. */
- struct bfd_elf_version_tree *version_info;
};
/* This structures holds a set of callback functions. These are called