diff options
author | Alan Modra <amodra@gmail.com> | 2006-07-19 01:50:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-07-19 01:50:23 +0000 |
commit | 5061a8853b6f8fb5af87b8ff4a0f7a2460ad333b (patch) | |
tree | b5e392f1de6b43f8e366486604178ea4c1c29046 /ld/ld.h | |
parent | 9148c4581c6a76a5acfea144685fdd700a103dfe (diff) | |
download | binutils-5061a8853b6f8fb5af87b8ff4a0f7a2460ad333b.tar.gz binutils-5061a8853b6f8fb5af87b8ff4a0f7a2460ad333b.tar.bz2 binutils-5061a8853b6f8fb5af87b8ff4a0f7a2460ad333b.zip |
bfd/
* bfd-in.h (enum notice_asneeded_action): Define.
* bfd-in2.h: Regenerate.
* elflink.c (elf_link_add_object_symbols): Call linker "notice"
function with NULL name for as-needed handling.
ld/
* ld.h (handle_asneeded_cref): Declare.
* ldcref.c: Include objalloc.h.
(old_table, old_count, old_tab, alloc_mark): New variables.
(tabsize, entsize, refsize, old_symcount): Likewise.
(add_cref): Use bfd_hash_allocate for refs.
(handle_asneeded_cref): New function.
* ldmain.c (notice): Call handle_asneeded_cref for NULL name.
Diffstat (limited to 'ld/ld.h')
-rw-r--r-- | ld/ld.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 + 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -288,6 +288,7 @@ 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); extern void output_cref (FILE *); extern void check_nocrossrefs (void); extern void ld_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; |