bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/14426] add --ignore-unresolved-symbol from NetBSD


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/14426] add --ignore-unresolved-symbol from NetBSD
Date: Mon, 22 Oct 2012 13:33:53 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=14426

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> 2012-10-22 13:33:53 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    address@hidden    2012-10-22 13:33:49

Modified files:
    include        : ChangeLog bfdlink.h 
    ld             : ChangeLog ldmain.c ldmain.h lexsup.c ldlex.h 

Log message:
    include/
    PR ld/14426
    * bfdlink.h (bfd_link_info): Add ignore_hash.
    ld/
    PR ld/14426
    * ldlex.h (option_values): Add OPTION_IGNORE_UNRESOLVED_SYMBOL.
    * lexsup.c (parse_args): Likewise.
    (ld_options): Describe --ignore-unresolved-symbol.
    * ldmain.h (add_ignoresym): Declare.
    * ldmain.c (add_ignoresym): New function, extracted from..
    (undefined_symbol): ..here.  Return if the symbol is in ignore_hash.
    (constructor_callback): Don't use global link_info here.
    (reloc_overflow): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.592&r2=1.593
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/bfdlink.h.diff?cvsroot=src&r1=1.95&r2=1.96
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2497&r2=1.2498
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldmain.c.diff?cvsroot=src&r1=1.165&r2=1.166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldmain.h.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/lexsup.c.diff?cvsroot=src&r1=1.133&r2=1.134
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldlex.h.diff?cvsroot=src&r1=1.11&r2=1.12

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]