Line 1... |
Line 1... |
/* BFD back-end for linux flavored sparc a.out binaries.
|
/* BFD back-end for linux flavored sparc a.out binaries.
|
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
|
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
|
2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011
|
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Line 431... |
Line 432... |
struct fixup *f, *f1;
|
struct fixup *f, *f1;
|
int is_plt;
|
int is_plt;
|
struct linux_link_hash_entry *h1, *h2;
|
struct linux_link_hash_entry *h1, *h2;
|
bfd_boolean exists;
|
bfd_boolean exists;
|
|
|
if (h->root.root.type == bfd_link_hash_warning)
|
|
h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
|
|
|
|
if (h->root.root.type == bfd_link_hash_undefined
|
if (h->root.root.type == bfd_link_hash_undefined
|
&& CONST_STRNEQ (h->root.root.root.string, NEEDS_SHRLIB))
|
&& CONST_STRNEQ (h->root.root.root.string, NEEDS_SHRLIB))
|
{
|
{
|
const char *name;
|
const char *name;
|
char *p;
|
char *p;
|