URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 14 |
Rev 148 |
Line 1... |
Line 1... |
/* 32-bit ELF support for S+core.
|
/* 32-bit ELF support for S+core.
|
Copyright 2009, 2010 Free Software Foundation, Inc.
|
Copyright 2009, 2010, 2011 Free Software Foundation, Inc.
|
Contributed by
|
Contributed by
|
Brain.lin (brain.lin@sunplusct.com)
|
Brain.lin (brain.lin@sunplusct.com)
|
Mei Ligang (ligang@sunnorth.com.cn)
|
Mei Ligang (ligang@sunnorth.com.cn)
|
Pei-Lin Tsai (pltsai@sunplus.com)
|
Pei-Lin Tsai (pltsai@sunplus.com)
|
|
|
Line 918... |
Line 918... |
static bfd_boolean
|
static bfd_boolean
|
score_elf_sort_hash_table_f (struct score_elf_link_hash_entry *h, void *data)
|
score_elf_sort_hash_table_f (struct score_elf_link_hash_entry *h, void *data)
|
{
|
{
|
struct score_elf_hash_sort_data *hsd = data;
|
struct score_elf_hash_sort_data *hsd = data;
|
|
|
if (h->root.root.type == bfd_link_hash_warning)
|
|
h = (struct score_elf_link_hash_entry *) h->root.root.u.i.link;
|
|
|
|
/* Symbols without dynamic symbol table entries aren't interesting at all. */
|
/* Symbols without dynamic symbol table entries aren't interesting at all. */
|
if (h->root.dynindx == -1)
|
if (h->root.dynindx == -1)
|
return TRUE;
|
return TRUE;
|
|
|
/* Global symbols that need GOT entries that are not explicitly
|
/* Global symbols that need GOT entries that are not explicitly
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.