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

Subversion Repositories open8_urisc

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

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 14 Rev 148
Line 1... Line 1...
/* Matsushita 10300 specific support for 32-bit ELF
/* Matsushita 10300 specific support for 32-bit ELF
   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
   2006, 2007, 2008, 2009, 2010, 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 1600... Line 1600...
  struct bfd_link_info *link_info = (struct bfd_link_info *) in_args;
  struct bfd_link_info *link_info = (struct bfd_link_info *) in_args;
  unsigned int byte_count = 0;
  unsigned int byte_count = 0;
 
 
  entry = (struct elf32_mn10300_link_hash_entry *) gen_entry;
  entry = (struct elf32_mn10300_link_hash_entry *) gen_entry;
 
 
  if (entry->root.root.type == bfd_link_hash_warning)
 
    entry = (struct elf32_mn10300_link_hash_entry *) entry->root.root.u.i.link;
 
 
 
  /* If we already know we want to convert "call" to "calls" for calls
  /* If we already know we want to convert "call" to "calls" for calls
     to this symbol, then return now.  */
     to this symbol, then return now.  */
  if (entry->flags == MN10300_CONVERT_CALL_TO_CALLS)
  if (entry->flags == MN10300_CONVERT_CALL_TO_CALLS)
    return TRUE;
    return TRUE;
 
 

powered by: WebSVN 2.1.0

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