From a30b02563ccb10b33ab4514937b72cd640f27d34 Mon Sep 17 00:00:00 2001 From: cvs2svn <> Date: Mon, 9 Mar 2009 14:54:26 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'sid- snapshot-20080201'. Sprout from arc-insight_6_8-branch 2009-03-09 14:54:21 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'arc-' Cherrypick from master 2008-01-31 10:39:43 UTC Paolo Bonzini '2008-01-30 Ralf Wildenhues ': ChangeLog Makefile.def Makefile.in Makefile.tpl config/ChangeLog config/mh-ppc-darwin configure configure.ac include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/mips.h include/opcode/ChangeLog include/opcode/avr.h include/opcode/cr16.h include/opcode/mips.h include/xtensa-config.h libtool.m4 Delete: djunpack.bat texinfo/texinfo.tex --- include/bfdlink.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'include/bfdlink.h') diff --git a/include/bfdlink.h b/include/bfdlink.h index bcd4b4fc3..66cec0189 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -1,6 +1,6 @@ /* bfdlink.h -- header file for BFD link routines Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Written by Steve Chamberlain and Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -160,6 +160,11 @@ struct bfd_link_hash_table { /* The hash table itself. */ struct bfd_hash_table table; + /* The back end which created this hash table. This indicates the + type of the entries in the hash table, which is sometimes + important information when linking object files of different + types together. */ + const bfd_target *creator; /* A linked list of undefined and common symbols, linked through the next field in the bfd_link_hash_entry structure. */ struct bfd_link_hash_entry *undefs; @@ -391,9 +396,6 @@ struct bfd_link_info option). If this is NULL, no symbols are being wrapped. */ struct bfd_hash_table *wrap_hash; - /* The output BFD. */ - bfd *output_bfd; - /* The list of input BFD's involved in the link. These are chained together via the link_next field. */ bfd *input_bfds; -- cgit v1.2.3