OSDN Git Service

* lexsup.c: Rename --add-needed to --copy-dt-needed-entries.
authornickc <nickc>
Thu, 5 Nov 2009 15:35:49 +0000 (15:35 +0000)
committernickc <nickc>
Thu, 5 Nov 2009 15:35:49 +0000 (15:35 +0000)
commitdacad10092247274e15c591b8c638d0b455f6bd4
tree512c5165531141080d66962483c9cb8ce4a1109e
parent0a497136c6ebf0d830a1b5de56dbc5ea56770770
    * lexsup.c: Rename --add-needed to --copy-dt-needed-entries.
        * ldlang.h (struct lang_input_statement_struct): Rename add_needed
        to add_DT_NEEDED_for_dynamic.  Rename as_needed to
        add_DT_NEEDED_for_regular.
        * ldlang.c: Likewise.
        * ldlang.h: Likewise.
        * ldlang.c: Use the new variable names.
        * ldgram.y: Likewise.
        * emultempl/elf32.em: Likewise.
        * ld.texinfo: Document the renamed option.  Also mention its
        affect on the resolution of dynamic symbols.
        * NEWS: Mention the changed option name.
ld/ChangeLog
ld/NEWS
ld/emultempl/elf32.em
ld/ld.texinfo
ld/ldgram.y
ld/ldlang.c
ld/ldlang.h
ld/ldmain.c
ld/ldmain.h
ld/lexsup.c