X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fld.h;h=f5e031be08a69d8998933d74e491a4b6aa87e7f4;hb=df7b86aa4cb63ce86e60949b8160438bc0f9e389;hp=a18b265eb85838ff3e32dfdf46a6b34f0a3df23e;hpb=30824704e933a2dad20afc97be7bce651e4b5ac1;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ld.h b/ld/ld.h index a18b265eb8..f5e031be08 100644 --- a/ld/ld.h +++ b/ld/ld.h @@ -1,6 +1,6 @@ /* ld.h -- general linker header file Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -250,9 +250,6 @@ typedef struct { bfd_boolean magic_demand_paged; bfd_boolean make_executable; - /* If TRUE, doing a dynamic link. */ - bfd_boolean dynamic_link; - /* If TRUE, -shared is supported. */ /* ??? A better way to do this is perhaps to define this in the ld_emulation_xfer_struct since this is really a target dependent @@ -326,9 +323,6 @@ extern ld_config_type config; extern FILE * saved_script_handle; extern bfd_boolean force_make_executable; -/* Non-zero if we are processing a --defsym from the command line. */ -extern int parsing_defsym; - extern int yyparse (void); extern void add_cref (const char *, bfd *, asection *, bfd_vma); extern bfd_boolean handle_asneeded_cref (bfd *, enum notice_asneeded_action);