OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [sparclinux.c] - Diff between revs 14 and 148

Show entire file | Details | Blame | View Log

Rev 14 Rev 148
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;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.