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:22 +0400
committercvs2svn <>2011-09-22 00:49:22 +0400
commitd8a927edfbb789f983109682ff8ea1f9753660f6 (patch)
tree5d5139e571c56f63b8258557c6a679f553520262 /include/bfdlink.h
parentf4f02a260cd697c595ba8216364c4e9e6081663b (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20110801
snapshot-20110801'. 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-07-29 22:46:29 UTC Maciej W. Rozycki <macro@codesourcery.com> ' bfd/': ChangeLog config/ChangeLog configure configure.ac include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/sparc.h include/elf/x86-64.h include/mach-o/ChangeLog include/mach-o/loader.h include/opcode/ChangeLog include/opcode/mips.h include/opcode/sparc.h src-release Delete: config/picflag.m4 include/mach-o/external.h include/mach-o/reloc.h include/mach-o/x86-64.h 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